test: minor changes
This commit is contained in:
parent
838dcfedad
commit
572a56c3cf
|
@ -222,12 +222,6 @@ if $rows != 4 then
|
|||
return -1
|
||||
endi
|
||||
|
||||
print =============== step6: select data
|
||||
sql show d1.tables
|
||||
if $rows != 1 then
|
||||
return -1
|
||||
endi
|
||||
|
||||
print =============== step62 wait vgroup2
|
||||
$x = 0
|
||||
step62:
|
||||
|
@ -348,6 +342,13 @@ if $leaderExist != 1 then
|
|||
goto step65
|
||||
endi
|
||||
|
||||
print =============== step7: select data
|
||||
print ===> $data00 $data01
|
||||
sql show d1.tables
|
||||
if $rows != 1 then
|
||||
return -1
|
||||
endi
|
||||
|
||||
system sh/exec.sh -n dnode1 -s stop -x SIGINT
|
||||
system sh/exec.sh -n dnode2 -s stop -x SIGINT
|
||||
system sh/exec.sh -n dnode3 -s stop -x SIGINT
|
||||
|
|
Loading…
Reference in New Issue