-
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
roachtest: inconsistency failed #56173
Comments
The test attempts to inject an inconsistency with:
This hit the following error:
Did |
From the look of things in |
@nvanbenschoten You're looking at the file that includes the db command. Here's where all the sub-commands of db are instantiated: This test is failing because |
…ible Fixes cockroachdb#55931. Fixes cockroachdb#56173. The `cockroach debug pebble db set` command did not exist in earlier releases, so we use `cockroach debug rocksdb put` instead.
Got it, thanks for the explanation! |
…ible Fixes cockroachdb#55931. Fixes cockroachdb#56173. The `cockroach debug pebble db set` command did not exist in earlier releases, so we use `cockroach debug rocksdb put` instead.
Fixed by #55899. |
(roachtest).inconsistency failed on release-20.2@150c5918fb6e28e0ea5bfa4e8e94088986fbbf98:
More
Artifacts: /inconsistency
Related:
roachtest: inconsistency failed #56039 roachtest: inconsistency failed C-test-failure O-roachtest O-robot branch-master release-blocker
roachtest: inconsistency failed #55931 roachtest: inconsistency failed C-test-failure O-roachtest O-robot branch-release-20.1 release-blocker
See this test on roachdash
powered by pkg/cmd/internal/issues
The text was updated successfully, but these errors were encountered: