Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

roachtest: exit 11 after cluster provisioning failures #78633

Merged
merged 1 commit into from
Mar 30, 2022

Conversation

tbg
Copy link
Member

@tbg tbg commented Mar 28, 2022

roachtest exits nonzero if it was unable to run any tests due to cloud
flakiness (resource exhaustion etc). Previously the "nonzero" was 1
which is the catchall exit code. Now it uses 11 which can now signal
this specific failure mode, and could be special cased in our CI scripts
if we so desire in the future.

Release note: None

`roachtest` exits nonzero if it was unable to run any tests due to cloud
flakiness (resource exhaustion etc). Previously the "nonzero" was 1
which is the catchall exit code. Now it uses 11 which can now signal
this specific failure mode, and could be special cased in our CI scripts
if we so desire in the future.

Release note: None
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@tbg tbg requested a review from srosenberg March 28, 2022 15:38
@tbg tbg marked this pull request as ready for review March 28, 2022 15:38
@tbg tbg requested a review from a team as a code owner March 28, 2022 15:38
Copy link
Member

@srosenberg srosenberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained

@tbg
Copy link
Member Author

tbg commented Mar 30, 2022

bors r=srosenberg

@craig
Copy link
Contributor

craig bot commented Mar 30, 2022

Build succeeded:

@craig craig bot merged commit 2f4f3cd into cockroachdb:master Mar 30, 2022
@tbg
Copy link
Member Author

tbg commented Apr 8, 2022

blathers backport 22.1

@tbg tbg deleted the roachtest-prov-error-code branch April 8, 2022 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants