GatewayHTTPListenerIsolation (and other features) are listed as both Standard and Extended #3693
Labels
area/conformance-test
Issues or PRs related to Conformance tests.
kind/bug
Categorizes issue or PR as related to a bug.
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
Milestone
What happened:
https://github.com/kubernetes-sigs/gateway-api/blob/main/pkg/features/gateway.go#L80-L84 shows it as Standard and https://github.com/kubernetes-sigs/gateway-api/blob/main/pkg/features/gateway.go#L103 shows it as extended.
What you expected to happen:
A feature should be either Standard or Extended so that we can test Standard conformance separately from extended conformance.
How to reproduce it (as minimally and precisely as possible):
n/a
Anything else we need to know?:
When conformance tests run, the feature shows up in both supported and unsupported stanzas. There are numerous places in the feature code where features exist as both standard and extended.
The text was updated successfully, but these errors were encountered: