-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
backupccl: TestBackupRestoreResume panics when run within a tenant #88527
Labels
A-disaster-recovery
C-test-failure
Broken test (automatically or manually discovered).
T-disaster-recovery
Comments
msbutler
added
C-test-failure
Broken test (automatically or manually discovered).
T-disaster-recovery
labels
Sep 22, 2022
cc @cockroachdb/disaster-recovery |
msbutler
added a commit
to msbutler/cockroach
that referenced
this issue
Sep 27, 2022
…in tenant Previously, all backup unit tests that called backupRestoreTestSetupWithParams and backupRestoreTestSetupEmptyWithParams were disabled to run within tenants, signficantly decreasing test coverage. This patch allows tests that call these helper methods to be probabilistically run within tenants (including most data driven tests). This patch also manually disables some of these tests to be run within tenants. Future work should continue to enable bulk unit tests to run within tenants by default. Fixes cockroachdb#88381, cockroachdb#88527, cockroachdb#88453, cockroachdb#88380 Release note: None
msbutler
added a commit
to msbutler/cockroach
that referenced
this issue
Oct 14, 2022
…in tenant Previously, all backup unit tests that called backupRestoreTestSetupWithParams and backupRestoreTestSetupEmptyWithParams were disabled to run within tenants, signficantly decreasing test coverage. This patch allows tests that call these helper methods to be probabilistically run within tenants (including most data driven tests). This patch also manually disables some of these tests to be run within tenants. Future work should continue to enable bulk unit tests to run within tenants by default. Fixes cockroachdb#88381, cockroachdb#88527, cockroachdb#88453, cockroachdb#88380 Release note: None
msbutler
added a commit
to msbutler/cockroach
that referenced
this issue
Oct 19, 2022
…in tenant Previously, all backup unit tests that called backupRestoreTestSetupWithParams and backupRestoreTestSetupEmptyWithParams were disabled to run within tenants, signficantly decreasing test coverage. This patch allows tests that call these helper methods to be probabilistically run within tenants (including most data driven tests). This patch also manually disables some of these tests to be run within tenants. Future work should continue to enable bulk unit tests to run within tenants by default. Fixes cockroachdb#88381, cockroachdb#88527, cockroachdb#88453, cockroachdb#88380 Release note: None
craig bot
pushed a commit
that referenced
this issue
Oct 19, 2022
88271: backupccl: allow backupRestoreTestSetup[Empty]WithParams to test within a tenant r=adityamaru a=msbutler Previously, all backup unit tests that called backupRestoreTestSetupWithParams and backupRestoreTestSetupEmptyWithParams were disabled to run within tenants, signficantly decreasing test coverage. This patch allows tests that call these helper methods to be probabilistically run within tenants (including most data driven tests). This patch also manually disables some of these tests to be run within tenants. Future work should continue to enable bulk unit tests to run within tenants by default. Fixes #88381, #88527, #88453, #88380 Release note: None Co-authored-by: Michael Butler <[email protected]>
closed by #88271 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-disaster-recovery
C-test-failure
Broken test (automatically or manually discovered).
T-disaster-recovery
To reproduce, stress the test on top of #88271, with DisableTenantTestTenant set to false.
Jira issue: CRDB-19865
The text was updated successfully, but these errors were encountered: