-
Notifications
You must be signed in to change notification settings - Fork 36
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
Fix settings generation in tests #57
Comments
This is related to #69, since right now the flow accepting Kuadrant services installed in a custom namespace is broken |
This might not need to get rid of the random namespace generation, but to make the most of it and run test in parallel, since the integration ones are taking way longer than any human can afford time to waste on them. |
@didierofrivia Is this still relevant? |
@didierofrivia can this be closed? 🤔 We have the integration tests running in parallel so not sure if this still needs to be addressed |
In some integration tests we are relying on random namespace generation, which makes it hard to test dependent services expecting an ENV var value to be already setup.
The text was updated successfully, but these errors were encountered: