[skip ci] Add comments for test case (#8569)

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
pull/8585/head
binbin 2021-09-26 13:59:58 +08:00 committed by GitHub
parent cd980dd13b
commit d2b127ff38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -2097,6 +2097,11 @@ class TestCreateCollectionInvalid(object):
# TODO: assert exception
@pytest.mark.tags(CaseLabel.L2)
def test_create_collection_limit_fields(self, connect):
"""
target: test create collection with maximum fields
method: create collection with maximum field number
expected: raise exception
"""
collection_name = gen_unique_str(uid_create)
limit_num = 64
fields = copy.deepcopy(cons.default_fields)