[Avocado-devel] "Test reported status but did not finish",

Vincent Matossian vastinnocentaims at gmail.com
Sat Mar 25 17:38:21 UTC 2017


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/avocado-devel/attachments/20170325/ad6048dc/attachment.htm>


More information about the Avocado-devel mailing list