[New-bugs-announce] [issue10028] test_concurrent_futures fails on Windows Server 2003

Brian Curtin report at bugs.python.org
Tue Oct 5 20:25:39 CEST 2010


New submission from Brian Curtin <curtin at acm.org>:

I haven't seen this on any of my machines except for Windows Server 2003 x64. For whatever reason, SetEvent is failing.


======================================================================
FAIL: test_zero_timeout (test.test_concurrent_futures.ProcessPoolAsCompletedTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\python-dev\py3k\lib\test\test_concurrent_futures.py", line 515, in test_zero_timeout
    call1.close()
  File "C:\python-dev\py3k\lib\test\test_concurrent_futures.py", line 109, in close
    self.set_can()
  File "C:\python-dev\py3k\lib\test\test_concurrent_futures.py", line 100, in set_can
    self._signal_event(self._can_finish)
  File "C:\python-dev\py3k\lib\test\test_concurrent_futures.py", line 83, in _signal_event
    assert r != 0
AssertionError

======================================================================
FAIL: test_zero_timeout (test.test_concurrent_futures.ThreadPoolAsCompletedTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\python-dev\py3k\lib\test\test_concurrent_futures.py", line 515, in test_zero_timeout
    call1.close()
  File "C:\python-dev\py3k\lib\test\test_concurrent_futures.py", line 109, in close
    self.set_can()
  File "C:\python-dev\py3k\lib\test\test_concurrent_futures.py", line 100, in set_can
    self._signal_event(self._can_finish)
  File "C:\python-dev\py3k\lib\test\test_concurrent_futures.py", line 83, in _signal_event
    assert r != 0
AssertionError

----------
components: Library (Lib), Tests, Windows
messages: 118024
nosy: bquinlan, brian.curtin
priority: normal
severity: normal
stage: needs patch
status: open
title: test_concurrent_futures fails on Windows Server 2003
type: behavior
versions: Python 3.2

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


More information about the New-bugs-announce mailing list