mirror of https://github.com/milvus-io/milvus.git
[skip ci]Update comments in test collection (#12838)
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>pull/12875/head
parent
86d3784277
commit
622163f2a3
|
@ -1477,7 +1477,7 @@ class TestCollectionCountBinary:
|
||||||
"""
|
"""
|
||||||
target: test count_entities, after index have been created
|
target: test count_entities, after index have been created
|
||||||
method: add vectors in db, and create index, then calling count_entities with correct params
|
method: add vectors in db, and create index, then calling count_entities with correct params
|
||||||
expected: count_entities raise exception
|
expected: count_entities equals entities count just inserted
|
||||||
"""
|
"""
|
||||||
raw_vectors, entities = gen_binary_entities(insert_count)
|
raw_vectors, entities = gen_binary_entities(insert_count)
|
||||||
connect.insert(binary_collection, entities)
|
connect.insert(binary_collection, entities)
|
||||||
|
|
Loading…
Reference in New Issue