test:add concurrency test cases for executing the taos -k command line.

This commit is contained in:
chenhaoran 2024-08-05 11:02:23 +08:00
parent 1a871e0292
commit de572c8c0f
1 changed files with 1 additions and 0 deletions

View File

@ -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