mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-01 19:39:21 +08:00
[skip ci] Add comments for test case (#8287)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
This commit is contained in:
parent
90ca13ee99
commit
e4d875619b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user