[issue18969] test suite: enable faulthandler timeout in assert_python

STINNER Victor report at bugs.python.org
Tue Jan 7 07:27:20 EST 2020


STINNER Victor <vstinner at python.org> added the comment:

I modified regrtest to use process groups in bpo-38502. It doesn't solve exactly this issue, but it does fix the overall problem of leaking running processes when a test fails for various reasons. For example, when using regrtest in multiprocessing (-jN) mode), if a test times out, child processes of this test will now be killed.

----------
resolution:  -> fixed
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue18969>
_______________________________________


More information about the Python-bugs-list mailing list