test: add a regression test case.
This commit is contained in:
parent
c537c6c12f
commit
a22a8cbfcc
|
@ -186,4 +186,10 @@ if $data11 != 4 then
|
|||
return -1
|
||||
endi
|
||||
|
||||
print ===============================================> TS-2613
|
||||
sql select * from information_schema.ins_databases limit 1 offset 1;
|
||||
if $rows != 1 then
|
||||
return -1
|
||||
endi
|
||||
|
||||
system sh/exec.sh -n dnode1 -s stop -x SIGINT
|
||||
|
|
Loading…
Reference in New Issue