homepage

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: test_urllib2 fails with HTTP Error 502: Bad Gateway
Type: behavior Stage: resolved
Components: Tests Versions: Python 3.4, Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: berker.peksag, demian.brecht, orsenthil, python-dev
Priority: normal Keywords: patch

Created on 2015年02月03日 11:11 by berker.peksag, last changed 2022年04月11日 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
httperror.diff berker.peksag, 2015年02月03日 11:11 review
Messages (3)
msg235336 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2015年02月03日 11:11
======================================================================
ERROR: test_issue16464 (test.test_urllib2.MiscTests)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "/ssd/buildbot/buildarea/3.x.gps-ubuntu-exynos5-armv7l/build/Lib/test/test_urllib2.py", line 1491, in test_issue16464
 opener.open(request, "1".encode("us-ascii"))
 File "/ssd/buildbot/buildarea/3.x.gps-ubuntu-exynos5-armv7l/build/Lib/urllib/request.py", line 469, in open
 response = meth(req, response)
 File "/ssd/buildbot/buildarea/3.x.gps-ubuntu-exynos5-armv7l/build/Lib/urllib/request.py", line 579, in http_response
 'http', request, response, code, msg, hdrs)
 File "/ssd/buildbot/buildarea/3.x.gps-ubuntu-exynos5-armv7l/build/Lib/urllib/request.py", line 507, in error
 return self._call_chain(*args)
 File "/ssd/buildbot/buildarea/3.x.gps-ubuntu-exynos5-armv7l/build/Lib/urllib/request.py", line 441, in _call_chain
 result = func(*args)
 File "/ssd/buildbot/buildarea/3.x.gps-ubuntu-exynos5-armv7l/build/Lib/urllib/request.py", line 587, in http_error_default
 raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 502: Bad Gateway
http://buildbot.python.org/all/builders/ARMv7%20Ubuntu%203.x/builds/2140/steps/test/logs/stdio 
msg236640 - (view) Author: Demian Brecht (demian.brecht) * (Python triager) Date: 2015年02月26日 01:33
LGTM
msg237010 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2015年03月02日 04:01
New changeset 7e783289bc12 by Berker Peksag in branch '3.4':
Issue #23387: Skip test_issue16464 if it raises an 5xx error.
https://hg.python.org/cpython/rev/7e783289bc12
New changeset 4cadc2c65609 by Berker Peksag in branch 'default':
Issue #23387: Skip test_issue16464 if it raises an 5xx error.
https://hg.python.org/cpython/rev/4cadc2c65609 
History
Date User Action Args
2022年04月11日 14:58:12adminsetgithub: 67576
2015年03月02日 04:02:38berker.peksagsetstatus: open -> closed
resolution: fixed
stage: commit review -> resolved
2015年03月02日 04:01:32python-devsetnosy: + python-dev
messages: + msg237010
2015年02月26日 01:33:52demian.brechtsetnosy: + demian.brecht

messages: + msg236640
stage: patch review -> commit review
2015年02月03日 11:11:44berker.peksagcreate

AltStyle によって変換されたページ (->オリジナル) /