Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

all conformance tests for v1beta1.HTTPRoute are run and required for every PR #2776

Closed
17 tasks done
Tracked by #2692
mlavacca opened this issue Aug 4, 2022 · 0 comments · Fixed by #2737
Closed
17 tasks done
Tracked by #2692

all conformance tests for v1beta1.HTTPRoute are run and required for every PR #2776

mlavacca opened this issue Aug 4, 2022 · 0 comments · Fixed by #2737
Assignees
Labels
area/gateway-api Relating to upstream Kubernetes SIG Networking Gateway API priority/medium

Comments

@mlavacca
Copy link
Member

mlavacca commented Aug 4, 2022

Problem statement

With the Gateway API v1beta1 a new set of conformance tests related to the httproute has been introduced. We should support all those tests to be fully conformant with the API.

Tests to be conformant with:

  • HTTPRouteCrossNamespace
  • HTTPRouteDisallowedKind
  • HTTPExactPathMatching
  • HTTPRouteHeaderMatching
  • HTTPRouteHostnameIntersection
  • HTTPRouteInvalidNonExistentBackendRef
  • HTTPRouteInvalidBackendRefUnknownKind
  • HTTPRouteInvalidCrossNamespaceBackendRef
  • HTTPRouteInvalidCrossNamespaceParentRef
  • HTTPRouteInvalidReferenceGrant
  • HTTPRouteListenerHostnameMatching
  • HTTPRouteMatchingAcrossRoutes
  • HTTPRouteMatching
  • HTTPRouteReferenceGrant
  • HTTPRouteRequestHeaderModifier
  • HTTPRouteSimpleSameNamespace

Acceptance criteria

  • All the above tests are passing

Additional Notes

There is an additional test for the extended conformance, named HTTPRouteQueryParamMatching that requires further work to be implemented. As not part of the standard compliance, it will be fixed in a separate issue. A spike already: #2778.

This issue is blocked-by #2775

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/gateway-api Relating to upstream Kubernetes SIG Networking Gateway API priority/medium
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant