commit
8215bb0f41
|
@ -617,7 +617,7 @@ class TDTestCase:
|
||||||
tdLog.info("step 1: create database, stb, ctb and insert data")
|
tdLog.info("step 1: create database, stb, ctb and insert data")
|
||||||
# create and start thread
|
# create and start thread
|
||||||
parameterDict = {'cfg': '', \
|
parameterDict = {'cfg': '', \
|
||||||
'dbName': 'db60', \
|
'dbName': 'db70', \
|
||||||
'vgroups': 4, \
|
'vgroups': 4, \
|
||||||
'stbName': 'stb', \
|
'stbName': 'stb', \
|
||||||
'ctbNum': 10, \
|
'ctbNum': 10, \
|
||||||
|
@ -634,7 +634,7 @@ class TDTestCase:
|
||||||
prepareEnvThread.start()
|
prepareEnvThread.start()
|
||||||
|
|
||||||
parameterDict2 = {'cfg': '', \
|
parameterDict2 = {'cfg': '', \
|
||||||
'dbName': 'db61', \
|
'dbName': 'db71', \
|
||||||
'vgroups': 4, \
|
'vgroups': 4, \
|
||||||
'stbName': 'stb2', \
|
'stbName': 'stb2', \
|
||||||
'ctbNum': 10, \
|
'ctbNum': 10, \
|
||||||
|
@ -708,13 +708,13 @@ class TDTestCase:
|
||||||
cfgPath = buildPath + "/../sim/psim/cfg"
|
cfgPath = buildPath + "/../sim/psim/cfg"
|
||||||
tdLog.info("cfgPath: %s" % cfgPath)
|
tdLog.info("cfgPath: %s" % cfgPath)
|
||||||
|
|
||||||
self.tmqCase1(cfgPath, buildPath)
|
#self.tmqCase1(cfgPath, buildPath)
|
||||||
self.tmqCase2(cfgPath, buildPath)
|
#self.tmqCase2(cfgPath, buildPath)
|
||||||
self.tmqCase3(cfgPath, buildPath)
|
#self.tmqCase3(cfgPath, buildPath)
|
||||||
self.tmqCase4(cfgPath, buildPath)
|
self.tmqCase4(cfgPath, buildPath)
|
||||||
self.tmqCase5(cfgPath, buildPath)
|
self.tmqCase5(cfgPath, buildPath)
|
||||||
self.tmqCase6(cfgPath, buildPath)
|
self.tmqCase6(cfgPath, buildPath)
|
||||||
self.tmqCase7(cfgPath, buildPath)
|
#self.tmqCase7(cfgPath, buildPath)
|
||||||
|
|
||||||
|
|
||||||
def stop(self):
|
def stop(self):
|
||||||
|
|
|
@ -57,3 +57,5 @@ python3 ./test.py -f 2-query/query_cols_tags_and_or.py
|
||||||
python3 ./test.py -f 2-query/nestedQuery.py
|
python3 ./test.py -f 2-query/nestedQuery.py
|
||||||
|
|
||||||
python3 ./test.py -f 7-tmq/basic5.py
|
python3 ./test.py -f 7-tmq/basic5.py
|
||||||
|
python3 ./test.py -f 7-tmq/subscribeDb.py
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue