[Zope3-dev] test failures

Tim Peters tim@zope.com
Thu, 13 Jun 2002 09:55:51 -0400


[Tim]
> I see exactly the same two failures Jeremy sees.

Which are fixed now.

> In addition, on Win2K there's a single failure in HTTPServer, and on
> Win98SE there are several failures in HTTPServer.  I'd bother to dig up
> details if I thought anyone cared at this point <wink>.

[Stephan Richter]
> could you send the error report to the list?

Sure!  Here's on Win2K (Zope3, current CVS Python):

======================================================================
ERROR: testPipelining (Zope.Server.HTTP.tests.testHTTPServer.Tests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\Code\Zope3\lib\python\Zope\Server\HTTP\tests\testHTTPServer.py",
  line 171, in testPipelining
    response.begin()
  File "C:\Code\python\lib\httplib.py", line 134, in begin
    raise BadStatusLine(line)
BadStatusLine: <unprintable instance object>

----------------------------------------------------------------------
Ran 1654 tests in 81.657s

FAILED (errors=1)


I can't get at Win98SE now.  It has this failure, plus an "out of buffer
space" WinSock error, and then some (I expect) consequentional "Leaked a
socket" complaints from tearDown().

I havenn't dug into any of these, and can't make time for that now.