Skip to content

Commit

Permalink
Revert to using CommClosedError
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Apr 14, 2022
1 parent 7f11ff9 commit 428dcb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distributed/tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -7525,7 +7525,7 @@ async def test_client_story(c, s, *workers):

class WorkerBrokenStory(Worker):
async def get_story(self, *args, **kw):
await asyncio.Future()
raise CommClosedError


@gen_cluster(client=True, Worker=WorkerBrokenStory)
Expand Down

0 comments on commit 428dcb9

Please sign in to comment.