[TD-2585]<test>: fix failed test case

This commit is contained in:
Bomin Zhang 2020-12-30 07:58:33 +00:00
parent 2df734a5e3
commit 616b4ee229
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@ from util.sql import tdSql
class TDTestCase:
updatecfgDict = {'monitor': 1}
def init(self, conn, logSql):
tdLog.debug("start to execute %s" % __file__)
tdSql.init(conn.cursor(), logSql)