From 001d6b660d2e7cf6bdd80c576b9d726069721c56 Mon Sep 17 00:00:00 2001 From: Alex Duan <417921451@qq.com> Date: Mon, 20 Jan 2025 20:06:59 +0800 Subject: [PATCH] queryRestful.json split two query json for python edit --- tests/taosbenchmark/taosdemoTestQueryWithJson.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/taosbenchmark/taosdemoTestQueryWithJson.py b/tests/taosbenchmark/taosdemoTestQueryWithJson.py index e6ec2bf1..47a4be42 100644 --- a/tests/taosbenchmark/taosdemoTestQueryWithJson.py +++ b/tests/taosbenchmark/taosdemoTestQueryWithJson.py @@ -146,6 +146,7 @@ def run(self): # use restful api to query os.system("%s -f ./taosbenchmark/json/queryInsertrestdata.json" % binPath) os.system("%s -f ./taosbenchmark/json/queryRestful.json" % binPath) + os.system("%s -f ./taosbenchmark/json/queryRestful1.json" % binPath) os.system("cat query_res0.txt* > all_query_res0_rest.txt") os.system("cat query_res1.txt* > all_query_res1_rest.txt") os.system("cat query_res2.txt* > all_query_res2_rest.txt")