joblib / loky

Robust and reusable Executor for joblib
http://loky.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
520 stars 47 forks source link

BUG test_no_crash_max_workers_on_windows fail to shutdown on CI #397

Open tomMoral opened 1 year ago

tomMoral commented 1 year ago

The test test_no_crash_max_workers_on_windows fails to shutdown on some system (OSX in particular) because it takes more time to start all processes than the waiting time allow in the shutdown_worker method of the executor manager thread. It is unclear why the queue is full at this point and this should be investigated.

A run with a log is here