Merge pull request #2805 from taosdata/hotfix/test

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

View File

@ -4,10 +4,10 @@
############################################################### ###############################################################
################ set script parameters ################ ################ set script parameters ################
$tblStart = 0 $tblStart = 0
$tblEnd = 100 $tblEnd = 10000
$tsStart = 1325347200000 # 2012-01-01 00:00:00.000 $tsStart = 1325347200000 # 2012-01-01 00:00:00.000
$preBinary = ' . client-08- $preBinary = ' . client-08-
$numPerUpdateTbl = 20 $numPerUpdateTbl = 2000
############################################################### ###############################################################
$totalRows = 0 $totalRows = 0
$dropTblStart = $tblStart $dropTblStart = $tblStart