From f71686f492ca7fcabb7baffe8e5cbe11c339c23e Mon Sep 17 00:00:00 2001 From: zwang28 <70626450+zwang28@users.noreply.github.com> Date: Thu, 28 Mar 2024 16:58:43 +0800 Subject: [PATCH] fix(test): ensure cluster is stopped (#15983) --- src/storage/backup/integration_tests/common.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/storage/backup/integration_tests/common.sh b/src/storage/backup/integration_tests/common.sh index 3f1836e4c717f..1c1af196691f0 100644 --- a/src/storage/backup/integration_tests/common.sh +++ b/src/storage/backup/integration_tests/common.sh @@ -18,6 +18,7 @@ function clean_etcd_data() { } function start_cluster() { + stop_cluster cargo make d ci-meta-backup-test 1>/dev/null 2>&1 sleep 5 }