adj ci
This commit is contained in:
parent
4201dee5ae
commit
fbfffc4aec
|
@ -7,8 +7,8 @@ loopCheck0:
|
||||||
sleep 1000
|
sleep 1000
|
||||||
|
|
||||||
$loop_count = $loop_count + 1
|
$loop_count = $loop_count + 1
|
||||||
if $loop_count == 30 then
|
if $loop_count == 60 then
|
||||||
return -1
|
return 1
|
||||||
endi
|
endi
|
||||||
|
|
||||||
print 1 select * from information_schema.ins_stream_tasks;
|
print 1 select * from information_schema.ins_stream_tasks;
|
||||||
|
|
|
@ -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);
|
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;
|
sql desc streamt3;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue