cockroachdb / cockroach

CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
https://www.cockroachlabs.com
Other
30.07k stars 3.8k forks source link

kv/kvserver: TestOptimisticEvalNoContention failed #130973

Open github-actions[bot] opened 1 month ago

github-actions[bot] commented 1 month ago

kv/kvserver.TestOptimisticEvalNoContention failed on master @ c9c65ad821c4bdfbd896cbc22b53370e6247afb3:

Fatal error:

panic: test timed out after 14m57s
running tests:
    TestOptimisticEvalNoContention (14m46s)

Stack:

goroutine 41294 [running]:
testing.(*M).startAlarm.func1()
    GOROOT/src/testing/testing.go:2366 +0x385
created by time.goFunc
    GOROOT/src/time/sleep.go:177 +0x2d
Log preceding fatal error

``` === RUN TestOptimisticEvalNoContention test_log_scope.go:170: test logs captured to: outputs.zip/logTestOptimisticEvalNoContention1972340371 test_log_scope.go:81: use -show-logs to present logs inline client_replica_test.go:4899: ```

Parameters:

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

/cc @cockroachdb/kv

This test on roachdash | Improve this report!

Jira issue: CRDB-42312

tbg commented 1 month ago

Smells like https://github.com/cockroachdb/cockroach/issues/123986#issuecomment-2107606634, which was never resolved.

tbg commented 1 month ago

Yes this seems the same. I'll send a PR to get more insight next time. Not a release-blocker since this is not new and unlikely to be a regression, whether test or prod issue.