test: adjust case
This commit is contained in:
parent
273ce12df5
commit
3b47518d45
|
@ -45,8 +45,11 @@ endi
|
||||||
if $data(2)[4] != ready then
|
if $data(2)[4] != ready then
|
||||||
goto step2
|
goto step2
|
||||||
endi
|
endi
|
||||||
|
if $data(3)[4] != ready then
|
||||||
|
goto step2
|
||||||
|
endi
|
||||||
|
|
||||||
system sh/exec.sh -n dnode3 -s stop
|
system sh/exec.sh -n dnode3 -s stop -x SIGKILL
|
||||||
sql_error create mnode on dnode 3
|
sql_error create mnode on dnode 3
|
||||||
|
|
||||||
print =============== step3: show mnodes
|
print =============== step3: show mnodes
|
||||||
|
|
Loading…
Reference in New Issue