Bugfix: Fix e2e Flaky Apps/Job BackoffLimit test#52476
Bugfix: Fix e2e Flaky Apps/Job BackoffLimit test#52476k8s-github-robot merged 1 commit intokubernetes:masterfrom
Conversation
This fix is linked to the PR kubernetes#51153 that introduce the JobSpec.BackoffLimit. Previously the Timeout used in the test was too agressive and generates flaky test execution. Now it used the default framework.JobTimeout used in others tests.
|
Hi @clamoriniere1A. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with 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. I understand the commands that are listed here. |
|
/assign @soltysh |
|
/release-note-none |
|
/test pull-kubernetes-e2e-gce-bazel |
|
/retest I'm applying 1.8 milestone since this is fixing a flake. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: clamoriniere1A, soltysh Associated issue: 51153 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
|
/retest Review the full test history for this PR. |
1 similar comment
|
/retest Review the full test history for this PR. |
|
/retest |
|
/test all [submit-queue is verifying that this PR is safe to merge] |
|
@clamoriniere1A: 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. 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. I understand the commands that are listed here. |
|
Automatic merge from submit-queue |
This fix is linked to the PR #51153 that introduce the
JobSpec.BackoffLimit.Previously the Timeout used in the test was too aggressive and generates flaky test execution. Now it used the default
framework.JobTimeoutused in others tests.What this PR does / why we need it:
This PR should fix flaky "[sig-apps] Job should exceed backoffLimit" test, due to a too short timeout duration.
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close that issue when PR gets merged): fixes #fixes #51153
Special notes for your reviewer:
Release note: