Merge pull request #2803 from taosdata/hotfix/test

[modify cases]
This commit is contained in:
Shengliang Guan 2020-07-29 19:03:26 +08:00 committed by GitHub
commit c6286e6d28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,7 @@ $tsStart = 1325347200000 # 2012-01-01 00:00:00.000
$preBinary = ' . client-06-
$numPerUpdateTbl = 2000
###############################################################
$testCnt = 0
$totalRows = 0
$dropTblStart = $tblStart
@ -90,7 +91,11 @@ if $loopCnt > 2 then
$totalRows = $totalRows - $rowsPerTbl
endw
sleep 20000
$testCnt = $testCnt + 1
goto init_lable
endi
if $testCnt > 10 then
return 0
endi
goto loop_run