-
Notifications
You must be signed in to change notification settings - Fork 491
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
Http rewrite conformance #1622
Http rewrite conformance #1622
Conversation
Hi @LiorLieberman. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @LiorLieberman!
/ok-to-test
Thanks @LiorLieberman! Looks like this has a merge conflict now that other rewrite PR merged. One other note, I think we should actually add release notes for conformance test changes since we've consistently been including conformance test changes in our changelog and release notes. Will LGTM once you rebase and add release note. /approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: LiorLieberman, robscott The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
936bf35
to
7dc2bca
Compare
@robscott I have added a note in the PR description - this is how we add release notes right? |
Thanks @LiorLieberman! /lgtm |
type: ReplaceFullPath | ||
replaceFullPath: /one | ||
backendRefs: | ||
- name: infra-backend-v1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this should be infra-backend-v2
given https://github.com/LiorLieberman/gateway-api/blob/7dc2bcaed9f75a4cf7e6908c4b9262b6c3609fec/conformance/tests/httproute-rewrite-path.go#L66
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch, thanks!
opened #1628 to fix it
What type of PR is this?
/kind feature
/area conformance
What this PR does / why we need it:
Add tests for http rewrite
Which issue(s) this PR fixes:
Issue #1103
Does this PR introduce a user-facing change?: