-
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/logictestccl/tests/3node-tenant/3node-tenant_test: TestTenantLogic_drop_role_with_default_privileges failed #140494
Comments
pkg/ccl/logictestccl/tests/3node-tenant/3node-tenant_test.TestTenantLogic_drop_role_with_default_privileges failed on master @ d276833ff08ef11d7894b7b0124f1883d90a3377:
Parameters:
|
pkg/ccl/logictestccl/tests/3node-tenant/3node-tenant_test.TestTenantLogic_drop_role_with_default_privileges failed on master @ f18cf53e67c1c6eab453eb7be40743b86cdbf349:
Parameters:
|
I found another cause of this kind of flake. Similar to my discoveries in #140400, there's another background job that is contending with the foreground schema change transactions. This time it's the cockroach/pkg/jobs/registry.go Lines 957 to 979 in d414518
This issue seems to only be a problem in multitenant configs, since that seems to put the TestCluster into an overloaded state. In this situation, the foreground schema change transaction doesn't heartbeat quickly enough, which allows the background job to abort the foreground transaction even though the background transaction is running at |
pkg/ccl/logictestccl/tests/3node-tenant/3node-tenant_test.TestTenantLogic_drop_role_with_default_privileges failed on master @ 15a3216d965f778f64345a56ef2d606a4dc4b311:
Parameters:
Same failure on other branches
|
Based on the specified backports for linked PR #140607, I applied the following new label(s) to this issue: branch-release-24.1, branch-release-24.2, branch-release-24.3, branch-release-25.1. Please adjust the labels as needed to match the branches actually affected by this issue, including adding any known older branches. 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf. |
pkg/ccl/logictestccl/tests/3node-tenant/3node-tenant_test.TestTenantLogic_drop_role_with_default_privileges failed on master @ d276833ff08ef11d7894b7b0124f1883d90a3377:
Parameters:
attempt=1
run=1
shard=39
Help
See also: How To Investigate a Go Test Failure (internal)
This test on roachdash | Improve this report!
Jira issue: CRDB-47188
The text was updated successfully, but these errors were encountered: