cluster: use WaitConditionNextExit#60781
Merged
craig[bot] merged 1 commit intocockroachdb:masterfrom Feb 19, 2021
Merged
Conversation
There is a chance that this will address an issue that causes spurious failures on CI, where it looks like we're janking the file system out from under a running process. For context, see: cockroachdb#58955 Release note: None
Member
rickystewart
approved these changes
Feb 19, 2021
Member
Author
|
No idea what this is but it's not this PR: @postamar git blame shows you as touching this last, is this something you could route? bors r=rickystewart |
Contributor
|
Build failed: |
Member
Author
|
bors r=rickystewart
…On Fri, Feb 19, 2021, 18:26 craig[bot] ***@***.***> wrote:
Build failed:
- GitHub CI (Cockroach)
<https://teamcity.cockroachdb.com/viewLog.html?buildId=2695259&buildTypeId=Cockroach_UnitTests>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#60781 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABGXPZARVXMWWZLOYAQK3LLS72NLJANCNFSM4X366TDA>
.
|
Contributor
|
Build failed (retrying...): |
Member
Author
|
If this fails again due to something clearly unrelated, please merge again.
I'm out for the weekend.
…On Fri, Feb 19, 2021, 21:06 craig[bot] ***@***.***> wrote:
Build failed (retrying...):
- GitHub CI (Cockroach)
<https://teamcity.cockroachdb.com/viewLog.html?buildId=2695716&buildTypeId=Cockroach_UnitTests>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#60781 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABGXPZHOU3UVTOL7F3FNRLDS73ADBANCNFSM4X366TDA>
.
|
Contributor
|
Build succeeded: |
|
Thanks for reporting this. This failure was ultimately caused by |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
There is a chance that this will address an issue that causes spurious
failures on CI, where it looks like we're janking the file system out
from under a running process. For context, see:
#58955
Release note: None