Open cockroach-teamcity opened 2 months ago
This failed here
/pkg/kv/kvserver/client_replica_test.go#L867
require.True(t, txn.ObservedTimestamps[0].Timestamp.ToTimestamp().Less(writeTs))
where as the sibling failure^1 (from 24.1) was here:
/pkg/kv/kvserver/client_replica_test.go#L865
require.True(t, txn.ReadTimestamp.Less(writeTs))
Now that we have two failures here, and no failures on 24.2+, it stands to reason that this is something specific to the 24.1 branch. I'll kick the tires on this again.
Testing //pkg/kv/kvserver:kvserver_test (run 53835 of 200000); 1s linux-sandbox
I don't think this one's going to fail. It might need exacerbating circumstances.
Looking at git log --oneline --topo-order --no-merges -- ./pkg/kv/kvserver/ 08092610980d10494d90726d6aaee007d4d23c1e
, the most recent commit that could sort of pattern match onto what we're seeing here is fa5d7f718bede516966b93abf3eff1560cfd9420 which was merged two months ago^1. Yet, we've seen this fail in CI twice on this branch in a few days.
kv/kvserver.TestTxnReadWithinUncertaintyIntervalAfterLeaseTransfer failed on release-24.1.5-rc @ 08092610980d10494d90726d6aaee007d4d23c1e:
Parameters:
attempt=1
run=19
shard=33
Help
See also: How To Investigate a Go Test Failure (internal)
/cc @cockroachdb/kvThis test on roachdash | Improve this report!
Jira issue: CRDB-42332