test: modify case

This commit is contained in:
plum-lihui 2022-05-16 22:01:41 +08:00
parent b5f3cff56a
commit d4bafa1225
1 changed files with 2 additions and 2 deletions

View File

@ -617,7 +617,7 @@ class TDTestCase:
tdLog.info("step 1: create database, stb, ctb and insert data")
# create and start thread
parameterDict = {'cfg': '', \
'dbName': 'db60', \
'dbName': 'db70', \
'vgroups': 4, \
'stbName': 'stb', \
'ctbNum': 10, \
@ -634,7 +634,7 @@ class TDTestCase:
prepareEnvThread.start()
parameterDict2 = {'cfg': '', \
'dbName': 'db61', \
'dbName': 'db71', \
'vgroups': 4, \
'stbName': 'stb2', \
'ctbNum': 10, \