-
Notifications
You must be signed in to change notification settings - Fork 551
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
Introduce GRPC Proxy unit tests #2428
Introduce GRPC Proxy unit tests #2428
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: awgreene 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 |
33fc046
to
172fd6c
Compare
172fd6c
to
19e291d
Compare
/retest |
Note: Test failures are unrelated to the change, but ought to be addressed.
|
19e291d
to
65c9f6f
Compare
/retest |
/lgtm |
/retest |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
Note: Hitting issues with the following test.
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
4 similar comments
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
Hold to avoid the bot going crazy - we can either force squash merge this or wait until CI is back to a better spot. /hold |
This commit introduces a series of unit tests that ensure that GRPC connections are configurable through the use of the GRPC_PROXY environment variable. Signed-off-by: Alexander Greene <[email protected]>
65c9f6f
to
05ef379
Compare
Keeping the hold for now so the bot doesn't go crazy in the meantime. Feel free to remove the hold once e2e-tests is green. /lgtm |
/hold cancel |
This commit introduces a series of unit tests
that ensure that GRPC connections are configurable
through the use of the GRPC_PROXY environment
variable.