[test: set rpc debug flag to 143]

This commit is contained in:
plum-lihui 2022-04-27 18:25:48 +08:00
parent ff6ddd1be1
commit eb986a06f2
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ from util.cases import *
class TDTestCase: class TDTestCase:
updatecfgDict = {'rpcDebugFlag': '143'}
def init(self, conn, logSql): def init(self, conn, logSql):
tdLog.debug(f"start to excute {__file__}") tdLog.debug(f"start to excute {__file__}")
tdSql.init(conn.cursor()) tdSql.init(conn.cursor())