New submission from Brian Curtin <cur...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue10028>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to