OCPBUGS-14914: Add e2e tests for tunnel and server timeouts #1013
OCPBUGS-14914: Add e2e tests for tunnel and server timeouts #1013alebedev87 wants to merge 1 commit into
Conversation
|
@alebedev87: This pull request references Jira Issue OCPBUGS-14914, which is valid. 3 validation(s) were run on this bug
Requesting review from QA contact: The bug has been updated to refer to the pull request using the external bug tracker. 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 openshift-eng/jira-lifecycle-plugin repository. |
|
[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 |
287f53b to
4f889c2
Compare
|
@alebedev87: An error was encountered querying GitHub for users with public email (shudili@redhat.com) for bug OCPBUGS-14914 on the Jira server at https://issues.redhat.com/. No known errors were detected, please see the full error message for details. Full error message.
Post "http://ghproxy/graphql": dial tcp 172.30.229.2:80: connect: connection refused
Please contact an administrator to resolve this issue, then request a bug refresh with 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 openshift-eng/jira-lifecycle-plugin repository. |
4f889c2 to
a9248aa
Compare
ca9c7c6 to
bab273b
Compare
|
@alebedev87: This pull request references Jira Issue OCPBUGS-14914, which is valid. 3 validation(s) were run on this bug
Requesting review from QA contact: 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 openshift-eng/jira-lifecycle-plugin repository. |
|
/label qe-approved |
bab273b to
2b7028d
Compare
2b7028d to
4233b19
Compare
|
/hold Until openshift/router#536 is merged. |
|
/assign |
|
/assign |
|
E2E for TestTunnelTimeout never finds the host. May need to wait longer.
|
4233b19 to
04bfed5
Compare
|
Reanimating the PR:
|
|
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 |
04bfed5 to
8e4aa7d
Compare
|
/remove-lifecycle stale |
|
/testwith openshift/cluster-ingress-operator/master/e2e-aws-operator openshift/router#536 |
- Added a new command to run a websocket server that delays responses. - Implemented e2e scenarios to test the server and tunnel timeout tuning options.
8e4aa7d to
c3f656e
Compare
|
Rebased from |
|
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 |
|
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-sigs/prow repository. |
|
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 |
|
@alebedev87: 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-sigs/prow repository. I understand the commands that are listed here. |
|
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close |
|
@openshift-bot: 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-sigs/prow repository. |
|
@alebedev87: This pull request references Jira Issue OCPBUGS-14914. The bug has been updated to no longer refer to the pull request using the external bug tracker. 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 openshift-eng/jira-lifecycle-plugin repository. |
This PR adds two tests to the e2e suite. They verify the behavior of the server and tunnel router timeouts. The following behaviors are supposed to be covered :
A new test command is added to cluster-ingress-operator:
serve-ws-test-server. It aims at imitating a WebSocket server similar to the other server commands:serve-grpc-test-server,serve-http2-test-server.