You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened:
When running Kuttl tests in CI, --skip-delete is used to speed up the test suite (~5x faster) as you don't have to wait for namespace deletion. A fresh cluster is used each CI run so leaving resources behind after a run is not an issue.
Periodically a namespace clash will occur where kuttl tries to create a new namespace when a namespace with the auto generated name already exists.
What happened:
When running Kuttl tests in CI,
--skip-delete
is used to speed up the test suite (~5x faster) as you don't have to wait for namespace deletion. A fresh cluster is used each CI run so leaving resources behind after a run is not an issue.Periodically a namespace clash will occur where kuttl tries to create a new namespace when a namespace with the auto generated name already exists.
Example:
What you expected to happen:
No namespace clash to occur
How to reproduce it (as minimally and precisely as possible):
Run many test cases with
--skip-delete
The text was updated successfully, but these errors were encountered: