-
Notifications
You must be signed in to change notification settings - Fork 472
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
Request mirroring conformance #1912
Request mirroring conformance #1912
Conversation
/retest |
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!
6e13933
to
eb7a2a3
Compare
/retest |
50de895
to
720934d
Compare
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.
LGTM, thanks !
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! Still need to actually run these tests, but the code looks reasonable to me.
…backend for conformance
Thanks @LiorLieberman! /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: arkodg, 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 |
/cherry-pick release-0.7 |
@robscott: once the present PR merges, I will cherry-pick it on top of release-0.7 in a new PR and assign it to you. In response to this:
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. |
@robscott: #1912 failed to apply on top of branch "release-0.7":
In response to this:
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. |
@LiorLieberman do you mind manually creating a cherry-pick PR to the release-0.7 branch for this? |
* add request mirror conformance tests * add more files * fix 2023 * added mirrored backend to the base manifests + added logs to ExpectedMirroredRequest * add newline * uncomment Suite Features * fix imports * remove mirrored-backend from base manifests and reuse existing infra-backend for conformance * add comment on controller-runtime
Sure, #2034 Just make sure I did it correctly |
[release-0.7] Request mirroring conformance (#1912)
This PR adds http request mirror conformance test.
Feedback is most welcomed
/cc @robscott
What type of PR is this?
/kind feature
/area conformance
What this PR does / why we need it:
Add tests for request mirroring
Which issue(s) this PR fixes:
Issue #1103
Does this PR introduce a user-facing change?: