mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-01 11:29:48 +08:00
[skip ci] Add test comments (#10014)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
This commit is contained in:
parent
b8d37034e7
commit
76b9fe9dc3
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user