-
Notifications
You must be signed in to change notification settings - Fork 592
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
Allow for tests to run in a pre-created NS #2776
Comments
This seems like a lot of work. How important is this to you @duglin? |
Unfortunately, it's kind of important. We have a managed environment where people cant' just do Aside from specific cross-ns testing, is it really required to run the tests in new/multiple namespaces? |
I've attached a possible solution. Instead of creating just one common namespace, make sure there are no random suffixes so the NS names are predictable. |
This issue is stale because it has been open for 90 days with no |
/reopen Hello, I'm re-opening this because this is a long-term issue that needs to be resolved. The issue description has it all: there are environments with restricted user privileges where people won't be able to run the tests. Previously, there were some solutions tried in #3313:
Recently, I ran across a different solution that is used in knative/client: Any thoughts on this solution? I'd like to try that. |
@mgencur: Reopened this issue. 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. |
Problem
In some environments it won't be possible for the testing infrastructure to easily create new namespaces at will, so it would be nice if there was a way to run the e2e tests all within a single, pre-created, namespace.
Persona:
Eventing contributors/devs
Exit Criteria
Ability to run all unit and e2e tests against a pre-created cluster and namespace.
The text was updated successfully, but these errors were encountered: