New submission from R. David Murray <rdmur...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue6382> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com