-
Notifications
You must be signed in to change notification settings - Fork 480
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
conformance: Update HTTPRouteInvalidParentRefNotMatchingListenerPort #1591
conformance: Update HTTPRouteInvalidParentRefNotMatchingListenerPort #1591
Conversation
The manifest for not matching listener port is rejected by admission webhook due to missing port for Service reference. While the test is to verify some other behavior (i.e. parent gateway port is not matching), it's better to have valid resource to avoid any confusion or any implementation expectation, not to mention to be consistent with other conformance tests (e.g. invalid-cross-namespace-parent-ref). This commit also updates gateway name used in verification step to be consistent of the gateway used in HTTPRoute resource. Signed-off-by: Tam Mach <sayboras@yahoo.com>
Welcome @sayboras! |
Hi @sayboras. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
/ok-to-test |
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.
lgtm, thanks @sayboras!
Thanks @sayboras! /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mlavacca, robscott, sayboras The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This commit is to make sure that we have the support RouteDestinationPortMatching feature. The conformance test is enabled accordingly. Relates: kubernetes-sigs/gateway-api#1591 Signed-off-by: Tam Mach <tam.mach@cilium.io>
This commit is to make sure that we have the support RouteDestinationPortMatching feature. The conformance test is enabled accordingly. Relates: kubernetes-sigs/gateway-api#1591 Signed-off-by: Tam Mach <tam.mach@cilium.io>
Description
The manifest for not matching listener port is rejected by admission webhook due to missing port for Service reference. While the test is to verify some other behavior (i.e. parent gateway port is not matching), it's better to have valid resource to avoid any confusion or any implementation expectation, not to mention to be consistent with other conformance tests (e.g. invalid-cross-namespace-parent-ref).
This commit also updates gateway name used in verification step to be consistent of the gateway used in HTTPRoute resource.
Signed-off-by: Tam Mach sayboras@yahoo.com
What type of PR is this?
/kind failing-test
Testing
Testing was done by running the whole conformance suite with below command with Cilium implementation:
Running conformance tests with all features