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

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
This commit is contained in:
binbin 2021-09-22 16:32:13 +08:00 committed by GitHub
parent 90ca13ee99
commit e4d875619b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3074,6 +3074,11 @@ class TestLoadPartition:
@pytest.mark.tags(CaseLabel.L2)
def test_load_release_after_drop(self, connect, collection):
"""
target: test load and release partition after drop
method: drop partition and then load and release it
expected: raise exception
"""
connect.create_partition(collection, default_tag)
result = connect.insert(collection, default_entities, partition_name=default_tag)
assert len(result.primary_keys) == default_nb