From ba360d72e3ef4bc40a8147eb43d867d32c4fb81b Mon Sep 17 00:00:00 2001 From: yanliang567 <82361606+yanliang567@users.noreply.github.com> Date: Tue, 12 Oct 2021 19:03:17 +0800 Subject: [PATCH] [skip ci]Update test comments in query (#9705) Signed-off-by: yanliang567 --- tests/python_client/testcases/test_query.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tests/python_client/testcases/test_query.py b/tests/python_client/testcases/test_query.py index 31468e078d..eba1d19207 100644 --- a/tests/python_client/testcases/test_query.py +++ b/tests/python_client/testcases/test_query.py @@ -903,7 +903,9 @@ class TestQueryOperation(TestcaseBase): def test_query_after_index(self): """ target: test query after creating index - method: query after index + method: 1. indexing + 2. load + 3. query expected: query result is correct """ collection_w, vectors, binary_raw_vectors = self.init_collection_general(prefix, insert_data=True)[0:3] @@ -922,7 +924,8 @@ class TestQueryOperation(TestcaseBase): def test_query_after_search(self): """ target: test query after search - method: query after search + method: 1. search + 2. query without load again expected: query result is correct """