[skip e2e] Shorten long sentences (#13908)

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
pull/13923/head
binbin 2021-12-21 21:17:44 +08:00 committed by GitHub
parent 72863622d1
commit e45e368219
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

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