-
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
[WIP]backport pkg/expect enhancements from main #18051
base: release-3.5
Are you sure you want to change the base?
[WIP]backport pkg/expect enhancements from main #18051
Conversation
Hi @ArkaSaha30. 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. Instructions 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-sigs/prow repository. |
70726c4
to
d9615e2
Compare
…ead of SIGKILL Signed-off-by: Eval EXEC <execvy@gmail.com> Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com>
d9615e2
to
4f33d5b
Compare
Fixes issue 14275, flakes close to timeout like TestKVDelete. Signed-off-by: Thomas Jungblut <tjungblu@redhat.com> Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com>
This should aid in debugging test flakes, especially in tests where the process is restarted very often and thus changes its pid. Now it's a lot easier to grep for different members, also when different tests fail at the same time. The test TestDowngradeUpgradeClusterOf3 as mentioned in etcd-io#13167 is a good example for that. Signed-off-by: Thomas Jungblut <tjungblu@redhat.com>
@ArkaSaha30: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions 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-sigs/prow repository. I understand the commands that are listed here. |
This PR will backport pkg/expect enhancements from main to LTS branch release-3.5 to keep the test framework consistent.
Issue: #17869
Please read https://github.com/etcd-io/etcd/blob/main/CONTRIBUTING.md#contribution-flow.