From a482c2aa39e26395ce65a83b080937e7878dee0d Mon Sep 17 00:00:00 2001 From: plum-lihui Date: Sat, 8 Jan 2022 12:30:39 +0800 Subject: [PATCH] [add sleep] --- tests/script/unique/migrate/mn2_vn2_repl2_rmMnodeDir.sim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/script/unique/migrate/mn2_vn2_repl2_rmMnodeDir.sim b/tests/script/unique/migrate/mn2_vn2_repl2_rmMnodeDir.sim index e5f2928748..985dadde8a 100644 --- a/tests/script/unique/migrate/mn2_vn2_repl2_rmMnodeDir.sim +++ b/tests/script/unique/migrate/mn2_vn2_repl2_rmMnodeDir.sim @@ -110,7 +110,7 @@ $loopCnt = $loopCnt + 1 if $loopCnt == 10 then return -1 endi - +sleep 2000 sql show dnodes if $rows != 3 then sleep 2000 @@ -236,7 +236,7 @@ $loopCnt = $loopCnt + 1 if $loopCnt == 10 then return -1 endi - +sleep 2000 sql show dnodes if $rows != 3 then sleep 2000 @@ -272,4 +272,4 @@ system sh/exec.sh -n dnode4 -s stop -x SIGINT system sh/exec.sh -n dnode5 -s stop -x SIGINT system sh/exec.sh -n dnode6 -s stop -x SIGINT system sh/exec.sh -n dnode7 -s stop -x SIGINT -system sh/exec.sh -n dnode8 -s stop -x SIGINT \ No newline at end of file +system sh/exec.sh -n dnode8 -s stop -x SIGINT -- GitLab