提交 53857abe 编写于 作者: dengyihao's avatar dengyihao

Merge branch 'enh/rocksRevert' of https://github.com/taosdata/TDengine into enh/rocksRevert

......@@ -22,7 +22,7 @@ sql insert into t2 values(1648791222999,1,2,3,1.0);
sql insert into t2 values(1648791223000,1,2,3,1.0);
sql insert into t2 values(1648791223001,1,2,3,1.0);
sql insert into t2 values(1648791233001,1,2,3,1.0);
sleep 300
sleep 2000
sql select * from streamt2;
if $rows != 0 then
print ======$rows
......@@ -30,7 +30,7 @@ if $rows != 0 then
endi
sql insert into t2 values(1648791243002,1,2,3,1.0);
sleep 300
sleep 2000
sql select * from streamt2;
if $rows != 1 then
print ======$rows
......@@ -43,7 +43,7 @@ if $data01 != 5 then
endi
sql insert into t2 values(1648791223001,1,2,3,1.0) (1648791223002,1,2,3,1.0) (1648791222999,1,2,3,1.0);
sleep 300
sleep 2000
sql select * from streamt2;
if $rows != 1 then
print ======$rows
......@@ -56,7 +56,7 @@ if $data01 != 6 then
endi
sql insert into t2 values(1648791233002,1,2,3,1.0);
sleep 300
sleep 2000
sql select * from streamt2;
if $rows != 0 then
print ======$rows
......@@ -64,7 +64,7 @@ if $rows != 0 then
endi
sql insert into t2 values(1648791253003,1,2,3,1.0);
sleep 300
sleep 2000
sql select * from streamt2;
if $rows != 1 then
print ======$rows
......@@ -77,7 +77,7 @@ if $data01 != 8 then
endi
sql insert into t2 values(1648791243003,1,2,3,1.0) (1648791243002,1,2,3,1.0) (1648791270004,1,2,3,1.0) (1648791280005,1,2,3,1.0) (1648791290006,1,2,3,1.0);
sleep 500
sleep 2000
sql select * from streamt2;
if $rows != 3 then
print =====rows=$rows
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册