test:plug taosdShell.py for TD-19944
This commit is contained in:
parent
d7f3d3aa7b
commit
08c1648a14
|
@ -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);")
|
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):
|
def run(self):
|
||||||
# tdSql.prepare()
|
# tdSql.prepare()
|
||||||
|
@ -164,6 +168,7 @@ class TDTestCase:
|
||||||
startAction = " -s -c " + taosdCfgPath
|
startAction = " -s -c " + taosdCfgPath
|
||||||
tdLog.printNoPrefix("================================ parameter: %s"%startAction)
|
tdLog.printNoPrefix("================================ parameter: %s"%startAction)
|
||||||
self.taosdCommandExe(startAction,taosdCmdRun)
|
self.taosdCommandExe(startAction,taosdCmdRun)
|
||||||
|
os.system(" rm -rf sdb.json ")
|
||||||
|
|
||||||
|
|
||||||
startAction = " --help"
|
startAction = " --help"
|
||||||
|
|
Loading…
Reference in New Issue