Skip to content

Commit

Permalink
fix(workflow): pass test_restart_taskmanager in test/integration-test…
Browse files Browse the repository at this point in the history
…/openmldb-test-python/ha_cases/test_ha.py (#4010)
  • Loading branch information
Shouren authored Dec 30, 2024
1 parent 92ba34b commit 0466365
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release/bin/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,9 @@ case $OP in
shift
# $0 may be 'bin/start.sh', 'start.sh', etc. We use the real script name in bin/.
cd "$BINDIR" || exit 1
sh start.sh stop "${@}"
./start.sh stop "${@}"
sleep 15
sh start.sh start "${@}"
./start.sh start "${@}"
;;
*)
echo "Only support {start|stop|restart}" >&2
Expand Down

0 comments on commit 0466365

Please sign in to comment.