-
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
OCPBUGS-14914: Add e2e tests for tunnel and server timeouts #1013
base: master
Are you sure you want to change the base?
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. 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 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.
Needs 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 ([email protected]) 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 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 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: 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 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 |
@alebedev87: The following tests 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. |
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
.