Skip to content
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

fix flaky test and remove canary focus from tests #76

Merged
merged 2 commits into from
Oct 27, 2021

Conversation

abhipth
Copy link
Contributor

@abhipth abhipth commented Oct 27, 2021

Integration test for the Jobs are failing, because we have a validation step where we match the IP address from Pod's annotation with the Status IP.

Seems like kubelet is not updating the IP of the Completed Pod.

sgp-job       job-node-2-job-count-1-qlqhg   0/1     Completed   0          4m24s   10.0.127.165   ip-10-0-108-50.us-west-2.compute.internal    <none>           <none>
sgp-job       job-node-2-job-count-1-t8f8n   0/1     Completed   0          4m24s   <none>         ip-10-0-108-50.us-west-2.compute.internal    <none>           <none>

Probably related to the issue - kubernetes/kubernetes#39113

Description of changes:

  • On increasing the total duration of container execution the issue seems to not happen.
  • Removing canary focus from Windows Integration test as the test case execution for canary test is exceeding 20 minutes duration.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@achevuru achevuru self-requested a review October 27, 2021 03:32
@abhipth abhipth merged commit 7451f66 into aws:master Oct 27, 2021
@abhipth abhipth deleted the fix-flaky-test branch October 27, 2021 21:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants