Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/dask/distributed into depen…
Browse files Browse the repository at this point in the history
…dabot/github_actions/JamesIves/github-pages-deploy-action-4.7.3
  • Loading branch information
jacobtomlinson committed Feb 25, 2025
2 parents e5c9798 + 633a1a5 commit f5609bd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
2 changes: 0 additions & 2 deletions distributed/http/scheduler/tests/test_scheduler_http.py
Original file line number Diff line number Diff line change
Expand Up @@ -571,8 +571,6 @@ async def test_sitemap(s, a, b):
"[",
"'",
'"',
b"123",
(b"123", 1),
("[", 1),
("(", 1),
("'", 1),
Expand Down
11 changes: 0 additions & 11 deletions distributed/tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -5412,17 +5412,6 @@ def test_dynamic_workloads_sync_random(c):
assert future.result(timeout=20) == 52


@gen_cluster(client=True)
async def test_bytes_keys(c, s, a, b):
key = b"inc-123"
future = c.submit(inc, 1, key=key)
result = await future
assert type(future.key) is bytes
assert set(s.tasks) == {key}
assert key in a.data or key in b.data
assert result == 2


@gen_cluster(client=True)
async def test_unicode_ascii_keys(c, s, a, b):
uni_type = str
Expand Down

0 comments on commit f5609bd

Please # to comment.