diff --git a/tests/python_client/testcases/test_collection.py b/tests/python_client/testcases/test_collection.py index 080944bb9f..ae3e5b079e 100644 --- a/tests/python_client/testcases/test_collection.py +++ b/tests/python_client/testcases/test_collection.py @@ -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])