Skip to content

Commit

Permalink
Update distributed/tests/test_steal.py
Browse files Browse the repository at this point in the history
  • Loading branch information
crusaderky authored and fjetter committed Oct 13, 2021
1 parent ab5c90c commit ac2b153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distributed/tests/test_steal.py
Original file line number Diff line number Diff line change
Expand Up @@ -1010,7 +1010,7 @@ async def test_reschedule_concurrent_requests_deadlock(c, s, *workers):
steal.move_task_request(victim_ts, wsB, wsC)
await c.gather(futs1)

# If this turns out to be overly flaky, the following may be relaxed ore
# If this turns out to be overly flaky, the following may be relaxed or
# removed. The point of this test is to not deadlock but verifying expected
# state is still a nice thing

Expand Down

0 comments on commit ac2b153

Please sign in to comment.