From 841c8d26d9f6e32974e78452d0f78039c57dd432 Mon Sep 17 00:00:00 2001 From: tomchon Date: Tue, 26 Jul 2022 11:36:33 +0800 Subject: [PATCH] test: modify testcases of muti-mnodes --- tests/system-test/6-cluster/5dnode3mnodeRecreateMnode.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/system-test/6-cluster/5dnode3mnodeRecreateMnode.py b/tests/system-test/6-cluster/5dnode3mnodeRecreateMnode.py index 07fdc9012d..7cef9cc396 100644 --- a/tests/system-test/6-cluster/5dnode3mnodeRecreateMnode.py +++ b/tests/system-test/6-cluster/5dnode3mnodeRecreateMnode.py @@ -150,6 +150,8 @@ class TDTestCase: tdDnodes[1].deploy() tdDnodes[1].starttaosd() + clusterComCheck.checkDnodes(dnodeNumbers) + tdSql.execute("create mnode on dnode 6") tdSql.error("drop dnode 1;") -- GitLab