diff --git a/tests/system-test/0-others/taosdShell.py b/tests/system-test/0-others/taosdShell.py index aeaa0eecb80ff1459535a48a2b801371f7b1ed1f..c992834918701b5a3448868c147d99bb54f83685 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"