-
Notifications
You must be signed in to change notification settings - Fork 4.1k
kvserver: package is timing out under race [whole pkg skipped under race] #61120
Description
We're consistently seeing the kvserver package timeout under race. Below are a few example runs:
https://teamcity.cockroachdb.com//viewLog.html?buildId=2718275&buildTypeId=Cockroach_MergedExtendedCi
https://teamcity.cockroachdb.com//viewLog.html?buildId=2718181&buildTypeId=Cockroach_MergedExtendedCi
https://teamcity.cockroachdb.com//viewLog.html?buildId=2718020&buildTypeId=Cockroach_MergedExtendedCi
Since the package times out, different tests get unlucky across different runs. Some tests listed in the artifacts are:
TestReplicaRangefeedPushesTransactions
TestReplicaRangefeedNudgeSlowClosedTimestamp
TestReplicaRangefeedRetryErrors
Seeing ThreadSanitizer: clock allocator overflow (65536*1024). Dying. in some of the logs - not sure if it is relevant.