You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 theshutdown_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
The text was updated successfully, but these errors were encountered: