dask / distributed

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

Ensure restarts for workers without nanny dont run into timeout #8851

Closed fjetter closed 2 months ago

fjetter commented 2 months ago

Was running into test runtimes. This one is written in a way that guaranteed a runtime of more than 20s. It should be easily fixed... let's see what CI says

github-actions[bot] commented 2 months 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 9m 24s :stopwatch: - 2m 22s  4 122 tests ±0   4 005 :white_check_mark:  - 2    111 :zzz: ±0   6 :x: +2  47 615 runs  ±0  45 495 :white_check_mark:  - 8  2 107 :zzz: ±0  13 :x: +8 

For more details on these failures, see this check.

Results for commit f7bae924. ± Comparison against base commit 4b65be04.

fjetter commented 2 months ago

Ok, this seems to be intentional behavior. I don't agree with this behavior but I will not touch this for now