-
Notifications
You must be signed in to change notification settings - Fork 263
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
Improves(e2e): improves integration tests and to better run locally #274
Conversation
1. refactors basic workflow (move code to common) 2. use different namespace accross test runs to isolate 3. include wait logic in CreateNamespace to allow multiple runs 4. include wait logic in DeleteNamespace to allow multiple runs This is important since we need more integration tests and some of these changes should allow `./test/e2e-tests-local.sh` to run on local clusters (minikube or something other than test-infra) and correctly behave during mutiple runs.
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.
- You (accidentally ?) reverted one of the last commits. Please revert the revert ;-)
- The login for creating the namespace with retries is broken imo. Please check.
- To avoid boolean flags I suggest a different approach (see comments)
/test pull-knative-client-integration-tests-latest-release |
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 !
/approve
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: maximilien, rhuss 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 |
Fails because of async update, fixed with #271 . The test should be fixed as soon as this PR is merged. Nevertheless, trying |
OK updated @rhuss. Let's see if all tests go green |
/lgtm |
…native#274) * Fix plugin inlining that uses client-pkg dependency * Move list merge into plugin manager * Fix imports formatting
Improves integration tests and to better run locally
Fixes #273
Proposed Changes
CreateNamespace
to allow multiple runsDeleteNamespace
to allow multiple runsRelease Note