Merge pull request #26665 from taosdata/test/3.0/TD-30930
test:fix case for default debugflag
This commit is contained in:
commit
028c9db9ea
|
@ -16,6 +16,9 @@ sys.path.append("./7-tmq")
|
||||||
from tmqCommon import *
|
from tmqCommon import *
|
||||||
|
|
||||||
class TDTestCase:
|
class TDTestCase:
|
||||||
|
|
||||||
|
clientCfgDict = {'debugFlag': 135}
|
||||||
|
updatecfgDict = {'debugFlag': 131, 'clientCfg':clientCfgDict}
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.vgroups = 3
|
self.vgroups = 3
|
||||||
self.ctbNum = 10
|
self.ctbNum = 10
|
||||||
|
|
Loading…
Reference in New Issue