test: delete configure of debug flag config in tsma case

This commit is contained in:
chenhaoran 2024-04-16 12:41:23 +08:00 committed by wangjiaming0909
parent ad182673fb
commit 70b67ffb5d
1 changed files with 1 additions and 1 deletions

View File

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