mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 17:48:29 +08:00
[skip e2e] Format test code (#13910)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
This commit is contained in:
parent
dc984691f2
commit
ecffb91f46
@ -1088,7 +1088,7 @@ class TestCollectionOperation(TestcaseBase):
|
|||||||
collection_w.load()
|
collection_w.load()
|
||||||
error = {ct.err_code: 1, ct.err_msg: f'load the partition after load collection is not supported'}
|
error = {ct.err_code: 1, ct.err_msg: f'load the partition after load collection is not supported'}
|
||||||
partition_w1.load(check_task=CheckTasks.err_res,
|
partition_w1.load(check_task=CheckTasks.err_res,
|
||||||
check_items=error)
|
check_items=error)
|
||||||
|
|
||||||
@pytest.mark.tags(CaseLabel.L2)
|
@pytest.mark.tags(CaseLabel.L2)
|
||||||
def test_load_collection_release_partition(self):
|
def test_load_collection_release_partition(self):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user