This commit is contained in:
54liuyao 2024-07-19 08:55:26 +08:00
parent 4201dee5ae
commit fbfffc4aec
2 changed files with 3 additions and 3 deletions

View File

@ -7,8 +7,8 @@ loopCheck0:
sleep 1000
$loop_count = $loop_count + 1
if $loop_count == 30 then
return -1
if $loop_count == 60 then
return 1
endi
print 1 select * from information_schema.ins_stream_tasks;

View File

@ -24,7 +24,7 @@ sql_error create stream streams2 trigger at_once IGNORE EXPIRED 0 IGNORE UPDATE
sql create stream streams3 trigger at_once IGNORE EXPIRED 0 IGNORE UPDATE 0 into streamt3(a, b) as select count(*) c1, max(a) from st interval(10s);
sleep 1000
run tsim/stream/checkTaskStatus.sim
sql desc streamt3;