-
Notifications
You must be signed in to change notification settings - Fork 4.8k
NE-2031: Enhancing the gateway controller test cases with two more function #29806
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
NE-2031: Enhancing the gateway controller test cases with two more function #29806
Conversation
|
Skipping CI for Draft Pull Request. |
|
|
e5ca552 to
d9e0994
Compare
alebedev87
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same PR as the one I already LGTMed.
|
/lgtm |
|
/assign @deads2k |
|
/approve |
|
Job Failure Risk Analysis for sha: d9e0994
|
|
Rebased due to a merge conflict with 29784 |
|
@alebedev87 Kindly again provide me the lgtm label, this time one more rebase issue came up. |
|
Job Failure Risk Analysis for sha: 32e42c3
|
|
/retest-required |
1 similar comment
|
/retest-required |
|
@melvinjoseph86: This pull request references NE-2031 which is a valid jira issue. 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. |
|
/lgtm Thanks @melvinjoseph86! |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alebedev87, melvinjoseph86, neisw 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-required |
|
/test e2e-metal-ipi-serial |
|
@lihongan: The specified target(s) for The following commands are available to trigger optional jobs: Use 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. |
|
/retest |
|
/retest-required |
|
/test e2e-metal-ipi-serial |
|
@melvinjoseph86: The specified target(s) for The following commands are available to trigger optional jobs: Use 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. |
|
/retest |
|
/test e2e-metal-ipi-serial |
|
@melvinjoseph86: The specified target(s) for The following commands are available to trigger optional jobs: Use 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. |
|
/skip |
|
Job Failure Risk Analysis for sha: 868d90c
|
|
Job Failure Risk Analysis for sha: 868d90c
|
|
/retest-required |
|
Job Failure Risk Analysis for sha: 868d90c
|
|
@melvinjoseph86: 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. |
|
Job Failure Risk Analysis for sha: 868d90c
|
|
Job Failure Risk Analysis for sha: 868d90c
|
|
/retest-required |
|
Job Failure Risk Analysis for sha: 868d90c
|
57e5a5c
into
openshift:main
|
[ART PR BUILD NOTIFIER] Distgit: openshift-enterprise-tests |
For the enhancement of gatewayapicontroller test cases we need to add a function 'AdminIngressClient' in util/client.go which will be used in accessing the gateway DNS records. This addition causes the bumping vendor dependencies in this commit.
JIRA: https://issues.redhat.com/browse/NE-2031
Adding two more function:-
assertDNSRecordStatus - assertDNSRecordStatus polls until the DNSRecord's status in the default operand namespace is True.
assertHttpRouteConnection - assertHttpRouteConnection checks if the http route of the given name replies successfully, and returns an error if not