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 4dfaf64 commit 23fb18e
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 @@ -278,8 +278,11 @@ if [[ "$mode" == "standalone" ]]; then
mkdir -p "$PREFIX_LOG"
risedev clean-data
risedev pre-start-dev
risedev dev standalone-minio-sqlite &
PID=$!
sleep 1
start_standalone "$PREFIX_LOG"/standalone.log &
risedev dev standalone-minio-sqlite
wait $PID
wait_standalone
if ! compactor_is_online
then
Expand Down

0 comments on commit 23fb18e

Please sign in to comment.