[New-bugs-announce] [issue7498] test_multiprocessing test_rapid_restart fails if port 9999 already in use

R. David Murray report at bugs.python.org
Sun Dec 13 22:22:15 CET 2009


New submission from R. David Murray <rdmurray at bitdance.com>:

test_rapid_restart has a hardcoded port.  Patch updates it to use
test_support.find_unused_port.  Discovered on a buildbot with a hung
test_multiprocessing run and confirmed to fix the subsequent failures of
other test_multiprocessing runs.

----------
components: Tests
files: test_multiprocessing_find_unused_port.patch
keywords: buildbot, patch
messages: 96358
nosy: jnoller, r.david.murray
priority: normal
severity: normal
stage: patch review
status: open
title: test_multiprocessing test_rapid_restart fails if port 9999 already in use
type: behavior
versions: Python 2.6, Python 2.7, Python 3.1, Python 3.2
Added file: http://bugs.python.org/file15545/test_multiprocessing_find_unused_port.patch

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


More information about the New-bugs-announce mailing list