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 vstinner
Recipients orsenthil, vstinner
Date 2010-04-22.14:56:09
SpamBayes Score 0.01907251
Marked as misclassified No
Message-id <1271948172.1.0.95585075241.issue8499@psf.upfronthosting.co.za>
In-reply-to
Content
As #8460 (test_urllib2net), test_urllibnet fails if a website doesn't answer. Today, it was www.python.org during few minutes:

http://www.python.org/dev/buildbot/all/builders/amd64 gentoo 3.1/builds/482/steps/test/logs/stdio
---
test_urllibnet
test test_urllibnet failed -- multiple errors occurred; run in verbose mode for details
---
(the test was executed again, but www.python.org was back)

test_urllib should use a timeout, as done for test_urllib2: see #8460.
History
Date User Action Args
2010-04-22 14:56:12vstinnersetrecipients: + vstinner, orsenthil
2010-04-22 14:56:12vstinnersetmessageid: <1271948172.1.0.95585075241.issue8499@psf.upfronthosting.co.za>
2010-04-22 14:56:10vstinnerlinkissue8499 messages
2010-04-22 14:56:09vstinnercreate