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 pitrou
Recipients bquinlan, pitrou
Date 2010-10-23.18:54:09
SpamBayes Score 3.7234608e-05
Marked as misclassified No
Message-id <1287860051.06.0.49357269827.issue10183@psf.upfronthosting.co.za>
In-reply-to
Content
I get this failure quite reliably on a Windows 7 VM, in both 32-bit and 64-bit builds:

======================================================================
FAIL: test_map_timeout (test.test_concurrent_futures.ProcessPoolExecutorTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "Y:\py3k\__svn__\lib\test\test_concurrent_futures.py", line 572, in test_map_timeout
    self.assertEquals([42, 42], results)
AssertionError: Lists differ: [42, 42] != []

First list contains 2 additional elements.
First extra element 0:
42

- [42, 42]
+ []
History
Date User Action Args
2010-10-23 18:54:11pitrousetrecipients: + pitrou, bquinlan
2010-10-23 18:54:11pitrousetmessageid: <1287860051.06.0.49357269827.issue10183@psf.upfronthosting.co.za>
2010-10-23 18:54:09pitroulinkissue10183 messages
2010-10-23 18:54:09pitroucreate