[skip ci] Add test comments (#10014)

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
This commit is contained in:
binbin 2021-10-16 17:18:39 +08:00 committed by GitHub
parent b8d37034e7
commit 76b9fe9dc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)