[issue13453] Tests and network timeouts

STINNER Victor report at bugs.python.org
Tue Nov 22 22:39:43 CET 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

http://www.python.org/dev/buildbot/all/builders/AMD64%20OpenIndiana%202.7/builds/732/steps/test/logs/stdio

test test_telnetlib failed -- Traceback (most recent call last):
  File "/export/home/buildbot/64bits/2.7.cea-indiana-amd64/build/Lib/test/test_telnetlib.py", line 230, in test_read_eager_B
    self._test_read_any_eager_B('read_eager')
  File "/export/home/buildbot/64bits/2.7.cea-indiana-amd64/build/Lib/test/test_telnetlib.py", line 215, in _test_read_any_eager_B
    telnet = telnetlib.Telnet(HOST, self.port)
  File "/export/home/buildbot/64bits/2.7.cea-indiana-amd64/build/Lib/telnetlib.py", line 209, in __init__
    self.open(host, port, timeout)
  File "/export/home/buildbot/64bits/2.7.cea-indiana-amd64/build/Lib/telnetlib.py", line 225, in open
    self.sock = socket.create_connection((host, port), timeout)
  File "/export/home/buildbot/64bits/2.7.cea-indiana-amd64/build/Lib/socket.py", line 571, in create_connection
    raise err
error: [Errno 146] Connection refused

----------

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


More information about the Python-bugs-list mailing list