-
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
kv/kvnemesis: TestKVNemesisMultiNode failed #58624
Labels
branch-master
Failures and bugs on the master branch.
C-test-failure
Broken test (automatically or manually discovered).
O-robot
Originated from a bot.
Comments
cockroach-teamcity
added
branch-master
Failures and bugs on the master branch.
C-test-failure
Broken test (automatically or manually discovered).
O-robot
Originated from a bot.
labels
Jan 7, 2021
otan
added a commit
to otan-cockroach/cockroach
that referenced
this issue
Jan 13, 2021
Refs: cockroachdb#58624 Reason: flaky test Generated by bin/skip-test. Release justification: non-production code changes Release note: None
craig bot
pushed a commit
that referenced
this issue
Jan 13, 2021
58898: tabledesc: omit implicit columns from auto-generated index names r=ajstorm a=otan Release note (sql change): Omit the inclusion of implicit columns or hash sharded index columns from automatically generated index names. 58907: kv/kvnemesis: skip TestKVNemesisMultiNode r=rafiss a=otan Refs: #58624 Reason: flaky test Generated by bin/skip-test. Release justification: non-production code changes Release note: None Co-authored-by: Oliver Tan <[email protected]>
This is due to #56197. I had changed the error string. I'll take it. |
nvanbenschoten
pushed a commit
to nvanbenschoten/cockroach
that referenced
this issue
Jan 14, 2021
Before this patch, cockroachdb#56197 broke this test because it changed a range merge error string that let the KV nemesis validator ignore the error. This patch updates the regexp the validator uses to match the error and unskips the test. Fixes cockroachdb#58624. Release note: None
craig bot
pushed a commit
that referenced
this issue
Jan 14, 2021
58888: sql, jobs: stop queuing schema change jobs for in-txn schema changes r=postamar a=postamar Creating a table and changing its schema within a transaction would cause a schema change job to be queued. Such jobs are not necessary and don't do anything. This patch prevents them from being queued in the first place. Fixes #45985. Release note (sql change): Creating a table and changing its schema within a transaction no longer schedules a schema change job. 58919: kvnemesis: fix and unskip TestKVNemesisMultiNode r=aayushshah15 a=aayushshah15 Before this patch, #56197 broke this test because it changed a range merge error string that let the KV nemesis validator ignore the error. This patch updates the regexp the validator uses to match the error and unskips the test. Fixes #58624. Release note: None 58982: delegate: remove is_active_region from SHOW REGIONS FROM DATABASE r=ajstorm a=otan Due to unpopular demand. Release note: None Co-authored-by: Marius Posta <[email protected]> Co-authored-by: Aayush Shah <[email protected]> Co-authored-by: Oliver Tan <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
branch-master
Failures and bugs on the master branch.
C-test-failure
Broken test (automatically or manually discovered).
O-robot
Originated from a bot.
(kv/kvnemesis).TestKVNemesisMultiNode failed on master@d8b5cb0fdd5f0b1b28919539b78c17aee68dc5f4:
More
Parameters:
See this test on roachdash
powered by pkg/cmd/internal/issues
The text was updated successfully, but these errors were encountered: