Skip to content

Commit

Permalink
Add test for dask#7498
Browse files Browse the repository at this point in the history
  • Loading branch information
fjetter committed Aug 20, 2024
1 parent d7eed61 commit 4cfcc22
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 @@ -8441,7 +8441,7 @@ def test_release_persisted_collection_sync(c):

@pytest.mark.slow()
@pytest.mark.parametrize("do_wait", [True, False])
def test_persisted_collection_submitted(c, do_wait):
def test_worker_clients_do_not_claim_ownership_of_serialize_futures(c, do_wait):
# Note: sending collections like this should be considered an anti-pattern
# but it is possible. As long as the user ensures the futures stay alive
# this is fine but the cluster will not take over this responsibility. The
Expand Down

0 comments on commit 4cfcc22

Please sign in to comment.