dask / distributed

A distributed task scheduler for Dask
https://distributed.dask.org
BSD 3-Clause "New" or "Revised" License
1.58k stars 718 forks source link

Adjust timeouts in jupyter cli test #8925

Closed fjetter closed 2 weeks ago

fjetter commented 2 weeks ago

This test is failing pretty constantly. https://github.com/dask/distributed/pull/8848 made things worse so I suggest increasing the timeout for this. I also put in the default ports fixture since the test requires the port 8787

If that doesn't work I'll likely skip the test since the signal it adds is only marginal and it is failing all over CI (but running locally)

github-actions[bot] commented 2 weeks ago

Unit Test Results

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

    25 files  ±    0      25 suites  ±0   10h 14m 14s ⏱️ + 46m 35s  4 128 tests  -     2   4 015 ✅ +    4    110 💤  -  2  3 ❌  - 4  47 668 runs  +1 408  45 551 ✅ +1 370  2 114 💤 +44  3 ❌  - 6 

For more details on these failures, see this check.

Results for commit 0b584511. ± Comparison against base commit 7d43e2f1.

This pull request removes 2 tests. ``` distributed.cli.tests.test_dask_worker.test_listen_address_ipv6[tcp:..[ ‑ 1]:---nanny] distributed.cli.tests.test_dask_worker.test_listen_address_ipv6[tcp:..[ ‑ 1]:---no-nanny] ```
fjetter commented 2 weeks ago

Well, far from conclusive but this CI job is not having a test failure for this jupyter CLI test. Merging