We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cade74 commit eab0e53Copy full SHA for eab0e53
services/director-v2/tests/unit/with_dbs/comp_scheduler/test_scheduler_dask.py
@@ -2294,7 +2294,7 @@ async def test_getting_task_result_raises_exception(
2294
):
2295
# this tests the behavior of the scheduling when the dask client cannot retrieve
2296
# the result of a task because of some communication error. In this case the task
2297
- # it should be retrieved again in the next iteration and not marked as failed
+ # should be retrieved again in the next iteration and not marked as failed
2298
# immediately.
2299
async def mocked_get_tasks_status(job_ids: list[str]) -> list[RunningState]:
2300
return [RunningState.SUCCESS for j in job_ids]
0 commit comments