-
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
backupccl: TestDataDriven/restore-grants hangs when run within a tenant #90444
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
Oct 21, 2022
cc @cockroachdb/disaster-recovery |
msbutler
added a commit
to msbutler/cockroach
that referenced
this issue
Oct 21, 2022
TestDataDriven unit tests were recently enabled to run within tenants(cockroachdb#88271). This was quickly disabled as it caused TestDataDriven/restore-grants to flake (tracked in cockroachdb#90444). This patch re-enables TestDataDriven unit tests to run within a tenant, except for TestDataDriven/restore-grants. Further investigation is needed to understand why restore-grants hangs when run within a tenant. Informs cockroachdb#90444 Release note: None
My guess is that this is because this mitigation:
doesn't work when we are talking to a tenant. |
msbutler
added a commit
to msbutler/cockroach
that referenced
this issue
Oct 24, 2022
TestDataDriven unit tests were recently enabled to run within tenants(cockroachdb#88271). This was quickly disabled as it caused TestDataDriven/restore-grants to flake (tracked in cockroachdb#90444). This patch re-enables TestDataDriven unit tests to run within a tenant, except for TestDataDriven/restore-grants. Further investigation is needed to understand why restore-grants hangs when run within a tenant. Informs cockroachdb#90444 Release note: None
craig bot
pushed a commit
that referenced
this issue
Oct 24, 2022
90446: backupccl: re-enable data driven tests to run within a tenant r=adityamaru,stevendanna a=msbutler TestDataDriven unit tests were recently enabled to run within tenants(#88271). This was quickly disabled as it caused TestDataDriven/restore-grants to flake (tracked in #90444). This patch re-enables TestDataDriven unit tests to run within a tenant, except for TestDataDriven/restore-grants. Further investigation is needed to understand why restore-grants hangs when run within a tenant. Informs #90444 Release note: None Co-authored-by: Michael Butler <[email protected]>
craig bot
pushed a commit
that referenced
this issue
Jul 6, 2023
106115: backupccl: enable restore-grants test on tenant r=rhu713 a=stevendanna This test passed under stress for 5 hours, which seems sufficient to unskip it. The underlying issue described in #89900 appears to be much harder to reproduce and may now be resolved. Informs #89900 Fixes #90444 Epic: none Release note: None Co-authored-by: Steven Danna <[email protected]>
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
TestDataDriven/restore-grants
began to hang after the test began to get run within a tenant, due to this commit fd7f48d introduced in this PR #88271To reproduce the regression, checkout the commit, and run the following command
./dev test pkg/ccl/backupccl -f TestDataDriven/restore-grants --stress --test-args='-test.timeout 1m'
Running this command on one previous commit shows the test running smoothly.
Jira issue: CRDB-20774
The text was updated successfully, but these errors were encountered: