-
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
pkg/ccl/testccl/sqlccl/sqlccl_test: TestTenantTempTableCleanup failed #92895
Comments
I bisected this to #92787. |
I don't think that's right. |
pkg/ccl/testccl/sqlccl/sqlccl_test.TestTenantTempTableCleanup failed with artifacts on master @ ca079ac1fc8a8f7a5360f5b1f4fa210c14dc8410:
Parameters: |
Bisected again to e90c549. |
pkg/ccl/testccl/sqlccl/sqlccl_test.TestTenantTempTableCleanup failed with artifacts on master @ 859e1e1f26d79af43cce16519f9ba984baaa495c:
Parameters: |
pkg/ccl/testccl/sqlccl/sqlccl_test.TestTenantTempTableCleanup failed with artifacts on master @ 8a5cb5109d6b7e122e996a44f940bfd61698cd81:
Parameters: |
92993: server,sql: ensure that temp tables wait to know about other instances r=ajwerner a=ajwerner In #92666 we stopped waiting for the sqlinstance.Reader to know about all the other instances synchronously at startup. Waiting for this information requires out-of-region RPCs. The hazard here is that in the temp table tests which lower the grace period for temp tables dramatically, we might delete temp tables which should not be deleted. By waiting for these instances, we deflake the test. Epic: none Fixes: #92895 Release note: None Co-authored-by: Andrew Werner <[email protected]>
pkg/ccl/testccl/sqlccl/sqlccl_test.TestTenantTempTableCleanup failed with artifacts on master @ e7b15ebaed9c14668ade0a7827a5525aedef1ab0:
Parameters:
TAGS=bazel,gss
Help
See also: How To Investigate a Go Test Failure (internal)
This test on roachdash | Improve this report!
Jira issue: CRDB-22030
The text was updated successfully, but these errors were encountered: