mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 11:59:00 +08:00
[skip ci] Add comments for collection test case (#8196)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
This commit is contained in:
parent
ccb57ba4b2
commit
f075b0b88a
@ -3045,6 +3045,11 @@ class TestLoadPartition:
|
||||
|
||||
@pytest.mark.tags(CaseLabel.L0)
|
||||
def test_load_partition_not_existed(self, connect, collection):
|
||||
"""
|
||||
target: test load partition for invalid scenario
|
||||
method: load not existed partition
|
||||
expected: raise exception and report the error
|
||||
"""
|
||||
partition_name = gen_unique_str(uid_load)
|
||||
try:
|
||||
connect.load_partitions(collection, [partition_name])
|
||||
|
Loading…
Reference in New Issue
Block a user