-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
39630: storage: de-flake TestReplicateQueueDownReplicate r=danhhz a=tbg Reproduced via ``` make stressrace PKG=./pkg/storage/ TESTS=TestReplicateQueueDownReplicate STRESSFLAGS='-stderr=false -p 12' ``` in a few minutes (on a gceworker). The test would sometimes fail since the range log verification was overly aggressive in the sense that it would fail on all but the expected reasons. However we have learners now and sometimes they're rolled back, which also causes events. The range log checks were overly complicated to, so boil them down a bunch to something more manageable. Release note: None Co-authored-by: Tobias Schottdorf <[email protected]>
- Loading branch information
Showing
1 changed file
with
23 additions
and
21 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