-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
133461: rac2: fix TestRangeController testingRCRange.mu lock ordering r=sumeerbhola a=kvoli This was failing `TestRangeController` under `--deadlock`. Ensure consistent lock ordering between `testingRCRange.mu` and `ReplicaMutexAsserter.RaftMu`. Resolves: #133426 Release note: None 133463: kvserver: extend election timeout ticks in TestControlFlowRaftMembers… r=sumeerbhola a=kvoli …hipV2 The test is susceptible to observing timing issues, such as stream disconnects under CPU exhaustion. This is problematic because the test asserts on the full history of metrics, in that some are counters. Attempt to paper over these by extending `RaftElectionTimeoutTicks`. Fixes: #133272 Release note: None Co-authored-by: Austen McClernon <[email protected]>
- Loading branch information
Showing
2 changed files
with
19 additions
and
5 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