fix: add check taos -n client result

This commit is contained in:
Alex Duan 2025-02-23 10:07:37 +08:00
parent 91b9a85cb0
commit f55252706e
1 changed files with 2 additions and 1 deletions

View File

@ -154,7 +154,8 @@ class TDTestCase(TBase):
sc.dnodeStop(idx)
etool.exeBinFile("taos", f'-n server', wait=False)
time.sleep(3)
etool.exeBinFile("taos", f'-n client', wait=True)
rlist = etool.exeBinFile("taos", f'-n client', wait=True)
self.checkListString(rlist, "total succ: 100/100")
eos.exe("pkill -9 taos")
# call enter password