test: case for mnode
This commit is contained in:
parent
e6ff854e7e
commit
674ab14170
|
@ -117,11 +117,9 @@ if $data(3)[3] != ready then
|
||||||
endi
|
endi
|
||||||
|
|
||||||
print =============== step5: drop mnode 3 and stop dnode3
|
print =============== step5: drop mnode 3 and stop dnode3
|
||||||
system sh/exec.sh -n dnode3 -s stop
|
system sh/exec.sh -n dnode3 -s stop -x SIGKILL
|
||||||
sleep 6000
|
sql_error drop mnode on dnode 3
|
||||||
return
|
|
||||||
sql drop mnode on dnode 3
|
|
||||||
return
|
|
||||||
$x = 0
|
$x = 0
|
||||||
step5:
|
step5:
|
||||||
$x = $x + 1
|
$x = $x + 1
|
||||||
|
|
Loading…
Reference in New Issue