Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel committed Oct 23, 2024
1 parent ec3a082 commit 8193a44
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ci/scripts/run-e2e-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,11 @@ if [[ "$mode" == "standalone" ]]; then
mkdir -p "$PREFIX_LOG"
risedev clean-data
risedev pre-start-dev
risedev dev standalone-minio-sqlite-compactor &
PID=$!
sleep 1
start_standalone_without_compactor "$PREFIX_LOG"/standalone.log &
risedev dev standalone-minio-sqlite-compactor
wait $PID
wait_standalone
if compactor_is_online
then
Expand Down

0 comments on commit 8193a44

Please sign in to comment.