Skip to content
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

Auto-generated namespace name clashes #500

Open
Y0sh1dk opened this issue Dec 5, 2023 · 0 comments
Open

Auto-generated namespace name clashes #500

Y0sh1dk opened this issue Dec 5, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@Y0sh1dk
Copy link

Y0sh1dk commented Dec 5, 2023

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:

case.go:343: namespaces "kuttl-test-many-anteater" already exists

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

@porridge porridge added the bug Something isn't working label Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants