Conformance test: Expected accepted condition of HTTPRoute in the case GatewayWithAttachedRoutes/unresolved-gateway-with-one-attached-unresolved-route is not clear #2526
Labels
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.
What happened:
gateway-api/conformance/tests/gateway-with-attached-routes.go
Lines 126 to 128 in de8675f
The name of the expected accepted condition is
notAccepted
, which indicate that the condition should have statusfalse
. However, theStatus
field is set totrue
, which is opposite to what the name indicates.What you expected to happen:
Have a clear and consistent status of expected
Accepted
condition in status of testingHTTPRoute
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
The text was updated successfully, but these errors were encountered: