[issue3109] test_multiprocessing seems fragile

Antoine Pitrou report at bugs.python.org
Sat Jun 14 23:12:16 CEST 2008


Antoine Pitrou <pitrou at free.fr> added the comment:

Apparently the error can happen in test_pickling:

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

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


More information about the Python-bugs-list mailing list