Skip to content

uvloop tests#9278

Merged
crusaderky merged 4 commits into
dask:mainfrom
crusaderky:uvloop
May 26, 2026
Merged

uvloop tests#9278
crusaderky merged 4 commits into
dask:mainfrom
crusaderky:uvloop

Conversation

@crusaderky
Copy link
Copy Markdown
Collaborator

@crusaderky crusaderky commented May 26, 2026

The only test for uvloop is not triggered by CI, was broken, and was not covering the major use case of CLI wrappers.

Closes #9218

This PR still does not trigger the tests in CI due to uvloop not being available on Windows, which does not play well with distributed's legacy CI. #9276 starts running it.

@crusaderky crusaderky requested a review from fjetter as a code owner May 26, 2026 16:04
@github-actions
Copy link
Copy Markdown
Contributor

Unit Test Results

See test report for an extended history of previous test failures. This is useful for diagnosing flaky tests.

    31 files  ± 0      31 suites  ±0   10h 52m 6s ⏱️ + 11m 34s
 4 080 tests + 4   3 964 ✅  - 1    112 💤 + 4  4 ❌ +1 
59 218 runs  +61  56 611 ✅  - 1  2 603 💤 +61  4 ❌ +1 

For more details on these failures, see this check.

Results for commit fb50daa. ± Comparison against base commit c12638f.

This pull request removes 1 and adds 5 tests. Note that renamed tests count towards both.
distributed.tests.test_config ‑ test_uvloop_event_loop
distributed.cli.tests.test_dask_scheduler ‑ test_uvloop
distributed.cli.tests.test_dask_spec ‑ test_uvloop
distributed.cli.tests.test_dask_worker ‑ test_uvloop[--nanny]
distributed.cli.tests.test_dask_worker ‑ test_uvloop[--no-nanny]
distributed.tests.test_config ‑ test_uvloop
This pull request removes 1 skipped test and adds 5 skipped tests. Note that renamed tests count towards both.
distributed.tests.test_config ‑ test_uvloop_event_loop
distributed.cli.tests.test_dask_scheduler ‑ test_uvloop
distributed.cli.tests.test_dask_spec ‑ test_uvloop
distributed.cli.tests.test_dask_worker ‑ test_uvloop[--nanny]
distributed.cli.tests.test_dask_worker ‑ test_uvloop[--no-nanny]
distributed.tests.test_config ‑ test_uvloop

@crusaderky crusaderky merged commit d3c7b24 into dask:main May 26, 2026
32 of 37 checks passed
@crusaderky crusaderky deleted the uvloop branch May 26, 2026 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

uvloop test will break in Python 3.16

1 participant