Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
roachtest: fix network/authentication/nodes=4
For reasons, the test starts a three node cluster, then immediately stops it, then restarts n1 and {n2,n3} separately. It was previously restarting n1 first, followed by `{n2,n3}`. Due to recent change PR #138109, this no longer works since n1 doesn't have quorum and so won't signal SQL readiness. There's an ongoing discussion on whether this new behavior is desired, but either way, this PR changes the test to restart {n2,n3} first (which does have quorum, assuming we wait for full replication first, which we now do as well), followed by n1. Closes #138806. Epic: none Release note: None
- Loading branch information