test:add concurrency test cases for executing the taos -k command line.
This commit is contained in:
parent
de572c8c0f
commit
0ffef4947b
|
@ -470,7 +470,7 @@ class TDTestCase:
|
||||||
|
|
||||||
tdSql.query('drop database %s'%newDbName)
|
tdSql.query('drop database %s'%newDbName)
|
||||||
|
|
||||||
commands = f"taos -k -c {cfgPath}"
|
commands = f"{buildPath}/taos -k -c {cfgPath}"
|
||||||
output = self.run_command(commands)
|
output = self.run_command(commands)
|
||||||
os.sys
|
os.sys
|
||||||
self.taos_thread_repeat_k(self.run_command, commands, 100, output)
|
self.taos_thread_repeat_k(self.run_command, commands, 100, output)
|
||||||
|
|
Loading…
Reference in New Issue