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#107847.
This commit deflakes `TestTxnCoordSenderRetries`, which was observed to fail if
a load-based split was performed at key "ab". A split at this key had the effect
of turning the "write too old in staging commit" subtest into something closer
to "multi-range batch commit with write too old (err on first range)", where the
transaction record and write-write conflict were on different ranges.
This commit deflakes the test by disabling load-based splits.
While diagnosing the issue, I found two easy ways to reproduce the failure which
demonstrate that load-based splitting was the source of the flakiness:
- manually split at key "ab"
- sleep for 10ms between each subtest, giving load-based splitting more time
With load-based splitting disabled, the test passes under race+stress even with
the 10ms pauses.
Release note: None
0 commit comments