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: urllib-related buildbot failures
Type: behavior Stage: resolved
Components: Library (Lib), Tests Versions: Python 3.2, Python 3.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: orsenthil Nosy List: georg.brandl, orsenthil, pitrou, python-dev
Priority: Keywords: buildbot

Created on 2011-03-19 17:52 by pitrou, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (4)
msg131430 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2011-03-19 17:52
Many urllib-related buildbot failures recently, this seems to be cause by one of the recent urllib commits. 3.2 and 3.3 are affected.


http://www.python.org/dev/buildbot/all/builders/AMD64%20Gentoo%20Wide%203.x/builds/1255
msg131444 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-03-19 21:34
New changeset 5c83a375a23e by Senthil Kumaran in branch '3.2':
Call unfakehttp in order to close connection while opening the connection through a fakehttp object.
http://hg.python.org/cpython/rev/5c83a375a23e
msg131449 - (view) Author: Senthil Kumaran (orsenthil) * (Python committer) Date: 2011-03-19 22:00
Buildbots pass the tests again.
msg131450 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-03-19 22:14
New changeset 00459310b136 by Senthil Kumaran in branch 'default':
closes issue11609. buildbot related failures in the test_urllibnet.
http://hg.python.org/cpython/rev/00459310b136
History
Date User Action Args
2022-04-11 14:57:15adminsetgithub: 55818
2011-03-19 22:14:35python-devsetnosy: georg.brandl, orsenthil, pitrou, python-dev
messages: + msg131450
2011-03-19 22:00:10orsenthilsetstatus: open -> closed

nosy: georg.brandl, orsenthil, pitrou, python-dev
messages: + msg131449
priority: release blocker ->
resolution: fixed
stage: needs patch -> resolved
2011-03-19 21:34:31python-devsetnosy: + python-dev
messages: + msg131444
2011-03-19 17:52:38pitroucreate