Merge pull request #26665 from taosdata/test/3.0/TD-30930

test:fix case for default debugflag
This commit is contained in:
Alex Duan 2024-07-18 19:45:59 +08:00 committed by GitHub
commit 028c9db9ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@ sys.path.append("./7-tmq")
from tmqCommon import *
class TDTestCase:
clientCfgDict = {'debugFlag': 135}
updatecfgDict = {'debugFlag': 131, 'clientCfg':clientCfgDict}
def __init__(self):
self.vgroups = 3
self.ctbNum = 10