Bug 1709958: test/e2e/upgrade: Add ingress controller test#22852
Bug 1709958: test/e2e/upgrade: Add ingress controller test#22852Miciah wants to merge 1 commit intoopenshift:masterfrom
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Miciah If they are not already assigned, you can assign the PR to them by writing The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/retest |
c7a9e3f to
c061583
Compare
The test fails if the route is unavailable before or after an upgrade. For now, the test only logs if the test is unavailable during an upgrade. This commit is related to bug 1709958. https://bugzilla.redhat.com/show_bug.cgi?id=1709958 * test/e2e/upgrade/ingress_controller.go: New file. Test that the default ingress controller is available before, during, and after an upgrade. * test/e2e/upgrade/upgrade.go (AllTests): Add IngressControllerUpgradeTest.
c061583 to
b65e63f
Compare
|
With the last test run, I see more or less the expected behavior:
After the test is set up, it starts running, and we see steady 200 responses for about 18 minutes. Then we see the route failing from 23:16:38 to 23:20:10 (and the log output has I would like to proceed as follows:
|
|
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
|
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
|
/close |
|
@Miciah: 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. |
The test fails if the route is unavailable before or after an upgrade. For now, the test only logs if the test is unavailable during an upgrade.
test/e2e/upgrade/ingress_controller.go: New file. Test that the default ingress controller is available before, during, and after an upgrade.test/e2e/upgrade/upgrade.go(AllTests): AddIngressControllerUpgradeTest.