From b522b19dfba717cc78b75b1a1e374e3cb1cc58f7 Mon Sep 17 00:00:00 2001 From: Noel Kwan Date: Sat, 30 Sep 2023 14:47:26 +0800 Subject: [PATCH] fix backfill test format --- ci/scripts/run-backfill-tests.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ci/scripts/run-backfill-tests.sh b/ci/scripts/run-backfill-tests.sh index fd4ba6d2f4da1..1d2e81e5babe1 100755 --- a/ci/scripts/run-backfill-tests.sh +++ b/ci/scripts/run-backfill-tests.sh @@ -85,7 +85,6 @@ test_background_ddl_recovery() { do mv -- "$log" "before-restart-$log" done - cp .risingwave/log/meta-node*.log .risingwave/log/meta-old.log popd # Restart @@ -115,7 +114,7 @@ test_background_ddl_recovery() { cargo make kill -}} +} test_background_ddl_cancel() { echo "--- e2e, ci-1cn-1fe-with-recovery, test background ddl"