enhance: add test case

This commit is contained in:
slzhou 2023-05-12 07:20:27 +08:00
parent 00fb5acad7
commit d8a7e14065
1 changed files with 7 additions and 0 deletions

View File

@ -35,4 +35,11 @@ endi
if $data00 != 4 then
return -1
endi
sql select count(*) from (select * from ct1 union select * from ct2)
if $rows != 1 then
return -1
endi
if $data00 != 4 then
return -1
endi
system sh/exec.sh -n dnode1 -s stop -x SIGINT