[issue31562] snakebite.net is not available

2018-12-17 Thread STINNER Victor


STINNER Victor  added the comment:

Oh, I found the same bug: bpo-35518.

--
nosy: +vstinner

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31562] snakebite.net is not available

2018-02-13 Thread Benjamin Peterson

Benjamin Peterson  added the comment:

pythontest.net

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31562] snakebite.net is not available

2018-02-13 Thread R. David Murray

R. David Murray  added the comment:

There is a host dedicated to providing test infrastructure.  I forget the name. 
 Benjamin has done things with it in the past.

--
nosy: +benjamin.peterson, r.david.murray

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31562] snakebite.net is not available

2018-02-13 Thread Trent Nelson

Trent Nelson  added the comment:

Unfortunately the host backing blackhole.snakebite.net and 
whitehole.snakebite.net is no longer available.  I still think the underlying 
test is valuable, though -- are there any PSF boxes/containers that could 
fulfill this role?

(I used pf on FreeBSD to set up the two firewall rules: 
https://github.com/python/cpython/blob/master/Lib/test/test_timeout.py#L183.  
If a new box were to be sourced I presume it would be a Linux instance, so the 
rules would need to be ported to whatever the Linux firewall on the box is.)

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31562] snakebite.net is not available

2018-02-11 Thread Zachary Ware

Zachary Ware  added the comment:

Trent, any word on this?

--
nosy: +zach.ware

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31562] snakebite.net is not available

2017-09-23 Thread Trent Nelson

Trent Nelson added the comment:

H, I'll investigate when I get home tomorrow.

Sent from my iPhone

> On Sep 23, 2017, at 13:46, Serhiy Storchaka  wrote:
> 
> 
> 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 
> 
> ___

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31562] snakebite.net is not available

2017-09-23 Thread Serhiy Storchaka

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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com