Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
60935: kvserver: fix flake in TestReportUnreachableRemoveRace r=lunevalex a=lunevalex Fixes #59209 This cyles through adding/removing replicas, we need to wait for the removal and addition to go through, before trying the next round otherwise the cluster could be still taking out a replica when we try to add it back, or it could still be adding it when we try to remove it. Additionally the circuit breaker was triggered on the wrong node, we need to trigger it on all the nodes but the new leader instead of the otherway around. Release note: None Co-authored-by: Alex Lunev <[email protected]>
- Loading branch information