You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixescockroachdb#107435.
This commit deflakes `TestReplicaTxnIdempotency`. The race seen in the
test was between an asynchronous read of a key attached to a raft
proposal during a timestamp cache update and a mutation of that same
underlying byte buffer by the test harness. We now make sure to clone
the key before mutating the buffer.
Release note: None
0 commit comments