-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
[3.5] Backport cluster downgrade test. #17931
Conversation
Skipping CI for Draft Pull Request. |
2f1d67c
to
e794416
Compare
@@ -244,7 +245,7 @@ func testV3CurlAuth(cx ctlCtx) { | |||
lineFunc = func(txt string) bool { return true } | |||
) | |||
|
|||
cmdArgs = e2e.CURLPrefixArgsCluster(cx.epc, "POST", e2e.CURLReq{Endpoint: path.Join(p, "/auth/authenticate"), Value: string(authreq)}) | |||
cmdArgs = e2e.CURLPrefixArgsCluster(cx.epc.Cfg, cx.epc.Procs[rand.Intn(cx.epc.Cfg.ClusterSize)], "POST", e2e.CURLReq{Endpoint: path.Join(p, "/auth/authenticate"), Value: string(authreq)}) |
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.
Where this change from? Don't see it in https://github.com/etcd-io/etcd/pull/13405/files nor https://github.com/etcd-io/etcd/pull/16457/files
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.
it's part of 75449c0. could not find the PR for it.
Signed-off-by: Siyuan Zhang <[email protected]>
e794416
to
99a6434
Compare
/retest |
Please read https://github.com/etcd-io/etcd/blob/main/CONTRIBUTING.md#contribution-flow.
#15878
backport: part of #13405, #16457