-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
Wait for the port to be ready before starting #38260
Wait for the port to be ready before starting #38260
Conversation
Hi @fraenkel. 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 If you have questions or suggestions related to this bot's behavior, please file an issue against the kubernetes/test-infra repository. |
@sttts Here is one attempt. With two containers we have to see if the container terminated rather than the pod. |
@k8s-bot ok to test |
Looks good. Can you double check that it does what it should by temporarily adding an |
lgtm |
ff1f95b
to
c6594c5
Compare
@sttts The port forwarding tests passed with 50 tries each. The failures above are some logging tests. |
@fraenkel can you push the second commit in another PR to check that we can really reproduce the issue with that? |
@stts Good news, both GCE e2e and GCE etcd3 e2e fail miserably without the fix. |
5c0c465
to
6aa8d05
Compare
- wait until the port is ready - verify the container terminated
Jenkins CRI GCE Node e2e failed for commit 6aa8d05. Full PR test history. The magic incantation to run this job again is |
Jenkins verification failed for commit 6aa8d05. Full PR test history. The magic incantation to run this job again is |
Jenkins Kubemark GCE e2e failed for commit 6aa8d05. Full PR test history. The magic incantation to run this job again is |
Jenkins GCE Node e2e failed for commit 6aa8d05. Full PR test history. The magic incantation to run this job again is |
Jenkins GCE e2e failed for commit c6d6dcf. Full PR test history. The magic incantation to run this job again is |
@stts a clean run |
@k8s-bot cvm gce e2e test this |
/cc @kubernetes/sig-testing |
/cc @fejta ^^ |
Automatic merge from submit-queue |
Removing label |
@saad-ali @david-mcmahon we are seeing flakes (#27680) on the 1.5 branch which would be fixed by #37103 and #38260. Please consider them for cherry-picking. |
cherry-picked both in #38782 |
Fixes the portforward flakes. See #27673 & #27680