From 61d4f76ddf001977840788f2051a062910ffdead Mon Sep 17 00:00:00 2001 From: plum-lihui Date: Thu, 21 Jul 2022 21:41:54 +0800 Subject: [PATCH] test: restore case --- tests/system-test/7-tmq/tmqDropStb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system-test/7-tmq/tmqDropStb.py b/tests/system-test/7-tmq/tmqDropStb.py index 4de49940bb..2889bdc6a6 100644 --- a/tests/system-test/7-tmq/tmqDropStb.py +++ b/tests/system-test/7-tmq/tmqDropStb.py @@ -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()