test:add concurrency test cases for executing the taos -k command line.
This commit is contained in:
parent
1a871e0292
commit
de572c8c0f
|
@ -140,6 +140,7 @@ class TDTestCase:
|
||||||
# print(f"value: {value}")
|
# print(f"value: {value}")
|
||||||
self.taos_output.append(value)
|
self.taos_output.append(value)
|
||||||
count += 1
|
count += 1
|
||||||
|
|
||||||
def taos_thread_repeat_k(self, run_command, commands, threads_num=10, output=[]):
|
def taos_thread_repeat_k(self, run_command, commands, threads_num=10, output=[]):
|
||||||
threads = []
|
threads = []
|
||||||
taos_output = self.taos_output
|
taos_output = self.taos_output
|
||||||
|
|
Loading…
Reference in New Issue