generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 590
Closed
Labels
area/conformance-testIssues or PRs related to Conformance tests.Issues or PRs related to Conformance tests.kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Milestone
Description
What would you like to be added:
In the HTTPRoute
conformance tests, the RouteConditionResolvedRefs
is checked only in those tests expecting it to have statusfalse
(e.g., HTTPRouteInvalidNonExistentBackendRef
, HTTPRouteInvalidBackendRefUnknownKind
, ...), but it is never checked in those tests who expect the routing to be successful. This leads to never checking the ResolvedRefs
reason with ConditionStatus == true
.
Why this is needed:
This is needed to ensure that the RouteConditionResolvedRefs
is always set, no matter if the ConditionStatus
is true
, or false
.
robscott
Metadata
Metadata
Assignees
Labels
area/conformance-testIssues or PRs related to Conformance tests.Issues or PRs related to Conformance tests.kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.