From 0ffef4947bb11912a98aaefde7505083f222f7f9 Mon Sep 17 00:00:00 2001 From: chenhaoran Date: Mon, 5 Aug 2024 11:08:51 +0800 Subject: [PATCH] test:add concurrency test cases for executing the taos -k command line. --- tests/system-test/0-others/taosShell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system-test/0-others/taosShell.py b/tests/system-test/0-others/taosShell.py index b046785903..91e9f2fb89 100644 --- a/tests/system-test/0-others/taosShell.py +++ b/tests/system-test/0-others/taosShell.py @@ -470,7 +470,7 @@ class TDTestCase: tdSql.query('drop database %s'%newDbName) - commands = f"taos -k -c {cfgPath}" + commands = f"{buildPath}/taos -k -c {cfgPath}" output = self.run_command(commands) os.sys self.taos_thread_repeat_k(self.run_command, commands, 100, output)