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 Greg Price
Recipients Greg Price, benjamin.peterson, pablogsal, vstinner, xtreak
Date 2019-08-21.03:37:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1566358677.16.0.932238066365.issue35518@roundup.psfhosted.org>
In-reply-to
Content
I ran across this test when looking at especially slow files in the test suite: it turns out that not only is this service currently down, but the snakebite.net domain still exists, and as a result the test can end up waiting 20-30s before learning that the hosts can't be found and the test gets skipped.

I agree with Benjamin's and Victor's comments -- the best solution would be to recreate the test, ideally as something that anyone (anyone with Docker installed, perhaps?) can just run locally.

For now I've just sent GH-15349 as a one-line fix to skip the test, with a remark pointing at this issue. It's already getting skipped 100% of the time thanks to the handy `support.transient_internet` mechanism -- this just makes the skip (a) explicit in the source code, and (b) a lot faster. :-)
History
Date User Action Args
2019-08-21 03:37:57Greg Pricesetrecipients: + Greg Price, vstinner, benjamin.peterson, pablogsal, xtreak
2019-08-21 03:37:57Greg Pricesetmessageid: <1566358677.16.0.932238066365.issue35518@roundup.psfhosted.org>
2019-08-21 03:37:57Greg Pricelinkissue35518 messages
2019-08-21 03:37:56Greg Pricecreate