-
Notifications
You must be signed in to change notification settings - Fork 222
WIP [DO NOT MERGE]: Increase timeout for TestAWSELBConnectionIdleTimeout #940
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
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/test e2e-aws-operator |
|
Edit: see #940 (comment) |
|
Actually, I take that back. It looks like it actually made progress, but it's super messy.
which means it moved on to the last polling loop where it does a
3. It then switches to these EOF errors (seems like progress): for a little bit Adding a larger timeout to the last polling loop, I wonder if the update to the LB Service needs another rollout/update of the ELB. Things might be getting slower with AWS. |
9958602 to
28041b9
Compare
|
It worked once: https://prow.ci.openshift.org/view/gs/origin-ci-test/pr-logs/pull/openshift_cluster-ingress-operator/940/pull-ci-openshift-cluster-ingress-operator-master-e2e-aws-operator/1664269914006884352 |
|
2nd try, it worked, failed on other things |
|
3rd try - |
f2ad6c9 to
a9e709e
Compare
|
The last run seemed to work okay, didn't see the "bouncing" |
324d4ee to
ab6a30b
Compare
ab6a30b to
f798341
Compare
|
@gcs278: The following tests failed, say
Full PR test history. Your PR dashboard. 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. |
|
PR needs rebase. 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 think I got out of this what I needed to solve the bug. |
|
/close |
|
@gcs278: Closed this PR. DetailsIn response to this:
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/test-infra repository. |
WIP DO NOT MERGE
CI testing for TestAWSELBConnectionIdleTimeout increased timeout.