From ec5bdff5facbe662a6067336c080eeb5d5524613 Mon Sep 17 00:00:00 2001 From: Haojun Liao Date: Wed, 25 Oct 2023 18:14:05 +0800 Subject: [PATCH] test:update test case. --- tests/script/tsim/stream/distributeIntervalRetrive0.sim | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/script/tsim/stream/distributeIntervalRetrive0.sim b/tests/script/tsim/stream/distributeIntervalRetrive0.sim index 052bf441d5..39c3353429 100644 --- a/tests/script/tsim/stream/distributeIntervalRetrive0.sim +++ b/tests/script/tsim/stream/distributeIntervalRetrive0.sim @@ -267,6 +267,7 @@ sql create table t1 using st tags(1,1,1); sql create table t2 using st tags(2,2,2); sql create stream streams1 trigger at_once IGNORE EXPIRED 0 IGNORE UPDATE 0 delete_mark 20s into streamt1 as select _wstart as c0, count(*) c1, count(a) c2 from st interval(10s) ; +sleep 1000 sql insert into t1 values(1648791211000,1,2,3); sql insert into t1 values(1262275200000,2,2,3);