From 9d83d3eaeba9642392980bf99a77d45b3a0f1ac8 Mon Sep 17 00:00:00 2001 From: Andrei Kvapil Date: Fri, 8 Aug 2025 00:34:43 +0200 Subject: [PATCH] [tests] cleanup state before repeat e2e-apps Signed-off-by: Andrei Kvapil --- hack/e2e-apps/bucket.bats | 1 + hack/e2e-apps/clickhouse.bats | 1 + hack/e2e-apps/kafka.bats | 1 + hack/e2e-apps/mysql.bats | 1 + hack/e2e-apps/postgres.bats | 1 + hack/e2e-apps/redis.bats | 1 + hack/e2e-apps/run-kubernetes.sh | 1 + hack/e2e-apps/virtualmachine.bats | 1 + hack/e2e-apps/vminstance.bats | 7 +++++++ 9 files changed, 15 insertions(+) diff --git a/hack/e2e-apps/bucket.bats b/hack/e2e-apps/bucket.bats index 2621812a..38496c25 100644 --- a/hack/e2e-apps/bucket.bats +++ b/hack/e2e-apps/bucket.bats @@ -3,6 +3,7 @@ @test "Create and Verify Seeweedfs Bucket" { # Create the bucket resource name='test' + kubectl -n tenant-test delete buckets.apps.cozystack.io "$name" --ignore-not-found kubectl apply -f - <