From 76b9fe9dc33633de56acdca2377e89a4d7c5225b Mon Sep 17 00:00:00 2001 From: binbin <83755740+binbinlv@users.noreply.github.com> Date: Sat, 16 Oct 2021 17:18:39 +0800 Subject: [PATCH] [skip ci] Add test comments (#10014) Signed-off-by: Binbin Lv --- tests/python_client/testcases/test_search_20.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/python_client/testcases/test_search_20.py b/tests/python_client/testcases/test_search_20.py index fb548ad47f..fbc0904691 100644 --- a/tests/python_client/testcases/test_search_20.py +++ b/tests/python_client/testcases/test_search_20.py @@ -2653,6 +2653,11 @@ class TestSearchDSL(object): @pytest.mark.tags(CaseLabel.L0) def test_query_vector_only(self, connect, collection): + """ + target: test search normal scenario + method: search vector only + expected: search status ok, the length of result + """ entities, ids = init_data(connect, collection) connect.load_collection(collection) res = connect.search(collection, **default_query)