Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
River2000i committed Nov 18, 2024
1 parent 81dfe81 commit 6c45472
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dm/tests/_utils/run_downstream_cluster
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ EOF
fi
sleep 3
done
echo 'Start PD success'
}

start_tikv() {
Expand All @@ -62,6 +63,7 @@ start_tikv() {
fi
sleep 5
done
echo 'Start TiKV success'
}

start_tidb() {
Expand All @@ -83,6 +85,7 @@ start_tidb() {
fi
sleep 3
done
echo 'Start TiDB success'
}

start_pd
Expand Down

0 comments on commit 6c45472

Please sign in to comment.