From 16d7073a1b3038db342ecb34b7b242d5cbee2cbf Mon Sep 17 00:00:00 2001 From: 54liuyao <54liuyao> Date: Thu, 15 Aug 2024 13:33:06 +0800 Subject: [PATCH] adj ci --- tests/script/tsim/stream/streamInterpHistory.sim | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/script/tsim/stream/streamInterpHistory.sim b/tests/script/tsim/stream/streamInterpHistory.sim index 6e6e99f98b..beb81ec04b 100644 --- a/tests/script/tsim/stream/streamInterpHistory.sim +++ b/tests/script/tsim/stream/streamInterpHistory.sim @@ -17,7 +17,7 @@ sql insert into t1 values(1648791212000,1,1,1,1.0); sql insert into t1 values(1648791215001,2,1,1,1.0); sql insert into t2 values(1648791212000,31,1,1,1.0); -sql insert into t2 values(1648791215001,41,1,1,1.0); +sql insert into t2 values(1648791216001,41,1,1,1.0); sql create stream streams1 trigger at_once FILL_HISTORY 1 IGNORE EXPIRED 0 IGNORE UPDATE 0 into streamt as select _irowts, _isfilled as a1, interp(a) as a2 from st partition by tbname every(1s) fill(prev); @@ -152,7 +152,7 @@ if $data32 != 31 then goto loop0_1 endi -if $data42 != 41 then +if $data42 != 31 then print ======data42=$data42 goto loop0_1 endi @@ -260,7 +260,7 @@ sql insert into t1 values(1648791212000,1,1,1,1.0); sql insert into t1 values(1648791215001,2,1,1,1.0); sql insert into t2 values(1648791212000,31,1,1,1.0); -sql insert into t2 values(1648791215001,41,1,1,1.0); +sql insert into t2 values(1648791216001,41,1,1,1.0); sql create stream streams2 trigger at_once FILL_HISTORY 1 IGNORE EXPIRED 0 IGNORE UPDATE 0 into streamt as select _irowts, _isfilled as a1, interp(a) as a2 from st partition by tbname every(1s) fill(next); @@ -395,7 +395,7 @@ if $data32 != 41 then goto loop2_1 endi -if $data42 != 61 then +if $data42 != 41 then print ======data42=$data42 goto loop2_1 endi