[New-bugs-announce] [issue31562] snakebite.net is not available

Serhiy Storchaka report at bugs.python.org
Sat Sep 23 13:46:49 EDT 2017


New submission from Serhiy Storchaka:

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?

----------
components: Tests
messages: 302793
nosy: serhiy.storchaka, trent
priority: normal
severity: normal
status: open
title: snakebite.net is not available
type: behavior

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31562>
_______________________________________


More information about the New-bugs-announce mailing list