Message89897
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' |
|
Date |
User |
Action |
Args |
2009-06-30 01:58:44 | r.david.murray | set | recipients:
+ r.david.murray |
2009-06-30 01:58:44 | r.david.murray | set | messageid: <1246327124.37.0.772968679477.issue6382@psf.upfronthosting.co.za> |
2009-06-30 01:58:43 | r.david.murray | link | issue6382 messages |
2009-06-30 01:58:42 | r.david.murray | create | |
|