Flaky test_upload_directory
: assert self._state.pid is not None, "can only join a started process"
#6973
Labels
flaky test
Intermittent failures on CI.
Very related to #6972 (though that won't fix it).
In this test,
upload_directory
tries to restart the worker. The restart fails for some reason, which then leads to another failure inWorkerProcess.kill
. Somehow theAsyncProcess
instance gets swapped out with a fresh one that has no PID?The text was updated successfully, but these errors were encountered: