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.06k stars 3.8k forks source link

sql/catalog/lease: TestLeaseRenewedAutomatically failed #133030

Open cockroach-teamcity opened 5 days ago

cockroach-teamcity commented 5 days ago

sql/catalog/lease.TestLeaseRenewedAutomatically failed with artifacts on release-23.2.13-rc @ f00c152761838e05049d293198840b12605b545b:

=== RUN   TestLeaseRenewedAutomatically
    test_log_scope.go:170: test logs captured to: /artifacts/tmp/_tmp/ce8d73b4a4081f39d36a7fa2c2508fcc/logTestLeaseRenewedAutomatically85802723
    test_log_scope.go:81: use -show-logs to present logs inline
    test_server_shim.go:159: automatically injected an external process virtual cluster under test; see comment at top of test_server_shim.go for details.
    lease_test.go:1375: expected repeated lease acquisition to not block, but blockCount is: 1
    panic.go:523: -- test log scope end --
test logs left over in: /artifacts/tmp/_tmp/ce8d73b4a4081f39d36a7fa2c2508fcc/logTestLeaseRenewedAutomatically85802723
--- FAIL: TestLeaseRenewedAutomatically (8.13s)

Parameters:

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

/cc @cockroachdb/sql-foundations

This test on roachdash | Improve this report!

Jira issue: CRDB-43424

spilchen commented 3 days ago

This seems to fail once a month. But only on the 23.2.x branch. Lets see if we can reproduce this locally.