forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
107613: kvserver: avoid moving parts in closedts tests r=erikgrinaker a=tbg Many tests (two just this last week[^1][^2]) are flaky because the replicate queue can make rebalancing decisions that undermine the state the test is trying to set up. Often, this happens "accidentally" because ReplicationAuto is our default ReplicationMode. This PR improves the situation at least for closed timestamp integration tests by switching them all over to `ReplicationManual` (and preventing any new ones from accidentally using `ReplicationAuto` in the future). This can be seen as a small step towards cockroachdb#107528, which I am increasingly convinced is an ocean worth boiling. [^1]: cockroachdb#107179 [^2]: cockroachdb#101824 Epic: None Release note: None Co-authored-by: Tobias Grieger <[email protected]>
- Loading branch information
Showing
3 changed files
with
56 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters