From 08c1648a146ceb460b13ddf88808b3532a8b8b62 Mon Sep 17 00:00:00 2001 From: chenhaoran Date: Fri, 28 Oct 2022 09:44:44 +0800 Subject: [PATCH] test:plug taosdShell.py for TD-19944 --- tests/system-test/0-others/taosdShell.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/system-test/0-others/taosdShell.py b/tests/system-test/0-others/taosdShell.py index aeaa0eecb8..c992834918 100644 --- a/tests/system-test/0-others/taosdShell.py +++ b/tests/system-test/0-others/taosdShell.py @@ -134,7 +134,11 @@ class TDTestCase: tdSql.query("create stream s1 into source_db.output_stb as select _wstart AS start, min(k), max(k), sum(k) from source_db.stb interval(10m);") + #TD-19944 -Q=3 + tdsqlN=tdCom.newTdSql() + tdsqlN.query("select * from source_db.stb") + tdsqlN.query("select * from db0.stb") def run(self): # tdSql.prepare() @@ -164,6 +168,7 @@ class TDTestCase: startAction = " -s -c " + taosdCfgPath tdLog.printNoPrefix("================================ parameter: %s"%startAction) self.taosdCommandExe(startAction,taosdCmdRun) + os.system(" rm -rf sdb.json ") startAction = " --help" -- GitLab