Skip to content
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 #96707

Closed
cockroach-teamcity opened this issue Feb 7, 2023 · 2 comments · Fixed by #96709
Closed

roachtest: inconsistency failed #96707

cockroach-teamcity opened this issue Feb 7, 2023 · 2 comments · Fixed by #96709
Assignees
Labels
A-testing Testing tools and infrastructure branch-master Failures and bugs on the master branch. C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. C-test-failure Broken test (automatically or manually discovered). O-roachtest O-robot Originated from a bot.
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Feb 7, 2023

roachtest.inconsistency failed with artifacts on master @ eb158026c50d8fa856e42f928d844831ea9e6b28:

test artifacts and logs in: /artifacts/inconsistency/run_1
(cluster.go:1937).Run: output in run_094803.535799739_n1_cockroach-debug-rang: ./cockroach debug range-descriptors $(find {store-dir}/auxiliary/checkpoints/* -type d -depth 0 | head -n1) returned: COMMAND_PROBLEM: ssh verbose log retained in ssh_094803.544541011_n1_cockroach-debug-rang.log: exit status 1

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_encrypted=false , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

/cc @cockroachdb/replication

This test on roachdash | Improve this report!

Jira issue: CRDB-24287

@cockroach-teamcity cockroach-teamcity added branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-roachtest O-robot Originated from a bot. release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. T-kv-replication labels Feb 7, 2023
@cockroach-teamcity cockroach-teamcity added this to the 23.1 milestone Feb 7, 2023
@erikgrinaker
Copy link
Contributor

@pavelkalinnikov Fallout from #95963.

09:48:04 cluster.go:1959: > result: ./cockroach debug range-descriptors $(find {store-dir}/auxiliary/checkpoints/* -type d -depth 0 | head -n1) returned: COMMAND_PROBLEM: ssh verbose log retained in ssh_094803.544541011_n1_cockroach-debug-rang.log: exit status 1
(1) ./cockroach debug range-descriptors $(find {store-dir}/auxiliary/checkpoints/* -type d -depth 0 | head -n1) returned
  | stderr:
  | find: paths must precede expression: `0'
  | ERROR: accepts 1 arg(s), received 0
  | Failed running "debug range-descriptors"

@erikgrinaker erikgrinaker removed the release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. label Feb 7, 2023
@erikgrinaker erikgrinaker added A-testing Testing tools and infrastructure C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. labels Feb 7, 2023
@pav-kv
Copy link
Collaborator

pav-kv commented Feb 7, 2023

Maybe find is different depending on OS. Worked for me locally, but I'll check on a different machine.

@pav-kv pav-kv added release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. and removed release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. labels Feb 7, 2023
@craig craig bot closed this as completed in 9444613 Feb 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-testing Testing tools and infrastructure branch-master Failures and bugs on the master branch. C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. C-test-failure Broken test (automatically or manually discovered). O-roachtest O-robot Originated from a bot.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants