cockroachdb / cockroachdb/cockroach
kv/kvserver/loqrecovery: TestRetrieveRangeStatus failed
Open
Nobody has claimed this yet.
branch-master
C-test-failure
O-robot
release-blocker
T-kv
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
kv/kvserver/loqrecovery.TestRetrieveRangeStatus failed on master @ 61382aad0bf980a4a5547d80a5f1a9bd894678f9:
=== RUN TestRetrieveRangeStatus
test_log_scope.go:172: test logs captured to: outputs.zip/logTestRetrieveRangeStatus2230058167
test_log_scope.go:82: use -show-logs to present logs inline
test_server_shim.go:146: using test tenant configuration from testserver factory defaults
server_integration_test.go:591: failed to find scratch range in unavailable ranges
panic.go:694: -- test log scope end --
test logs left over in: outputs.zip/logTestRetrieveRangeStatus2230058167
--- FAIL: TestRetrieveRangeStatus (103.05s)
Parameters:
attempt=1deadlock=truerun=3shard=1
Jira issue: CRDB-68548
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with kv/kvserver/loqrecovery.TestRetrieveRangeStatus and the linked test report, then inspect the failure at server_integration_test.go:591. Use the captured test logs in outputs.zip/logTestRetrieveRangeStatus2230058167 to determine why the scratch range is not found in unavailable ranges. Done means the test reliably passes without that failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- databases, distributed-systems, testing
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 38/100