mirror of https://github.com/milvus-io/milvus.git
Fix incorrect e2e test (#19786)
Signed-off-by: yah01 <yang.cen@zilliz.com> Signed-off-by: yah01 <yang.cen@zilliz.com>pull/19670/head
parent
3a5aaeb7ad
commit
5f542b96ba
|
@ -1666,7 +1666,7 @@ class TestUtilityAdvanced(TestcaseBase):
|
|||
# load balance
|
||||
self.utility_wrap.load_balance(collection_w.name, src_node_id, dst_node_ids, sealed_segment_ids,
|
||||
check_task=CheckTasks.err_res,
|
||||
check_items={ct.err_code: 1, ct.err_msg: "is not exist"})
|
||||
check_items={ct.err_code: 1, ct.err_msg: "not found in source node"})
|
||||
|
||||
@pytest.mark.tags(CaseLabel.L2)
|
||||
def test_load_balance_in_one_group(self):
|
||||
|
|
Loading…
Reference in New Issue