Skip to content

Commit

Permalink
fix(test): ensure cluster is stopped (#15983)
Browse files Browse the repository at this point in the history
  • Loading branch information
zwang28 authored Mar 28, 2024
1 parent e380a5d commit f71686f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/storage/backup/integration_tests/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit f71686f

Please sign in to comment.