-
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
pkg/ccl/testccl/workload/schemachange/schemachange_test: TestWorkload failed #108695
Labels
C-test-failure
Broken test (automatically or manually discovered).
O-robot
Originated from a bot.
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Milestone
Comments
cockroach-teamcity
added
branch-release-23.1.9-rc
C-test-failure
Broken test (automatically or manually discovered).
O-robot
Originated from a bot.
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
labels
Aug 14, 2023
trying to repro on my gce-worker with
|
Closed
Closing due to updates from #105517. |
craig bot
pushed a commit
that referenced
this issue
Aug 22, 2023
108922: sql: use seeded random for schemachange opsgen r=annrpom a=annrpom A schemachange TestWorkload failure was difficult to reproduce; to address this, this patch uses randutil's `NewTestRand()` to allow for a global seed to be set when stressing this test. Epic: none Informs: #108695 Informs: #105517 Informs: #109218 Release note: none 109223: loqrecovery: add logging of for network errors r=pavelkalinnikov a=aliher1911 Previously unrecoverable errors that caused nodes to be skipped were treated opaquely and provided no visibility of what actual error is. This PR adds extra logging for errors at info level. Since number of dead nodes is not expected to be high (otherwise LOQ tools won't give much benefit), extra logging is justified as it adds more visibility to help discover more retryable cases. Epic: none Release note: None Touches: #108429 109232: server: properly connect the scheduler latency sampler to its listener r=irfansharif,stevendanna a=knz Prior to this patch, if we had N servers running (e.g. in tests) we would have N^2 callbacks called every sample round (one sampler per server, N calls per sampler) because it used a global callback registry. Also it wasn't particularly elegant design, as we should eschew global registries altogether. This patch enhances the situation by only having one listener per sampler. Release note: None Needed to solve #109225. Epic: CRDB-26691 109238: cmd: error if try to use --stream-output with --stress r=liamgillies a=liamgillies Previously running these two flags together would force serialization on `--stress`, which doesn't make any sense. This PR adds an error when the two flags are attempted to be used together. Fixes: #108150 Release note: None Co-authored-by: Annie Pompa <[email protected]> Co-authored-by: Oleg Afanasyev <[email protected]> Co-authored-by: Raphael 'kena' Poss <[email protected]> Co-authored-by: Liam Gillies <[email protected]>
This was referenced Aug 22, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C-test-failure
Broken test (automatically or manually discovered).
O-robot
Originated from a bot.
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
pkg/ccl/testccl/workload/schemachange/schemachange_test.TestWorkload failed with artifacts on release-23.1.9-rc @ d417968cd3eb53414a97b29692ba61cf1466276d:
Parameters:
TAGS=bazel,gss,deadlock
Help
See also: How To Investigate a Go Test Failure (internal)
Same failure on other branches
This test on roachdash | Improve this report!
Jira issue: CRDB-30597
The text was updated successfully, but these errors were encountered: