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

cli: TestDebugCheckStore failed #137762

Closed
cockroach-teamcity opened this issue Dec 19, 2024 · 1 comment
Closed

cli: TestDebugCheckStore failed #137762

cockroach-teamcity opened this issue Dec 19, 2024 · 1 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-robot Originated from a bot. T-kv KV Team

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Dec 19, 2024

cli.TestDebugCheckStore failed on master @ 3b6f3c659f7c511761b44d65ba2cf62815a514c1:

=== RUN   TestDebugCheckStore
    test_log_scope.go:165: test logs captured to: outputs.zip/logTestDebugCheckStore2660815534
    test_log_scope.go:76: use -show-logs to present logs inline
    testcluster.go:485: unable to retrieve conf reader: span configs not available
    panic.go:626: -- test log scope end --
test logs left over in: outputs.zip/logTestDebugCheckStore2660815534
--- FAIL: TestDebugCheckStore (0.87s)

Parameters:

  • attempt=1
  • run=5
  • shard=6
Help

See also: How To Investigate a Go Test Failure (internal)

/cc @cockroachdb/kv-triage @cockroachdb/server

This test on roachdash | Improve this report!

Jira issue: CRDB-45737

@cockroach-teamcity 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. release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. T-kv KV Team labels Dec 19, 2024
kvoli added a commit to kvoli/cockroach that referenced this issue Dec 19, 2024
There have been recent flakes on tests which use a `TestCluster`. These
failures have occurred at startup, before much test specific logic. This
patch mitigates the symptom by retrying on an error, rather than
erroring out. The error looks like:

```
testcluster.go:485: unable to retrieve conf reader: span configs not available
```

It is caused by span configs not being available, which is checked via
grabbing the `ConfReader` before forcing the replica queues to process.

The root cause of this behavior change should still be determined and
this should be considered temporary, although the root cause may be
benign.

informs: cockroachdb#137712
informs: cockroachdb#137762
Release note: None
@arulajmani
Copy link
Collaborator

This should no longer fail because we landed #133860 and we have an issue to track why this started failing recently. Closing this issue out.

@arulajmani arulajmani added C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. A-testing Testing tools and infrastructure and removed release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. labels Dec 20, 2024
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-robot Originated from a bot. T-kv KV Team
Projects
None yet
Development

No branches or pull requests

2 participants