[New-bugs-announce] [issue3109] test_multiprocessing seems fragile

Antoine Pitrou report at bugs.python.org
Sat Jun 14 02:07:55 CEST 2008


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

I had the following intermittent failure under py3k:

[...]
test_multiprocessing
Process Process-24:
Traceback (most recent call last):
  File "/home/antoine/py3k/context/Lib/multiprocessing/process.py", line
237, in _bootstrap
    self.run()
  File "/home/antoine/py3k/context/Lib/multiprocessing/process.py", line
93, in run
    self._target(*self._args, **self._kwargs)
  File "/home/antoine/py3k/context/Lib/test/test_multiprocessing.py",
line 1390, in _remote
    client.connect(address)
socket.error: [Errno 111] Connection refused

----------
components: Library (Lib), Tests
messages: 68194
nosy: pitrou
severity: normal
status: open
title: test_multiprocessing seems fragile
versions: Python 3.0

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


More information about the New-bugs-announce mailing list