Skip to content

Commit bc2ce9b

Browse files
sandereggCopilot
andcommitted
Update services/director-v2/tests/unit/with_dbs/comp_scheduler/test_scheduler_dask.py
Co-authored-by: Copilot <[email protected]>
1 parent fa3ce84 commit bc2ce9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/director-v2/tests/unit/with_dbs/comp_scheduler/test_scheduler_dask.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2301,7 +2301,7 @@ async def test_getting_task_result_raises_exception_does_not_fail_task_and_retri
23012301
):
23022302
# this tests the behavior of the scheduling when the dask client cannot retrieve
23032303
# the result of a task because of some communication error. In this case the task
2304-
# should be retrieved again in the next iteration and not marked as failed
2304+
# should be processed again in the next iteration and not marked as failed
23052305
# immediately.
23062306
async def mocked_get_tasks_status(job_ids: list[str]) -> list[RunningState]:
23072307
return [RunningState.SUCCESS for j in job_ids]

0 commit comments

Comments
 (0)