[issue7728] test_timeout should use "find_unused_port" helper

Florent Xicluna report at bugs.python.org
Sun Jan 17 22:27:39 CET 2010


New submission from Florent Xicluna <laxyf at yahoo.fr>:

Some buildbot failure because of hard-coded port.

test_timeout
test test_timeout failed -- Traceback (most recent call last):
  File "/home/buildbot/cpython-ucs2/trunk.pitrou-ubuntu/build/Lib/test/test_timeout.py", line 149, in testAcceptTimeout
    self.sock.bind(self.addr_local)
  File "/home/buildbot/cpython-ucs2/trunk.pitrou-ubuntu/build/Lib/socket.py", line 222, in meth
    return getattr(self._sock,name)(*args)
error: [Errno 98] Address already in use

----------
components: Tests
keywords: buildbot
messages: 97975
nosy: flox, pitrou
severity: normal
stage: needs patch
status: open
title: test_timeout should use "find_unused_port" helper
versions: Python 2.6, Python 2.7, Python 3.1, Python 3.2

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


More information about the Python-bugs-list mailing list