[test: set rpc debug flag to 143]
This commit is contained in:
parent
ff6ddd1be1
commit
eb986a06f2
|
@ -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())
|
||||||
|
|
Loading…
Reference in New Issue