[3.4] backport ignore old leader leases revoking requests#17465
Merged
ahrtr merged 3 commits intoFeb 22, 2024
Merged
Conversation
Fixes the incorrect backport of WaitLeader, as spawnJsonCmd receives an expected output string as an argument, which wasn't provided in the first backport implementation. Original backport of commit 371179e from PR etcd-io#17398. Signed-off-by: Ivan Valdes <ivan@vald.es>
Finish backporting the remaining functions from the original backport from PR etcd-io#15620. Backport of commit 65add8c. Co-authored-by: Marek Siarkowicz <siarkowicz@google.com> Signed-off-by: Ivan Valdes <ivan@vald.es>
Backport of PR etcd-io#16822, commits f7e488d, 67f1716, and f7ff898. Co-authored-by: Benjamin Wang <benjamin.wang@broadcom.com> Signed-off-by: Ivan Valdes <ivan@vald.es>
|
Hi @ivanvc. 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. |
Member
|
/ok-to-test |
ahrtr
approved these changes
Feb 21, 2024
serathius
approved these changes
Feb 22, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of PR #16822. Related to #15247.
This PR has three commits:
WaitLeader(PR: [3.4] tests/e2e: backport WaitLeader #17398), as 3.4'sspawnJsonCmdreceives an expected output string as an argument, which wasn't provided in the first backport implementation.EndpointsGRPC,EndpointsHTTP) from the original backport from PR: [3.4] Separate grpc server #15620.Please read https://github.com/etcd-io/etcd/blob/main/CONTRIBUTING.md#contribution-flow.