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

This commit is contained in:
yihaoDeng 2023-04-18 22:39:13 +08:00
commit 53857abe18
1 changed files with 6 additions and 6 deletions

View File

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