test: modify tmq cases
This commit is contained in:
parent
61f4f83bca
commit
de8089ac30
|
@ -1380,14 +1380,14 @@ class TDTestCase:
|
|||
self.tmqCase3(cfgPath, buildPath)
|
||||
self.tmqCase4(cfgPath, buildPath)
|
||||
self.tmqCase5(cfgPath, buildPath)
|
||||
self.tmqCase6(cfgPath, buildPath)
|
||||
self.tmqCase7(cfgPath, buildPath)
|
||||
self.tmqCase8(cfgPath, buildPath)
|
||||
self.tmqCase9(cfgPath, buildPath)
|
||||
self.tmqCase10(cfgPath, buildPath)
|
||||
self.tmqCase11(cfgPath, buildPath)
|
||||
self.tmqCase12(cfgPath, buildPath)
|
||||
self.tmqCase13(cfgPath, buildPath)
|
||||
#self.tmqCase6(cfgPath, buildPath)
|
||||
#self.tmqCase7(cfgPath, buildPath)
|
||||
#self.tmqCase8(cfgPath, buildPath)
|
||||
#self.tmqCase9(cfgPath, buildPath)
|
||||
#self.tmqCase10(cfgPath, buildPath)
|
||||
#self.tmqCase11(cfgPath, buildPath)
|
||||
#self.tmqCase12(cfgPath, buildPath)
|
||||
#self.tmqCase13(cfgPath, buildPath)
|
||||
|
||||
def stop(self):
|
||||
tdSql.close()
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -65,3 +65,4 @@ python3 ./test.py -f 7-tmq/basic5.py
|
|||
python3 ./test.py -f 7-tmq/subscribeDb.py
|
||||
python3 ./test.py -f 7-tmq/subscribeDb1.py
|
||||
python3 ./test.py -f 7-tmq/subscribeStb.py
|
||||
python3 ./test.py -f 7-tmq/subscribeStb1.py
|
||||
|
|
Loading…
Reference in New Issue