[issue6382] test_socketserver fails on trunk in test_ForkingTCPServer

R. David Murray report at bugs.python.org
Tue Jun 30 03:58:44 CEST 2009


New submission from R. David Murray <rdmurray at bitdance.com>:

Gentoo linux, trunk r73699.  test_socketserver fails with the following
tracebacks:

======================================================================
FAIL: test_ForkingTCPServer (test.test_socketserver.SocketServerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/rdmurray/python/trunk/Lib/test/test_socketserver.py", line
189, in test_ForkingTCPServer
    self.stream_examine)
  File "/home/rdmurray/python/trunk/Lib/test/test_socketserver.py", line
147, in run_server
    testfunc(svrcls.address_family, addr)
  File "/home/rdmurray/python/trunk/Lib/test/test_socketserver.py", line
161, in stream_examine
    self.assertEquals(buf, TEST_STR)
AssertionError: '' != 'hello world\n'

======================================================================
FAIL: test_ForkingUnixStreamServer (test.test_socketserver.SocketServerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/rdmurray/python/trunk/Lib/test/test_socketserver.py", line
207, in test_ForkingUnixStreamServer
    self.stream_examine)
  File "/home/rdmurray/python/trunk/Lib/test/test_socketserver.py", line
147, in run_server
    testfunc(svrcls.address_family, addr)
  File "/home/rdmurray/python/trunk/Lib/test/test_socketserver.py", line
161, in stream_examine
    self.assertEquals(buf, TEST_STR)
AssertionError: '' != 'hello world\n'

----------
components: Library (Lib)
messages: 89897
nosy: r.david.murray
priority: normal
severity: normal
stage: needs patch
status: open
title: test_socketserver fails on trunk in test_ForkingTCPServer
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6382>
_______________________________________


More information about the Python-bugs-list mailing list