RamenDR / ramen

Apache License 2.0
74 stars 56 forks source link

Wait when deleting a namespace #1621

Closed nirs closed 4 weeks ago

nirs commented 4 weeks ago

If we don't wait we will fail when trying to run a test again when using -count=N or when running the test suit in a loop.

Example error:

main_test.go:64: failed to ensure channel:
channels.apps.open-cluster-management.io "ramen-gitops" is
forbidden: unable to create new content in namespace ramen-samples
because it is being terminated

Fixes #1620