From e20590814266d8833cfc48ea360482f227d2f1e3 Mon Sep 17 00:00:00 2001 From: plum-lihui Date: Wed, 18 May 2022 10:57:54 +0800 Subject: [PATCH] [test: add case of tmq] --- tests/system-test/7-tmq/subscribeDb1.py | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/tests/system-test/7-tmq/subscribeDb1.py b/tests/system-test/7-tmq/subscribeDb1.py index eacf231c9a..7319fadc80 100644 --- a/tests/system-test/7-tmq/subscribeDb1.py +++ b/tests/system-test/7-tmq/subscribeDb1.py @@ -468,14 +468,10 @@ class TDTestCase: cfgPath = buildPath + "/../sim/psim/cfg" tdLog.info("cfgPath: %s" % cfgPath) - #self.tmqCase8(cfgPath, buildPath) - #self.tmqCase9(cfgPath, buildPath) - #self.tmqCase10(cfgPath, buildPath) + self.tmqCase8(cfgPath, buildPath) + self.tmqCase9(cfgPath, buildPath) + self.tmqCase10(cfgPath, buildPath) self.tmqCase11(cfgPath, buildPath) - # self.tmqCase12(cfgPath, buildPath) - # self.tmqCase13(cfgPath, buildPath) - # self.tmqCase14(cfgPath, buildPath) - def stop(self): tdSql.close() -- GitLab