提交 ffc58d64 编写于 作者: H Haojun Liao

[td-11169] add test case.

上级 05c8328d
......@@ -360,4 +360,11 @@ sql select * from (select * from where_ts) where ts<now;
if $rows != 5 then
return -1
endi
print ======================>td-11169
create stable m1 (ts timestamp , k int) tags(a binary(15000));
create table tm0 using m1 tags('abc');
insert into tm0 values(now, 1);
select top(k, 100), a from m1;
system sh/exec.sh -n dnode1 -s stop -x SIGINT
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册