This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: test_socket PORT conflict with boa-constructor
Type: Stage:
Components: Library (Lib) Versions: Python 2.4
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: draghuram, sdahlbac
Priority: normal Keywords:

Created on 2004-10-19 07:57 by sdahlbac, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg60588 - (view) Author: Simon Dahlbacka (sdahlbac) Date: 2004-10-19 07:57
trying to run the test_socket.py either through
regrtest.py or directly when boa-constructor is running
(v. 0.3.1)
makes boa constructor complain about file "Michael
Gilfix was here\n" not found, and the test hangs
indefinitely.

When boa is not running the test works fine.

msg61959 - (view) Author: Raghuram Devarakonda (draghuram) (Python triager) Date: 2008-02-01 15:17
test_socket.py now seems to use dynamically computed port number so
there should not be any port number conflicts.
History
Date User Action Args
2022-04-11 14:56:07adminsetgithub: 41047
2008-02-01 15:17:39draghuramsetstatus: open -> closed
resolution: out of date
messages: + msg61959
nosy: + draghuram
2004-10-19 07:57:49sdahlbaccreate