From e7ea978a886fa0f7946860b20eabde200ccf7c44 Mon Sep 17 00:00:00 2001 From: yanliang567 <82361606+yanliang567@users.noreply.github.com> Date: Thu, 30 Sep 2021 18:05:39 +0800 Subject: [PATCH] [skip ci]Add comments for getMetrics (#8933) Signed-off-by: yanliang567 --- tests/python_client/common/milvus_sys.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/python_client/common/milvus_sys.py b/tests/python_client/common/milvus_sys.py index 38560453b6..50b21cad7a 100644 --- a/tests/python_client/common/milvus_sys.py +++ b/tests/python_client/common/milvus_sys.py @@ -74,6 +74,7 @@ class MilvusSys: return json.loads(self.sys_info.response).get('nodes_info') def get_nodes_by_type(self, node_type=None): + """get milvus nodes by node type""" target_nodes = [] if node_type is not None: for node in self.nodes: