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