Backport #16822 to v3.5#17196
Conversation
|
Hi @amit-rastogi. Thanks for your PR. I'm waiting for a etcd-io member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Please do it in a separate PR. |
|
@amit-rastogi any update and are you still working on this PR and #17240? |
|
Talked with the the amit-rastogi, he will not continue to work on this PR. |
This PR is currently in DRAFT mode.
As part of #15247, backporting #16822 to 3.5 branch will be done in 2 steps-
Backport testutils.ExecuteUntil to 3.5 branch since tests/e2e/v3_lease_no_proxy_test.go makes use of testutils.ExecuteUntil (Completed as part of Backport testutils.ExecuteUntil to 3.5 branch #17177)
Backport changes in Ignore old leader's leases revoking request #16822 to 3.5 branch
This PR addresses point 2 above. In the first draft of this PR, following changes have been done-
There would be additional dependencies, not part of #16822, that need to be backported in further commits as part of this same PR.
Following changes done as part of commit (Added additional dependencies in e2e framework)-
Backported following methods in EtcdProcessCluster
EndpointsGRPC
Etcdctl
WaitMembersForLeader
WaitLeader
Added tests/framework/config/client.go
Updated below structs
ClientConfig
EtcdProcessClusterConfig
EtcdProcess