Update run-deploy-test.sh for the new down() semantics:
- After stop --delete-volumes (without --delete-namespace) assert
the namespace stays Active and no stack-labeled Deployments,
Services, ConfigMaps, Secrets, or PVCs remain.
- Drop the 120s wait loop for namespace termination — not needed
since stop no longer terminates the namespace.
- Exercise the new --delete-namespace flag at end-of-test teardown
and assert the namespace is actually gone.
Rename delete_cluster_exit -> cleanup_and_exit and have it do a
full teardown (volumes + namespace) so failed CI runs don't leak
state between jobs. Add assert_ns_phase and assert_no_labeled_
resources helpers for the new assertions.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>