提交 d4f16a35 编写于 作者: W wenzhouwww

[TD-12191]<test>(query): add test case update

上级 5ca4045a
...@@ -88,6 +88,7 @@ class TDTestCase: ...@@ -88,6 +88,7 @@ class TDTestCase:
tdSql.query("select count(*) from elapsed_vol;") tdSql.query("select count(*) from elapsed_vol;")
tdSql.checkRows(0) tdSql.checkRows(0)
taosd_pid = int(subprocess.getstatusoutput('ps aux|grep "taosd" |grep -v "grep"|awk \'{print $2}\'')[1]) taosd_pid = int(subprocess.getstatusoutput('ps aux|grep "taosd" |grep -v "grep"|awk \'{print $2}\'')[1])
sleep(10) sleep(10)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册