kubernetes-sigs / gateway-api

Repository for the next iteration of composite service (e.g. Ingress) and load balancing APIs.
https://gateway-api.sigs.k8s.io
Apache License 2.0
1.67k stars 437 forks source link

test: improve GatewayWithAttachedRoutes conformance test #3169

Open mlavacca opened 1 week ago

mlavacca commented 1 week ago

What type of PR is this?

/kind test /area conformance

What this PR does / why we need it:

The GatewayWithAttachedRoutes conformance test has been improved such that when a route references a non-existing listener in a Gateway through the SectionName, the number of AttachedRoutes does not get incremented.

Which issue(s) this PR fixes:

Fixes #

Does this PR introduce a user-facing change?:

NONE
k8s-ci-robot commented 1 week ago

Skipping CI for Draft Pull Request. If you want CI signal for your change, please convert it to an actual PR. You can still manually trigger a test run with /test all

k8s-ci-robot commented 1 week ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mlavacca

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: - ~~[conformance/OWNERS](https://github.com/kubernetes-sigs/gateway-api/blob/main/conformance/OWNERS)~~ [mlavacca] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment