-
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.
58050: server: improve reset-quorum testing r=irfansharif a=TheSamHuang Previously, we only tested the primary use case of a range that has lost quorum with no replicas. This commit introduces testing for the following additional cases: 1. Reset quorum for a range that has lost quorum on a node with a replica. 2. Reset quorum for a range that has lost quorum on a node without a replica (with other replicas remaining). 3. Reset quorum for a range that has not lost quorum (error expected). 4. Reset quorum for a range that is a meta range (error expected). Release note: None. Co-authored-by: Sam Huang <[email protected]>
- Loading branch information
Showing
1 changed file
with
232 additions
and
95 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