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 paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2018-06-20.12:35:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529498112.06.0.56676864532.issue33716@psf.upfronthosting.co.za>
In-reply-to
Content
Recent failure (fail then pass):
http://buildbot.python.org/all/#/builders/58/builds/1031

======================================================================
FAIL: test_crash (test.test_concurrent_futures.ProcessPoolSpawnExecutorDeadlockTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows7\build\lib\test\test_concurrent_futures.py", line 131, in tearDown
    self.assertLess(dt, 60, "synchronization issue: test lasted too long")
AssertionError: 62.650086402893066 not less than 60 : synchronization issue: test lasted too long
History
Date User Action Args
2018-06-20 12:35:12vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, steve.dower
2018-06-20 12:35:12vstinnersetmessageid: <1529498112.06.0.56676864532.issue33716@psf.upfronthosting.co.za>
2018-06-20 12:35:12vstinnerlinkissue33716 messages
2018-06-20 12:35:11vstinnercreate