I intermittently see tests erroring out with reason "fail_reason": "Test reported status but did not finish"
Unfortunately I don't have a reliable reproduction case, but was wondering if it was a known issue? I didn't deep dive in the code but looking at avocado/core/runner.py's run_test method, could it be that the queue ends up empty before the process is actually deemed gone? wait.wait_for(lambda: not queue.empty() or not proc.is_alive(), cycle_timeout, first, step) Any thoughts? Thanks Vincent
