Conformance test HTTPRouteInvalidParentRefSectionNameNotMatchingPort
included in core
instead of extended
#2625
Labels
area/conformance-test
Issues or PRs related to Conformance tests.
kind/bug
Categorizes issue or PR as related to a bug.
priority/critical-urgent
Highest priority. Must be actively worked on as someone's top priority right now.
What happened:
This PR introduced a new conformance test to ensure that when both Port and SectionName are specified in a HTTPRoute ParentRef, the name and port of the selected listener must match both specified values.
The issue is that this test was added to the
core
suite, butParentRef.Port
has extended support, not core.What you expected to happen:
Tests for features that are extended support should be part of the extended test suite.
How to reproduce it (as minimally and precisely as possible):
Run the conformance test suite against an implementation without
ParentRef.Port
support. See https://github.com/nginxinc/nginx-gateway-fabric/actions/runs/7041855950/job/19165071974 for an example.Anything else we need to know?:
The text was updated successfully, but these errors were encountered: