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 ned.deily, ronaldoussoren, vstinner
Date 2017-06-19.21:17:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497907031.06.0.966188519017.issue30703@psf.upfronthosting.co.za>
In-reply-to
Content
Different issue, but same behaviour: test hangs and then killed by buildbot, whereas a single test was still running.

See also bpo-30351 which tracks similar bugs, but on Python 2.7.

I really hate such bugs :-(

http://buildbot.python.org/all/builders/AMD64%20Debian%20root%203.x/builds/928/steps/test/logs/stdio

...
0:15:10 load avg: 0.52 [404/406] test_unicodedata passed -- running: test_pydoc (401 sec)
0:15:10 load avg: 0.52 [405/406] test_exception_hierarchy passed -- running: test_pydoc (401 sec)

command timed out: 1200 seconds without output running ['make', 'buildbottest', 'TESTOPTS=-j2', 'TESTPYTHONOPTS=', 'TESTTIMEOUT=900'], attempting to kill
process killed by signal 9
program finished with exit code -1
elapsedTime=2111.415970
History
Date User Action Args
2017-06-19 21:17:11vstinnersetrecipients: + vstinner, ronaldoussoren, ned.deily
2017-06-19 21:17:11vstinnersetmessageid: <1497907031.06.0.966188519017.issue30703@psf.upfronthosting.co.za>
2017-06-19 21:17:11vstinnerlinkissue30703 messages
2017-06-19 21:17:10vstinnercreate