-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tls enforcement flaky tests #16543
tls enforcement flaky tests #16543
Conversation
TestJoin(t, h.mtlsServer1, h.mtlsServer2, h.nonVerifyServer) | ||
testutil.WaitForLeaders(t, h.mtlsServer1.RPC, h.mtlsServer2.RPC, h.nonVerifyServer.RPC) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
instead of starting 1 & 2 with bootstrap = 2 then waiting for a leader then adding server 3 ... start all 3 together with bootstrap = 3 then wait for leader
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🤞
(manual cherry pick of 1cfa95e) * tests: add WaitForLeaders helpers using must/wait timings * tests: start servers for mtls tests together Fixes #16253 (hopefully) Co-authored-by: Seth Hoenig <[email protected]>
(manual cherry pick of 1cfa95e) * tests: add WaitForLeaders helpers using must/wait timings * tests: start servers for mtls tests together Fixes #16253 (hopefully) Co-authored-by: Seth Hoenig <[email protected]>
Fixes: #16253 ... 🤞