test: modify debug flag

This commit is contained in:
plum-lihui 2022-05-13 19:55:05 +08:00
parent eba47b9ef4
commit 1e8ac7b06c
1 changed files with 5 additions and 6 deletions

View File

@ -13,12 +13,11 @@ from util.dnodes import *
class TDTestCase: class TDTestCase:
hostname = socket.gethostname() hostname = socket.gethostname()
#rpcDebugFlagVal = '143'
#clientCfgDict = {'serverPort': '', 'firstEp': '', 'secondEp':'', 'rpcDebugFlag':'135', 'fqdn':''} clientCfgDict = {'qdebugflag':'143'}
#clientCfgDict["rpcDebugFlag"] = rpcDebugFlagVal updatecfgDict = {'clientCfg': {}, 'qdebugflag':'143'}
#updatecfgDict = {'clientCfg': {}, 'serverPort': '', 'firstEp': '', 'secondEp':'', 'rpcDebugFlag':'135', 'fqdn':''} updatecfgDict["clientCfg"] = clientCfgDict
#updatecfgDict["rpcDebugFlag"] = rpcDebugFlagVal print ("===================: ", updatecfgDict)
#print ("===================: ", updatecfgDict)
def init(self, conn, logSql): def init(self, conn, logSql):
tdLog.debug(f"start to excute {__file__}") tdLog.debug(f"start to excute {__file__}")