This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients vstinner
Date 2017-07-09.21:11:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499634680.38.0.350592946082.issue30884@psf.upfronthosting.co.za>
In-reply-to
Content
"regrtest -jN --timeout=TIMEOUT" should kill a child process if it runs longer than TIMEOUT seconds. Maybe not exactly TIMEOUT, but TIMEOUT x 1.2?

Example:

http://buildbot.python.org/all/builders/AMD64%20Windows8.1%20Refleaks%203.x/builds/44/steps/test/logs/stdio

running: test_mmap (3165 sec), test_subprocess (8003 sec)
3:03:20 [405/406/1] test_mmap passed (3186 sec) -- running: test_subprocess (8026 sec)
beginning 6 repetitions
123456
......
running: test_subprocess (8056 sec)
running: test_subprocess (8086 sec)
running: test_subprocess (8116 sec)
running: test_subprocess (8146 sec)
running: test_subprocess (8176 sec)
...
running: test_subprocess (307672 sec)
running: test_subprocess (307702 sec)
running: test_subprocess (307732 sec)
running: test_subprocess (307762 sec)
...
History
Date User Action Args
2017-07-09 21:11:20vstinnersetrecipients: + vstinner
2017-07-09 21:11:20vstinnersetmessageid: <1499634680.38.0.350592946082.issue30884@psf.upfronthosting.co.za>
2017-07-09 21:11:20vstinnerlinkissue30884 messages
2017-07-09 21:11:19vstinnercreate