未验证 提交 26798ec5 编写于 作者: W wenzhouwww 提交者: GitHub

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

上级 ab567024
......@@ -92,9 +92,6 @@ class TDTestCase:
taosd_pid = int(subprocess.getstatusoutput('ps aux|grep "taosd" |grep -v "grep"|awk \'{print $2}\'')[1])
sleep(10)
cmd = "top -H -p %d -n 1"%taosd_pid
sys_output = subprocess.check_output(cmd, shell=True).decode("utf-8")
print(sys_output)
cmd_insert = "%staosBenchmark -y -n 10 -t 10 -S 10000 " % (build_path)
os.system(cmd_insert)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册