fix test case error

This commit is contained in:
liuyq-617 2021-01-21 18:27:36 +08:00
parent 3608ba79f1
commit b085f79913
1 changed files with 2 additions and 2 deletions

View File

@ -159,7 +159,7 @@ if $loopCnt == 20 then
endi
sql show dnodes -x wait_dnode1_ready
if $rows != 2 then
if $rows != 3 then
sleep 2000
goto wait_dnode1_ready
endi
@ -232,7 +232,7 @@ if $loopCnt == 10 then
endi
sql show dnodes
if $rows != 2 then
if $rows != 3 then
sleep 2000
goto wait_dnode2_offline
endi