-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
Sporadic failure in test_httpservers #55826
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
test test_httpservers failed -- Traceback (most recent call last):
File "/export/home/buildbot/32bits/3.2.cea-indiana-x86/build/Lib/test/test_httpservers.py", line 136, in test_version_digits
res = self.con.getresponse()
File "/export/home/buildbot/32bits/3.2.cea-indiana-x86/build/Lib/http/client.py", line 1046, in getresponse
response.begin()
File "/export/home/buildbot/32bits/3.2.cea-indiana-x86/build/Lib/http/client.py", line 346, in begin
version, status, reason = self._read_status()
File "/export/home/buildbot/32bits/3.2.cea-indiana-x86/build/Lib/http/client.py", line 328, in _read_status
raise BadStatusLine(line)
http.client.BadStatusLine: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
Another example on x86 OpenIndiana 3.2: test test_httpservers failed -- Traceback (most recent call last):
File "/export/home/buildbot/32bits/3.2.cea-indiana-x86/build/Lib/test/test_httpservers.py", line 210, in test_latin1_header
self.assertEqual(res.getheader('X-Special'), 'D\xe4ngerous Mind')
AssertionError: None != 'D\xe4ngerous Mind' |
New changeset fa20590d4694 by Antoine Pitrou in branch '3.2': New changeset 34db881edb4d by Antoine Pitrou in branch 'default': |
The issue looks to be fixed. Reopen if there are new failures. |
Hum, it seems like this bug still exists in Python 2.7. Error from Fedora CI: test_head_via_send_error (test.test_httpservers.BaseHTTPServerTestCase) ... ERROR Traceback (most recent call last):
File "/builddir/build/BUILD/Python-2.7.15/Lib/test/test_httpservers.py", line 303, in test_head_via_send_error
res = self.con.getresponse()
File "/builddir/build/BUILD/Python-2.7.15/Lib/httplib.py", line 1121, in getresponse
response.begin()
File "/builddir/build/BUILD/Python-2.7.15/Lib/httplib.py", line 438, in begin
version, status, reason = self._read_status()
File "/builddir/build/BUILD/Python-2.7.15/Lib/httplib.py", line 402, in _read_status
raise BadStatusLine(line)
BadStatusLine: '' |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: