Merge pull request #12793 from taosdata/test3.0/lihui
test:open all cases of stb in tmq
This commit is contained in:
commit
5956f53237
|
@ -1380,8 +1380,8 @@ class TDTestCase:
|
||||||
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)
|
||||||
#self.tmqCase8(cfgPath, buildPath)
|
#self.tmqCase8(cfgPath, buildPath)
|
||||||
#self.tmqCase9(cfgPath, buildPath)
|
#self.tmqCase9(cfgPath, buildPath)
|
||||||
#self.tmqCase10(cfgPath, buildPath)
|
#self.tmqCase10(cfgPath, buildPath)
|
||||||
|
|
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/subscribeDb.py
|
||||||
python3 ./test.py -f 7-tmq/subscribeDb1.py
|
python3 ./test.py -f 7-tmq/subscribeDb1.py
|
||||||
python3 ./test.py -f 7-tmq/subscribeStb.py
|
python3 ./test.py -f 7-tmq/subscribeStb.py
|
||||||
|
python3 ./test.py -f 7-tmq/subscribeStb1.py
|
||||||
|
|
Loading…
Reference in New Issue