mirror of https://github.com/milvus-io/milvus.git
[skip ci] Improve long code sentence (#10096)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>pull/10051/head
parent
5854dc9aab
commit
2fc8085e95
|
@ -200,7 +200,8 @@ class TestInsertBase:
|
||||||
def test_insert_ids(self, connect, id_collection, insert_count):
|
def test_insert_ids(self, connect, id_collection, insert_count):
|
||||||
"""
|
"""
|
||||||
target: test insert entities in collection, use customize ids
|
target: test insert entities in collection, use customize ids
|
||||||
method: create collection and insert entities in it, check the ids returned and the collection length after entities inserted
|
method: create collection and insert entities in it, check the ids returned and
|
||||||
|
the collection length after entities inserted
|
||||||
expected: the length of ids and the collection row count
|
expected: the length of ids and the collection row count
|
||||||
"""
|
"""
|
||||||
nb = insert_count
|
nb = insert_count
|
||||||
|
@ -219,7 +220,8 @@ class TestInsertBase:
|
||||||
def test_insert_the_same_ids(self, connect, id_collection, insert_count):
|
def test_insert_the_same_ids(self, connect, id_collection, insert_count):
|
||||||
"""
|
"""
|
||||||
target: test insert vectors in collection, use customize the same ids
|
target: test insert vectors in collection, use customize the same ids
|
||||||
method: create collection and insert vectors in it, check the ids returned and the collection length after vectors inserted
|
method: create collection and insert vectors in it, check the ids returned and
|
||||||
|
the collection length after vectors inserted
|
||||||
expected: the length of ids and the collection row count
|
expected: the length of ids and the collection row count
|
||||||
"""
|
"""
|
||||||
nb = insert_count
|
nb = insert_count
|
||||||
|
|
Loading…
Reference in New Issue