Merge pull request #28994 from taosdata/fix/ly_stream_main
ci(stream):add long time test for stream
This commit is contained in:
commit
bcdb6eeff0
|
@ -13,6 +13,9 @@
|
||||||
|
|
||||||
#tsim test
|
#tsim test
|
||||||
#,,y,script,./test.sh -f tsim/query/timeline.sim
|
#,,y,script,./test.sh -f tsim/query/timeline.sim
|
||||||
|
,,y,script,./test.sh -f tsim/stream/streamTwaInterpFwcCheckpoint.sim
|
||||||
|
,,y,script,./test.sh -f tsim/stream/streamFwcIntervalFill.sim
|
||||||
|
,,y,script,./test.sh -f tsim/stream/streamTwaFwcInterval.sim
|
||||||
|
|
||||||
#docs-examples test
|
#docs-examples test
|
||||||
#,,n,docs-examples-test,bash c.sh
|
#,,n,docs-examples-test,bash c.sh
|
||||||
|
|
|
@ -110,10 +110,10 @@ print =====streamt4_rows=$streamt4_rows
|
||||||
$loop_count = 0
|
$loop_count = 0
|
||||||
loop1:
|
loop1:
|
||||||
|
|
||||||
sleep 2000
|
sleep 6000
|
||||||
|
|
||||||
$loop_count = $loop_count + 1
|
$loop_count = $loop_count + 1
|
||||||
if $loop_count == 20 then
|
if $loop_count == 100 then
|
||||||
return -1
|
return -1
|
||||||
endi
|
endi
|
||||||
|
|
||||||
|
@ -154,7 +154,7 @@ sql insert into t1 values(now + 3000a,10,10,10);
|
||||||
$loop_count = 0
|
$loop_count = 0
|
||||||
loop2:
|
loop2:
|
||||||
|
|
||||||
sleep 2000
|
sleep 6000
|
||||||
|
|
||||||
$loop_count = $loop_count + 1
|
$loop_count = $loop_count + 1
|
||||||
if $loop_count == 20 then
|
if $loop_count == 20 then
|
||||||
|
|
Loading…
Reference in New Issue