fix: add test case
This commit is contained in:
parent
e2ac3d00ad
commit
ca2314efdb
|
@ -42,4 +42,12 @@ endi
|
||||||
if $data00 != 4 then
|
if $data00 != 4 then
|
||||||
return -1
|
return -1
|
||||||
endi
|
endi
|
||||||
|
|
||||||
|
sql create table ctcount(ts timestamp, f int);
|
||||||
|
sql insert into ctcount(ts) values(now)(now+1s);
|
||||||
|
sql select count(*) from (select f from ctcount);
|
||||||
|
print $data00
|
||||||
|
if $data00 != 2 then
|
||||||
|
return -1
|
||||||
|
endi
|
||||||
system sh/exec.sh -n dnode1 -s stop -x SIGINT
|
system sh/exec.sh -n dnode1 -s stop -x SIGINT
|
||||||
|
|
Loading…
Reference in New Issue