test: delete configure of debug flag config in tsma case
This commit is contained in:
parent
ad182673fb
commit
70b67ffb5d
|
@ -601,7 +601,7 @@ class TSMATestSQLGenerator:
|
|||
|
||||
|
||||
class TDTestCase:
|
||||
updatecfgDict = {'debugFlag': 143, 'asynclog': 0, 'ttlUnit': 1, 'ttlPushInterval': 5, 'ratioOfVnodeStreamThrea': 4, 'maxTsmaNum': 8}
|
||||
updatecfgDict = {'asynclog': 0, 'ttlUnit': 1, 'ttlPushInterval': 5, 'ratioOfVnodeStreamThrea': 4, 'maxTsmaNum': 8}
|
||||
|
||||
def __init__(self):
|
||||
self.vgroups = 4
|
||||
|
|
Loading…
Reference in New Issue