fix(test): wait for 1 sec before inserting data.

This commit is contained in:
Haojun Liao 2023-10-30 13:33:59 +08:00
parent 15d217fc3e
commit a300302956
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ sql create table ts2 using st tags(2,2,2);
sql create table ts3 using st tags(3,2,2);
sql create table ts4 using st tags(4,2,2);
sql create stream streams1 trigger at_once IGNORE EXPIRED 0 IGNORE UPDATE 0 watermark 1d into streamt1 as select _wstart, count(*) c1, sum(a) c3 from st interval(10s);
sleep 1000
sql pause stream streams1;