test: fix tsim/db/error1.sim random failed
This commit is contained in:
parent
be7aacc43f
commit
fc799bcd19
|
@ -56,18 +56,18 @@ endi
|
||||||
|
|
||||||
if $data23 != 0 then
|
if $data23 != 0 then
|
||||||
return -1
|
return -1
|
||||||
endi
|
end
|
||||||
|
|
||||||
print ========== stop dnode2
|
#print ========== stop dnode2
|
||||||
system sh/exec.sh -n dnode2 -s stop -x SIGKILL
|
#system sh/exec.sh -n dnode2 -s stop -x SIGKILL
|
||||||
|
|
||||||
sleep 1000
|
#sleep 1000
|
||||||
print =============== drop database
|
#print =============== drop database
|
||||||
sql_error drop database d1
|
sql drop database d1
|
||||||
|
|
||||||
print ========== start dnode2
|
#print ========== start dnode2
|
||||||
system sh/exec.sh -n dnode2 -s start
|
#system sh/exec.sh -n dnode2 -s start
|
||||||
sleep 1000
|
#sleep 1000
|
||||||
|
|
||||||
print =============== re-create database
|
print =============== re-create database
|
||||||
$x = 0
|
$x = 0
|
||||||
|
|
Loading…
Reference in New Issue