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.

Author jesstess
Recipients giampaolo.rodola, jesstess, pitrou
Date 2014-04-19.05:31:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397885471.34.0.425054899614.issue11748@psf.upfronthosting.co.za>
In-reply-to
Content
Antoine, thanks for the patch, and Giampaolo, thanks for the ping.

I confirmed that http://hg.python.org/cpython/rev/8a2d848244a2 does address the issue:

Before the patch, if another process bound to the port selected for the test before the test ran, the test would error out.

After the patch, if this race happens the test is skipped instead.

Anecdotally from local tests and from looking at recent buildbot builds, the test does generally run (so we don't have a problem with it skipping all the time and the behavior not getting tested).

=> Closing as resolved.
History
Date User Action Args
2014-04-19 05:31:11jesstesssetrecipients: + jesstess, pitrou, giampaolo.rodola
2014-04-19 05:31:11jesstesssetmessageid: <1397885471.34.0.425054899614.issue11748@psf.upfronthosting.co.za>
2014-04-19 05:31:11jesstesslinkissue11748 messages
2014-04-19 05:31:10jesstesscreate