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

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

View File

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