-
Notifications
You must be signed in to change notification settings - Fork 716
Run Conformance Tests with Identical Listener ports across Gateways #454
Copy link
Copy link
Closed
Labels
area/ciCI and build related issuesCI and build related issuesarea/conformanceGateway API Conformance Related IssuesGateway API Conformance Related Issues
Milestone
Description
Description:
- Currently the Conformance Tests run with Gateway Listeners with unique ports due to the config specified here
ValidUniqueListenerPorts: []v1alpha2.PortNumber{ - This helps developers (like me) run
make run-conformanceon K8s / Docker Desktop on my Mac which has a limitation of supplying a single LoadBalancer Addresslocalhost, making it not possible to create unique addresses when creating identical listeners. - We would get more coverage if we ran Conformance Tests with identical ports.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/ciCI and build related issuesCI and build related issuesarea/conformanceGateway API Conformance Related IssuesGateway API Conformance Related Issues