From de572c8c0fee49f709007eb14e015fe4682b4709 Mon Sep 17 00:00:00 2001 From: chenhaoran Date: Mon, 5 Aug 2024 11:02:23 +0800 Subject: [PATCH] test:add concurrency test cases for executing the taos -k command line. --- tests/system-test/0-others/taosShell.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/system-test/0-others/taosShell.py b/tests/system-test/0-others/taosShell.py index 549231fc6c..b046785903 100644 --- a/tests/system-test/0-others/taosShell.py +++ b/tests/system-test/0-others/taosShell.py @@ -140,6 +140,7 @@ class TDTestCase: # print(f"value: {value}") self.taos_output.append(value) count += 1 + def taos_thread_repeat_k(self, run_command, commands, threads_num=10, output=[]): threads = [] taos_output = self.taos_output