cockroachdb / cockroachdb/cockroach
release-26.4: testutils/testcluster: TestClusterSqlDisabled failed
Open
Nobody has claimed this yet.
branch-release-26.4
C-test-failure
O-robot
release-blocker
T-testeng
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
testutils/testcluster.TestClusterSqlDisabled failed on release-26.4 @ b4884d371d74d172ab184bc4ef0924ccb758f3c2:
=== RUN TestClusterSqlDisabled
test_log_scope.go:172: test logs captured to: outputs.zip/logTestClusterSqlDisabled3716475825
test_log_scope.go:82: use -show-logs to present logs inline
testcluster_test.go:65: -- test log scope end --
test logs left over in: outputs.zip/logTestClusterSqlDisabled3716475825
--- FAIL: TestClusterSqlDisabled (1612.91s)
=== RUN TestClusterSqlDisabled/disable-sql=false
--- FAIL: TestClusterSqlDisabled/disable-sql=false (1274.96s)
=== RUN TestClusterSqlDisabled/disable-sql=false/test-tenant={1_true_false_0_}
testcluster.go:665: polling for queued jobs to complete: poll-show-jobs: session record deleted
--- FAIL: TestClusterSqlDisabled/disable-sql=false/test-tenant={1_true_false_0_} (1076.48s)
Parameters:
attempt=1race=truerun=3shard=2
Same failure on other branches
- #175659 basalt-26.3.2-rc-20260908: testutils/testcluster: TestClusterSqlDisabled failed [C-test-failure O-robot T-testeng branch-basalt-26.3.2-rc-20260908 release-blocker]
Jira issue: CRDB-68560
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with testutils/testcluster.TestClusterSqlDisabled and the failure at testcluster.go:665. Run the test with the linked logs or -show-logs, then compare the polling path for the disable-sql=false tenant case. Done means the test no longer fails with “session record deleted” on the affected release branch.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, sql
- Domain
- databases, testing
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100