Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
roachtest: loss of quorum recovery test
Roachtest that exercises end to end functionality of loss of quorum recovery. This functionality supplements unit tests that verify different stages of recovery process and rests on local cluster with more real world scenario of workload database having its range quorum broken and then recovered to workable state. The test itself never fails if recovery is not successful as we don't expect recovery to succeed in all cases. It is recording the outcome as a perf metric to track if it is successful over time. Release note: None Release justification: Test only code for new functionality on 22.1.
- Loading branch information