From f55252706e8916288730d6ddf2aae6e31f7b6325 Mon Sep 17 00:00:00 2001 From: Alex Duan <417921451@qq.com> Date: Sun, 23 Feb 2025 10:07:37 +0800 Subject: [PATCH] fix: add check taos -n client result --- tests/army/cmdline/fullopt.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/army/cmdline/fullopt.py b/tests/army/cmdline/fullopt.py index 4c320b87c6..500d481b5d 100644 --- a/tests/army/cmdline/fullopt.py +++ b/tests/army/cmdline/fullopt.py @@ -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