[issue10183] test_concurrent_futures failure on Windows

Antoine Pitrou report at bugs.python.org
Sat Oct 23 20:54:11 CEST 2010


New submission from Antoine Pitrou <pitrou at free.fr>:

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]
+ []

----------
assignee: bquinlan
components: Library (Lib)
messages: 119466
nosy: bquinlan, pitrou
priority: normal
severity: normal
status: open
title: test_concurrent_futures failure on Windows
type: behavior
versions: Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10183>
_______________________________________


More information about the Python-bugs-list mailing list