test: add a regression test case.

This commit is contained in:
Haojun Liao 2023-02-10 10:31:55 +08:00
parent c537c6c12f
commit a22a8cbfcc
1 changed files with 6 additions and 0 deletions

View File

@ -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