test: restore case

This commit is contained in:
plum-lihui 2022-07-21 21:41:54 +08:00
parent 598d9a1860
commit 61d4f76ddf
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ class TDTestCase:
tdLog.info("drop one stable")
self.paraDict["stbName"] = 'stb1'
tdSql.execute("drop table %s.%s" %(self.paraDict['dbName'], self.paraDict['stbName']))
tmqCom.drop_ctable(tdSql, dbname=self.paraDict['dbName'], count=self.paraDict["ctbNum"], default_ctbname_prefix=self.paraDict["ctbPrefix"])
# tmqCom.drop_ctable(tdSql, dbname=self.paraDict['dbName'], count=self.paraDict["ctbNum"], default_ctbname_prefix=self.paraDict["ctbPrefix"])
pThread2.join()