mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip e2e] Shorten long sentences (#13908)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user