[issue37531] Fix regrtest timeout for subprocesses: regrtest -jN --timeout=SECONDS

Jeremy Kloth report at bugs.python.org
Wed Aug 21 19:22:52 EDT 2019


Jeremy Kloth <jeremy.kloth+python-tracker at gmail.com> added the comment:

I happened to catch a stuck build prior to the process being killed:

https://buildbot.python.org/all/#/builders//builds/2887

In short, the PR doesn't change the problem.  The regrtest main will wait indefinitely on the successfully killed process.

I have some ideas to try, but creating a reproducer is not exactly easy...

----------

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


More information about the Python-bugs-list mailing list