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"