-
Notifications
You must be signed in to change notification settings - Fork 192
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
WIP DO NOT MERGE: DNS Propagation Test #1132
base: master
Are you sure you want to change the base?
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.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
45a7005
to
f69e117
Compare
/test e2e-aws-operator |
f69e117
to
2f56fcb
Compare
Interesting results. From within the ephemeral cluster, it always resolves within 5 minutes. But from the test runner cluster, it can take anywhere from 5-15 minutes. 15 mins is the max I see. Let's spin again for more data points. |
2f56fcb
to
294d877
Compare
/test e2e-aws-operator |
maybe one more |
/test e2e-aws-operator |
Nice, now we see |
/test e2e-aws-gatewayapi |
Just spinning one more time to see if it really isn't flaking: |
Problem has been resolved and https://issues.redhat.com/browse/OCPBUGS-14966 has been closed. |
@gcs278: Closed this PR. In 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-sigs/prow repository. |
/reopen |
/open |
@gcs278: Reopened this PR. In 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-sigs/prow repository. |
/test e2e-ibmcloud-operator |
294d877
to
894ef62
Compare
a40996f
to
bd4bcab
Compare
/test e2e-ibmcloud-operator |
bd4bcab
to
eb0651d
Compare
/test e2e-ibmcloud-operator |
eb0651d
to
5b37cea
Compare
Working through some warmup bugs in the code. Should be fixed now: |
5b37cea
to
4479a49
Compare
One more major bug fix... |
4479a49
to
5a4c829
Compare
5a4c829
to
809424c
Compare
Fixed the bug, now trying to hone in on a "warmup" period for the LB_ADDRESS: |
809424c
to
20153a6
Compare
still trying to find that warmup period... |
20153a6
to
2c8d128
Compare
still trying to find that warmup period... |
failed install |
Warmup successful between 4-5 minutes. That's a bit odd compared to #1164 which does 3 minutes and is successful. |
2c8d128
to
f3b98e5
Compare
Running with just 5 minutes to see how reliable it is since #1164 is now failing with 5 minute warmup |
f3b98e5
to
d6f160a
Compare
Warmup of 5 minutes never passed....trying 10 minutes |
d6f160a
to
852736b
Compare
10min warmup worked 100% of the time. |
852736b
to
e6a0b50
Compare
7 mins worked 100% of the time. |
@gcs278: The following test failed, say
Full PR test history. Your PR dashboard. 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. |
PR to test DNS propagation in CI. DO NOT MERGE