Proxy e2e test#296
Conversation
| } | ||
|
|
||
| consoleDeployment, err := framework.GetConsoleDeployment(client) | ||
| if err != nil { |
There was a problem hiding this comment.
So can this run without the Proxy CR? This is a sufficient test?
There was a problem hiding this comment.
I could see on our end that passing the envs to the deployment is sufficient.
But do we then need a test in console validating that it responds through the proxy?
There was a problem hiding this comment.
We probably should. Lets talk about that :)
|
/retest |
|
/retest |
6a44418 to
a69b897
Compare
|
@benjaminapetersen updated the PR, cause I noticed it was flaking. Should be fixed now. PTAL |
|
Prob a legit test fail? |
|
@benjaminapetersen thats the flake I've seen locally every N-th run of the test.. but with changes now I was not able to reproduce...investigating |
|
/retest |
2 similar comments
|
/retest |
|
/retest |
|
/lgtm I think this does a good job proving that we do what we are supposed to do when given a proxy config. Now, I'm still curious about a proxy test that validates that the cluster works and the console/components is/are responsive through the proxy. Was that still something being looked into? |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: benjaminapetersen, jhadvig The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
Test scenario:
NoProxy&HTTPProxy&HTTPSProxyto the Proxy CR and checking the new rolledout console deployment pod for corresponding environment variables (NO_PROXY&HTTP_PROXY&HTTPS_PROXY)/assign @benjaminapetersen