-
Notifications
You must be signed in to change notification settings - Fork 41
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
chore: run go test in ci workflow #27
Conversation
Signed-off-by: Charles-Edouard Brétéché <[email protected]>
You'd need to be an org member or something? I can look that up right after. |
I think i'm a k/k member, maybe it's not enough ? |
Now test fail 🤔 |
That seems completely unrelated? is that a flake? |
Not failing locally, checking. |
Ahah, i had a cluster running locally, once i deleted it test started to fail. |
Ohhh, that's fishy, the tests should definitely not depend on your running environment ... |
Is this expected that we use the same dir for those two clients in the chain ? |
Yeah, I think it's loading all the files and then decides if they are openapi or CRDs (from which we extract the openapi). That should be fine, WDYT? |
My 2 cents is we could provide two flags, nothing prevents those two flags to point at the same dir. |
And if I apply the fix in #26 test panics 🤔 |
Go for it :-) |
Let's see if @alexzielenski can help? |
Sure, from what I understand, tests are going to depend on the kubernetes version flag ? (because validation and message can vary slightly) |
Signed-off-by: Charles-Edouard Brétéché <[email protected]>
Since the tests are making use of the |
Signed-off-by: Charles-Edouard Brétéché <[email protected]>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alexzielenski, eddycharly 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 |
* chore: run go test in ci workflow Signed-off-by: Charles-Edouard Brétéché <[email protected]> * fix test Signed-off-by: Charles-Edouard Brétéché <[email protected]> * revert test case changes Signed-off-by: Charles-Edouard Brétéché <[email protected]> --------- Signed-off-by: Charles-Edouard Brétéché <[email protected]>
* chore: run go test in ci workflow Signed-off-by: Charles-Edouard Brétéché <[email protected]> * fix test Signed-off-by: Charles-Edouard Brétéché <[email protected]> * revert test case changes Signed-off-by: Charles-Edouard Brétéché <[email protected]> --------- Signed-off-by: Charles-Edouard Brétéché <[email protected]>
This PR runs
go test
in CI workflow.