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 serhiy.storchaka
Recipients serhiy.storchaka, trent
Date 2017-09-23.17:46:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506188809.66.0.0162069541224.issue31562@psf.upfronthosting.co.za>
In-reply-to
Content
The testConnectTimeout in test_timeout is skipped since network resources it uses are not available.

$ ./python -m test -vuall test_timeout
...
testConnectTimeout (test.test_timeout.TCPTimeoutTestCase) ... skipped "Resource 'blackhole.snakebite.net' is not available"

$ host blackhole.snakebite.net
;; connection timed out; no servers could be reached
$ host whitehole.snakebite.net
;; connection timed out; no servers could be reached
$ host snakebite.net
;; connection timed out; no servers could be reached

Is it temporary or permanent issue?
History
Date User Action Args
2017-09-23 17:46:49serhiy.storchakasetrecipients: + serhiy.storchaka, trent
2017-09-23 17:46:49serhiy.storchakasetmessageid: <1506188809.66.0.0162069541224.issue31562@psf.upfronthosting.co.za>
2017-09-23 17:46:49serhiy.storchakalinkissue31562 messages
2017-09-23 17:46:49serhiy.storchakacreate