mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Shorten long sentences (#13908)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>pull/13923/head
parent
72863622d1
commit
e45e368219
|
@ -768,8 +768,10 @@ class TestIndexBase:
|
|||
@pytest.mark.timeout(BUILD_TIMEOUT)
|
||||
def test_create_index_no_vectors_insert_ip(self, connect, collection):
|
||||
"""
|
||||
target: test create index interface when there is no vectors in collection, and does not affect the subsequent process
|
||||
method: create collection and add no vectors in it, and then create index, add entities in it
|
||||
target: test create index interface when there is no vectors in collection,
|
||||
and does not affect the subsequent process
|
||||
method: create collection and add no vectors in it, and then create index,
|
||||
add entities in it
|
||||
expected: return code equals to 0
|
||||
"""
|
||||
default_index["metric_type"] = "IP"
|
||||
|
|
Loading…
Reference in New Issue