-
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
ccl/sqlproxyccl/tenant: TestResume failed #106571
Comments
ccl/sqlproxyccl/tenant.TestResume failed with artifacts on release-23.1 @ 7bfb0ce4cf4e5d3c6c51fd97ced445f4c05fbdc8:
Parameters: |
ccl/sqlproxyccl/tenant.TestResume failed with artifacts on release-23.1 @ 8897f4d13a030381997ff30aeaf633a9f8e87340:
Parameters: |
ccl/sqlproxyccl/tenant.TestResume failed with artifacts on release-23.1 @ aaedb3dd0d97097cff7afeb2532c6265d3d62818:
Parameters: |
ccl/sqlproxyccl/tenant.TestResume failed with artifacts on release-23.1 @ 8b970683af4630cbb30b4c92f0be86cfadd97993:
Parameters: |
107294: ttl: show table name for jobs in SHOW SCHEDULES r=chrisseto a=chrisseto Previously, `SHOW SCHEDULES` would only show a table's ID for row level TTL jobs. For the convenience of debugging, this commit upgrades the `label` column to contain the table's name instead of its ID. Rather than performing table name resolution at query time, the job name is set at creation time and updated by the schema change during table renames. This minimizes the likelihood of `SHOW SCHEDULES` being rendered unusable when a cluster is in an unstable state. Epic: CRDB-18322 Fixes: #93774 107316: sqlproxyccl: simplify NewSubStopper r=JeffSwenson a=JeffSwenson The lock in NewSubStopper caused lock ordering warnings when run under deadlock detection. The justification given for the lock's existence is wrong. If a closer is added to an already stopped stopper, the closer is called immediately. Release note: None Part of: #106571 107941: storage: don't import `testing` for `DisableMetamorphicSimpleValueEncoding` r=erikgrinaker a=erikgrinaker We shouldn't link `testing` in binaries. Epic: none Release note: None 107950: testutils: fix determinism in random predecessor history tests r=jayshrivastava a=renatolabs Previously, the `rng` instance used by the tests was initialized once in the `var` block. That meant that every assertion that relied on that rng was order-dependent: running a single test in that file in isolation would lead to failed assertions. This commit ensures that every test resets the rng before making any assertions, guaranteeing we get the same values regardless of execution order. Epic: none Release note: None Co-authored-by: Chris Seto <[email protected]> Co-authored-by: Jeff <[email protected]> Co-authored-by: Erik Grinaker <[email protected]> Co-authored-by: Renato Costa <[email protected]>
The lock in NewSubStopper caused lock ordering warnings when run under deadlock detection. The justification given for the lock's existence is wrong. If a closer is added to an already stopped stopper, the closer is called immediately. Release note: None Fixes: #106571
ccl/sqlproxyccl/tenant.TestResume failed with artifacts on release-23.1 @ 17d14efc67f680945eb3a38dd0840ec70f766709:
Parameters:
TAGS=bazel,gss,deadlock
Help
See also: How To Investigate a Go Test Failure (internal)
This test on roachdash | Improve this report!
Jira issue: CRDB-29621
The text was updated successfully, but these errors were encountered: