OCPBUGS-9831: Make unidle test more strict#27673
OCPBUGS-9831: Make unidle test more strict#27673openshift-merge-robot merged 1 commit intoopenshift:masterfrom
Conversation
|
Skipping CI for Draft Pull Request. |
|
/test e2e-gcp-ovn |
|
/test e2e-gcp-ovn |
|
@zeeke: This pull request references Bugzilla bug 2091780, which is invalid:
Comment 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. |
6307590 to
04272d5
Compare
|
@zeeke: This pull request references Bugzilla bug 2091780, 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 kubernetes/test-infra repository. |
45bc6e3 to
9ce5c18
Compare
|
@zeeke: This pull request references Bugzilla bug 2091780, 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 kubernetes/test-infra repository. |
1 similar comment
|
@zeeke: This pull request references Bugzilla bug 2091780, 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 kubernetes/test-infra repository. |
|
/retest |
Unidling a service should not raise TCP rejects. Ref: https://issues.redhat.com/browse/OCPBUGSM-44873 ovn-kubernetes/ovn-kubernetes#3408 Signed-off-by: Andrea Panattoni <apanatto@redhat.com>
|
/retest |
|
/retest |
1 similar comment
|
/retest |
|
@zeeke: No Bugzilla bug is referenced in the title of this pull request. 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. |
|
This PR revemove the connection retry introduced by: As the TCP rejects of idled services has been fixed by:
@dcbw , @bparees Please take a look cc @msherif1234 , @tssurya |
|
/lgtm |
|
/approve |
|
@zeeke approved, but the SDN team should consider moving this test under the networking dir where the team already has approval rights: or adding a new OWNERS file in the |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bparees, trozet, zeeke 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 |
|
Thanks @bparees, Idling feature involves three components working together (cli for |
in that case an OWNERs file in the existing dir might be the right solution (w/ approvers from all the teams you mentioned that have a stake in the test functionality) |
Sounds good to me! |
|
/retest-required |
|
/retest-required seems not to be related to these changes. |
|
/hold Revision 538a74b was retested 3 times: holding |
|
/retest-required |
1 similar comment
|
/retest-required |
|
@zeeke: 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. |
|
/retest-required Job |
|
@zeeke: Jira Issue OCPBUGS-9831: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-9831 has been moved to the MODIFIED state. 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. |
|
Sorry folks, the tighter test started blocking payloads. Revert: #27833 |
Trying to reproduce https://bugzilla.redhat.com/show_bug.cgi?id=2091780
Unidled services should be reachable during the first connection attempt, it's important to not retry HTTP requests in tests.
See: