[skip ci]Update test comments (#9536)

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
pull/9583/head
yanliang567 2021-10-09 18:07:57 +08:00 committed by GitHub
parent 5a513e51b9
commit 9d2afd0c4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -140,9 +140,10 @@ class TestCreateBase:
@pytest.mark.tags(CaseLabel.L0)
def test_create_partition_insert_with_tag_not_existed(self, connect, collection):
"""
target: test create partition, and insert vectors, check status returned
method: call function: create_partition
expected: status not ok
target: try to insert data into a non existing partition
method: 1. create a partition in a collection
2. try to insert data into non existing partition
expected: raise an exception
"""
tag_new = "tag_new"
connect.create_partition(collection, default_tag)