-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
jepsen: apt failures #31944
Comments
SHA: https://github.com/cockroachdb/cockroach/commits/5ef4d2c8621fc5465f73a96221b0bd0bc5cd27aa Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=990073&tab=buildLog
|
Two different apt failures. First one is a failure in
Second one is #31780: |
These are now "caught" by grepping them out in the jepsen nightly script. I'll leave this issue open but move it out of the test-failure label. |
Jepsen setup sometimes gets an exit code 100 from apt-get. This patch skips the test instead of failing when that happens. apt problems are tracked in cockroachdb#31944 Fixes cockroachdb#37375 Release note: None
That wasn't true, but I'm making it true in #37430 |
37430: roachtest: ignore apt errors in jepsen r=andreimatei a=andreimatei Jepsen setup sometimes gets an exit code 100 from apt-get. This patch skips the test instead of failing when that happens. apt problems are tracked in #31944 Fixes #37375 Release note: None Co-authored-by: Andrei Matei <[email protected]>
We have marked this issue as stale because it has been inactive for |
SHA: https://github.com/cockroachdb/cockroach/commits/d07351b2d1a3e9b5519aa8bc662db0ceb7b7ef48
Parameters:
To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=988969&tab=buildLog
The text was updated successfully, but these errors were encountered: