Skip to content

Commit

Permalink
Rerun CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vcfgv committed Sep 13, 2022
1 parent 2695e12 commit 03128cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mars/deploy/oscar/tests/test_ray.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}
}
],
Expand Down
4 changes: 2 additions & 2 deletions mars/deploy/oscar/tests/test_ray_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 03128cf

Please sign in to comment.