Skip to content

Commit

Permalink
Refine case
Browse files Browse the repository at this point in the history
  • Loading branch information
wjsi committed Aug 23, 2021
1 parent ebc7033 commit 20ad748
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mars/services/task/tests/test_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,11 @@ def _get_fields(details, field, wrapper=None):
details = await task_api.get_tileable_details(task_id)
assert details[r5.key]['progress'] == details[r6.key]['progress'] == 0.25

await ref.set()
await asyncio.sleep(0.1)
await ref.set()
await task_api.wait_task(task_id)

# test raises
r7 = mr.spawn(f, kwargs={'raises': 1})

Expand Down

0 comments on commit 20ad748

Please sign in to comment.