Merge pull request #28994 from taosdata/fix/ly_stream_main

ci(stream):add long time test for stream
This commit is contained in:
Shengliang Guan 2024-12-02 16:40:52 +08:00 committed by GitHub
commit bcdb6eeff0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 3 deletions

View File

@ -13,6 +13,9 @@
#tsim test
#,,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
#,,n,docs-examples-test,bash c.sh

View File

@ -110,10 +110,10 @@ print =====streamt4_rows=$streamt4_rows
$loop_count = 0
loop1:
sleep 2000
sleep 6000
$loop_count = $loop_count + 1
if $loop_count == 20 then
if $loop_count == 100 then
return -1
endi
@ -154,7 +154,7 @@ sql insert into t1 values(now + 3000a,10,10,10);
$loop_count = 0
loop2:
sleep 2000
sleep 6000
$loop_count = $loop_count + 1
if $loop_count == 20 then