test:fix case for default debugflag

This commit is contained in:
chenhaoran 2024-07-18 19:15:44 +08:00
parent f36f7d998c
commit 97b6c43c9a
2 changed files with 4 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class TDSimClient:
"rpcDebugFlag": "135",
"tmrDebugFlag": "131",
"dDebugFlag":"131",
"cDebugFlag": "135",
"cDebugFlag": "131",
"uDebugFlag": "131",
"jniDebugFlag": "131",
"qDebugFlag": "135",

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