-
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
sql: TestBackupSuccess_base_alter_table_multiple_commands is flaky #108221
Comments
I don't think this is flaky, just broken. I can't get it to pass in CI after 10+ re-runs. |
Another failure: https://teamcity.cockroachdb.com/viewLog.html?buildId=11199019&buildTypeId=Cockroach_Ci_TestsGcpLinuxX8664BigVm_CclUnitTests&tab=buildResultsDiv The test is timing out:
There don't appear to be any changes to the testdata directory in 2 weeks, so something else caused the test time to go over the test timeout, maybe. |
maybe #108238 is the CI issue |
108289: schemachanger: Skip some reported timeout backup tests r=rafiss a=Xiang-Gu There has been a few timeout failures from the BACKUP/RESTORE testing suites so let's skip them for now until we know more of the issue. Informs ##108238 Informs #108221 Epic: None Release note: None Co-authored-by: Xiang Gu <[email protected]>
Multiple tests under |
My recent effort to deflake those tests was merged. It also unskip those flaky tests. Let's see if it made it better. |
Thank you! It has not flaked in the 3 days since that was merged |
Seen here: https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_BazelEssentialCi/11197865?hideProblemsFromDependencies=false&hideTestsFromDependencies=false&expandBuildProblemsSection=true&expandBuildTestsSection=true
Jira issue: CRDB-30366
The text was updated successfully, but these errors were encountered: