From 61f4f83bca5d14a218041d8d52a5d912e6bdf902 Mon Sep 17 00:00:00 2001 From: plum-lihui Date: Sat, 21 May 2022 12:01:45 +0800 Subject: [PATCH] test:open all cases of stb in tmq --- tests/system-test/7-tmq/subscribeStb.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/system-test/7-tmq/subscribeStb.py b/tests/system-test/7-tmq/subscribeStb.py index 5730efd9e2..3fc964b37d 100644 --- a/tests/system-test/7-tmq/subscribeStb.py +++ b/tests/system-test/7-tmq/subscribeStb.py @@ -1382,12 +1382,12 @@ class TDTestCase: self.tmqCase5(cfgPath, buildPath) self.tmqCase6(cfgPath, buildPath) self.tmqCase7(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.tmqCase8(cfgPath, buildPath) + self.tmqCase9(cfgPath, buildPath) + self.tmqCase10(cfgPath, buildPath) + self.tmqCase11(cfgPath, buildPath) + self.tmqCase12(cfgPath, buildPath) + self.tmqCase13(cfgPath, buildPath) def stop(self): tdSql.close()