From 03128cf3708762f6bbe6bb0e6bddc95bd263937c Mon Sep 17 00:00:00 2001 From: Felix Vh <24791380+vcfgv@users.noreply.github.com> Date: Tue, 13 Sep 2022 15:40:17 +0800 Subject: [PATCH] Rerun CI --- mars/deploy/oscar/tests/test_ray.py | 2 +- mars/deploy/oscar/tests/test_ray_dag.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mars/deploy/oscar/tests/test_ray.py b/mars/deploy/oscar/tests/test_ray.py index 4bfe8526b4..7b1f746ed7 100644 --- a/mars/deploy/oscar/tests/test_ray.py +++ b/mars/deploy/oscar/tests/test_ray.py @@ -142,7 +142,7 @@ async def test_execute_apply_closure(ray_start_regular_shared, create_cluster): { "config": { "task.task_preprocessor_cls": "mars.deploy.oscar.tests.test_clean_up_and_restore_func.RayBackendFuncTaskPreprocessor", - "subtask.subtask_processor_cls": "mars.deploy.oscar.tests.test_clean_up_and_restore_func.RayBackendFuncSubtaskProcessor" + "subtask.subtask_processor_cls": "mars.deploy.oscar.tests.test_clean_up_and_restore_func.RayBackendFuncSubtaskProcessor", } } ], diff --git a/mars/deploy/oscar/tests/test_ray_dag.py b/mars/deploy/oscar/tests/test_ray_dag.py index d4de5ddc20..57ea73c7b9 100644 --- a/mars/deploy/oscar/tests/test_ray_dag.py +++ b/mars/deploy/oscar/tests/test_ray_dag.py @@ -205,11 +205,11 @@ async def test_execute_apply_closure(ray_start_regular_shared2, create_cluster): { "config": { "task.task_preprocessor_cls": "mars.deploy.oscar.tests.test_clean_up_and_restore_func.RayBackendFuncTaskPreprocessor", - "subtask.subtask_processor_cls": "mars.deploy.oscar.tests.test_clean_up_and_restore_func.RayBackendFuncSubtaskProcessor" + "subtask.subtask_processor_cls": "mars.deploy.oscar.tests.test_clean_up_and_restore_func.RayBackendFuncSubtaskProcessor", } } ], - indirect=True + indirect=True, ) @pytest.mark.asyncio async def test_ray_dag_clean_up_and_restore_func(