fix test case error
This commit is contained in:
parent
3608ba79f1
commit
b085f79913
|
@ -159,7 +159,7 @@ if $loopCnt == 20 then
|
||||||
endi
|
endi
|
||||||
|
|
||||||
sql show dnodes -x wait_dnode1_ready
|
sql show dnodes -x wait_dnode1_ready
|
||||||
if $rows != 2 then
|
if $rows != 3 then
|
||||||
sleep 2000
|
sleep 2000
|
||||||
goto wait_dnode1_ready
|
goto wait_dnode1_ready
|
||||||
endi
|
endi
|
||||||
|
@ -232,7 +232,7 @@ if $loopCnt == 10 then
|
||||||
endi
|
endi
|
||||||
|
|
||||||
sql show dnodes
|
sql show dnodes
|
||||||
if $rows != 2 then
|
if $rows != 3 then
|
||||||
sleep 2000
|
sleep 2000
|
||||||
goto wait_dnode2_offline
|
goto wait_dnode2_offline
|
||||||
endi
|
endi
|
||||||
|
|
Loading…
Reference in New Issue