Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI failing due to bytes as keys #9016

Closed
jacobtomlinson opened this issue Feb 24, 2025 · 0 comments · Fixed by #9017
Closed

CI failing due to bytes as keys #9016

jacobtomlinson opened this issue Feb 24, 2025 · 0 comments · Fixed by #9017

Comments

@jacobtomlinson
Copy link
Member

jacobtomlinson commented Feb 24, 2025

Looks like the changes in dask/dask#11757 are causing all of CI here to fail (e.g #9015).

FAILED distributed/http/scheduler/tests/test_scheduler_http.py::test_task_page[123] - TypeError: Unexpected key type <class 'bytes'> (key=b'123')
FAILED distributed/http/scheduler/tests/test_scheduler_http.py::test_task_page[key14] - TypeError: Composite key contains unexpected key type at index=0 (key=(b'123', 1))
FAILED distributed/http/scheduler/tests/test_scheduler_http.py::test_call_stack_page[123] - TypeError: Unexpected key type <class 'bytes'> (key=b'123')
FAILED distributed/http/scheduler/tests/test_scheduler_http.py::test_call_stack_page[key14] - TypeError: Composite key contains unexpected key type at index=0 (key=(b'123', 1))
FAILED distributed/tests/test_client.py::test_bytes_keys - TypeError: Unexpected key type <class 'bytes'> (key=b'inc-123')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant