-
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
schema: TestRevertingJobsOnDatabasesAndSchemas/failed_due_to_injected_error/drop_database_cascade flaky #77048
Comments
|
My understanding is that this test asserts on side effects from the old schema changer, which might not apply to the new. For a start in the new schema changer these jobs should be non-revertible. |
I'm reopening this issue because I witnessed this test fail on a recent CI build: https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_UnitTests/5966731?showRootCauses=true&expandBuildChangesSection=true&expandBuildProblemsSection=true&expandBuildTestsSection=true
|
85798: kvserver,roachpb,storage: add IsSpanEmptyRequest to check for any data r=erikgrinaker a=ajwerner This commit adds a new request, `IsSpanEmptyRequest`, which checks to see if there is any data in a key span of any kind. It ignore the GC threshold, and operates across all versions. Fixes #85726 Release note: None 85807: sql: deflake TestRevertingJobsOnDatabasesAndSchemas r=ajwerner a=ajwerner The setting of the variable was not in the same session we needed it to be in. Fixes #77048 Release note: None 85829: bazel: bump size of `serverccl_test` r=rail a=rickystewart This has timed out in CI. Release note: None Co-authored-by: Andrew Werner <[email protected]> Co-authored-by: Ricky Stewart <[email protected]>
TestRevertingJobsOnDatabasesAndSchemas/failed_due_to_injected_error/drop_database_cascade is flaky, see the test history: https://teamcity.cockroachdb.com/project.html?projectId=Cockroach_UnitTests&testNameId=-1013794384827983388&tab=testDetails
Going to skip for now.
Removing test in #77049
Jira issue: CRDB-13384
The text was updated successfully, but these errors were encountered: