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.

classification
Title: www.pythontest.net is down
Type: Stage: resolved
Components: Tests Versions: Python 3.8, Python 3.7, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: vstinner
Priority: normal Keywords:

Created on 2019-03-25 14:52 by vstinner, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (2)
msg338801 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2019-03-25 14:52
https://buildbot.python.org/all/#/builders/96/builds/361

Re-running failed tests in verbose mode
Re-running test 'test_urllib2net' in verbose mode
ERROR: test_fileno (test.test_urllib2net.OtherNetworkTests)
ERROR: test_close (test.test_urllib2net.CloseSocketTest)
ERROR: test_ftp_default_timeout (test.test_urllib2net.TimeoutTest)
ERROR: test_ftp_no_timeout (test.test_urllib2net.TimeoutTest)
ERROR: test_ftp_timeout (test.test_urllib2net.TimeoutTest)

--

$ ping www.pythontest.net -c 1
PING www.pythontest.net (159.89.235.38) 56(84) bytes of data.
^C
--- www.pythontest.net ping statistics ---
1 packets transmitted, 0 received, 100% packet loss, time 0ms
msg338802 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2019-03-25 15:00
The server is back. No idea what happened...
History
Date User Action Args
2022-04-11 14:59:13adminsetgithub: 80604
2019-03-25 15:00:04vstinnersetstatus: open -> closed
resolution: fixed
messages: + msg338802

stage: resolved
2019-03-25 14:52:56vstinnercreate