-
Notifications
You must be signed in to change notification settings - Fork 41.6k
testing: Fix pod delete timeout failures after InPlacePodVerticalScaling Graduate to Beta commit #129717
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
Conversation
|
This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The 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. |
|
@hshiina , @tallclair , @ffromani , @AnishShah , @pacoxu , @dims, @pohly , @aojea moved old PR here due to company transfer, now i can continue working on this, how do you think should we proceed with this? |
|
/test pull-kubernetes-e2e-inplace-pod-resize-containerd-main-v2 |
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
/assign @tallclair @pohly @aojea
|
LGTM label has been added. Git tree hash: e8c33d6905aaf6b30ccbbed37d738df6c36932f1
|
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
/approve
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: esotsal, pacoxu, pohly The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@esotsal: 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. |
|
The Kubernetes project has merge-blocking tests that are currently too flaky to consistently pass. This bot retests PRs for certain kubernetes repos according to the following rules:
You can:
/retest |
What type of PR is this?
/kind bug
/kind failing-test
What this PR does / why we need it:
Please check analysis here and conversation in this PR below.
In brief this commit modifies testing code, and ensure same delete timeout duration is used, more specificaly
replaced DeletePod timeouts used before with framework.timeouts.PodDelete, previous timeouts where less than 5 minutes, please see full commit for details.
kubernetes/test/e2e/framework/timeouts.go
Line 26 in 35d098a
Replace of Delete with DeleteSync pod_resize test, with a 5 minute timeout, to ensure Pods are Deleted and will not impact some tests which were not resilient with the existence of pods.
Which issues this PR fixes
Relates to #128837
Fixes test failures due to pods not deleted with the introduction of InPlacePodVerticalScaling Beta
Special notes for your reviewer:
Please see files changes for more details.
This PR replace #128880 , needed due to company transfer.
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: