cloud-ark / kubeplus

Kubernetes Operator for multi-instance multi-tenancy
https://cloudark.io/
Apache License 2.0
662 stars 82 forks source link

Test updates #1359

Open devdattakulkarni opened 3 weeks ago

devdattakulkarni commented 3 weeks ago

Improve tests to ensure that the application/namespace from previous test is completely deleted before creating an application with the same name in a subsequent test.

devdattakulkarni commented 2 weeks ago

A better approach will be to update the tests to create application instances with random names. That way, there won't be any issue with whether or not the previous application instance has been deleted.