mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 17:48:29 +08:00
[skip ci] Fix spelling errors (#7786)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
This commit is contained in:
parent
e2c15d5b01
commit
f99d4f693f
@ -87,7 +87,7 @@ class TestFlushBase:
|
||||
@pytest.mark.tags(CaseLabel.L2)
|
||||
def test_add_partition_flush(self, connect, id_collection):
|
||||
'''
|
||||
method: add entities into partition in collection, flush serveral times
|
||||
method: add entities into partition in collection, flush several times
|
||||
expected: the length of ids and the collection row count
|
||||
'''
|
||||
connect.create_partition(id_collection, default_tag)
|
||||
@ -173,7 +173,7 @@ class TestFlushBase:
|
||||
@pytest.mark.tags(CaseLabel.L0)
|
||||
def test_add_flush_multiable_times(self, connect, collection):
|
||||
'''
|
||||
method: add entities, flush serveral times
|
||||
method: add entities, flush several times
|
||||
expected: no error raised
|
||||
'''
|
||||
result = connect.insert(collection, default_entities)
|
||||
@ -237,7 +237,7 @@ class TestFlushBase:
|
||||
@pytest.mark.tags(CaseLabel.L0)
|
||||
def test_delete_flush_multiable_times(self, connect, collection):
|
||||
'''
|
||||
method: delete entities, flush serveral times
|
||||
method: delete entities, flush several times
|
||||
expected: no error raised
|
||||
'''
|
||||
result = connect.insert(collection, default_entities)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user