Skip to content

conformance: always check resolvedRefs condition in HTTPRoute conformance tests #1314

@mlavacca

Description

@mlavacca

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.

Metadata

Metadata

Assignees

Labels

area/conformance-testIssues or PRs related to Conformance tests.kind/featureCategorizes issue or PR as related to a new feature.

Type

No type

Projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions