[issue11617] Sporadic failure in test_httpservers

2018-12-11 Thread STINNER Victor


STINNER Victor  added the comment:


New changeset d336b1c8a40d14054145393fafb54b782cc1a549 by Victor Stinner in 
branch '2.7':
bpo-11617: Try to strengthen test_httpservers (GH-11121)
https://github.com/python/cpython/commit/d336b1c8a40d14054145393fafb54b782cc1a549


--

___
Python tracker 

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



[issue11617] Sporadic failure in test_httpservers

2018-12-11 Thread STINNER Victor


Change by STINNER Victor :


--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

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



[issue11617] Sporadic failure in test_httpservers

2018-12-11 Thread STINNER Victor


Change by STINNER Victor :


--
keywords: +patch
pull_requests: +10352
stage:  -> patch review

___
Python tracker 

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



[issue11617] Sporadic failure in test_httpservers

2018-12-11 Thread STINNER Victor


STINNER Victor  added the comment:

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
(...)
ERROR: test_head_via_send_error (test.test_httpservers.BaseHTTPServerTestCase)
--
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: ''

--
resolution: fixed -> 
status: closed -> open
versions: +Python 2.7

___
Python tracker 

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



[issue11617] Sporadic failure in test_httpservers

2011-05-13 Thread STINNER Victor

STINNER Victor victor.stin...@haypocalc.com added the comment:

The issue looks to be fixed. Reopen if there are new failures.

--
resolution:  - fixed
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11617
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11617] Sporadic failure in test_httpservers

2011-03-20 Thread Antoine Pitrou

New submission from Antoine Pitrou pit...@free.fr:

http://www.python.org/dev/buildbot/all/builders/x86%20OpenIndiana%203.2/builds/101/steps/test/logs/stdio


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

--
assignee: orsenthil
components: Library (Lib), Tests
messages: 131514
nosy: orsenthil, pitrou
priority: normal
severity: normal
status: open
title: Sporadic failure in test_httpservers
type: behavior
versions: Python 3.2, Python 3.3

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11617
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11617] Sporadic failure in test_httpservers

2011-03-20 Thread STINNER Victor

STINNER Victor victor.stin...@haypocalc.com added the comment:

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'

--
nosy: +haypo

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11617
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11617] Sporadic failure in test_httpservers

2011-03-20 Thread Roundup Robot

Roundup Robot devnull@devnull added the comment:

New changeset fa20590d4694 by Antoine Pitrou in branch '3.2':
Try to strengthen test_httpservers (issue #11617)
http://hg.python.org/cpython/rev/fa20590d4694

New changeset 34db881edb4d by Antoine Pitrou in branch 'default':
Try to strengthen test_httpservers (issue #11617)
http://hg.python.org/cpython/rev/34db881edb4d

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11617
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com