Merge pull request #12793 from taosdata/test3.0/lihui

test:open all cases of stb in tmq
This commit is contained in:
Hui Li 2022-05-21 13:31:31 +08:00 committed by GitHub
commit 5956f53237
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1402 additions and 2 deletions

View File

@ -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

View File

@ -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