From 1d6105641f9121fad5e1ded60c0ea34774549035 Mon Sep 17 00:00:00 2001 From: Ping Xiao Date: Tue, 5 Jan 2021 17:19:31 +0800 Subject: [PATCH] fix lowa test failure --- tests/pytest/tools/lowaTest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pytest/tools/lowaTest.py b/tests/pytest/tools/lowaTest.py index 523229dd46..2b65dcf3ef 100644 --- a/tests/pytest/tools/lowaTest.py +++ b/tests/pytest/tools/lowaTest.py @@ -51,7 +51,7 @@ class TDTestCase: else: tdLog.info("taosd found in %s" % buildPath) binPath = buildPath+ "/build/bin/" - os.system("yes | %slowa -f tools/insert.json" % binPath) + os.system("yes | %staosdemox -f tools/insert.json" % binPath) tdSql.execute("use db01") tdSql.query("select count(*) from stb01") -- GitLab