[Zope-Coders] Linux Test Results - Zope HEAD - Not OK :-(

zope-tests@squishdot.org zope-tests@squishdot.org
Fri, 01 Nov 2002 03:05:19 +0000


==============================================================================
==============================================================================
Python Version:2.2.1 (#1, Aug  7 2002, 09:54:14) 
[GCC 2.95.2 20000220 (Debian GNU/Linux)]

Modules included:
Zope (HEAD)

Exception in thread T1:
Traceback (most recent call last):
  File "/usr/local/lib/python2.2/threading.py", line 408, in __bootstrap
    self.run()
  File "/stuff/chrisw/ZopeTests/sandbox/Zope/lib/python/ZEO/tests/ConnectionTests.py", line 604, in run
    s = c.tpc_vote(t)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope/lib/python/ZEO/ClientStorage.py", line 561, in tpc_vote
    self._server.vote(self._serial)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope/lib/python/ZEO/ServerStub.py", line 82, in vote
    return self.rpc.call('vote', trans_id)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope/lib/python/ZEO/zrpc/connection.py", line 317, in call
    r_flags, r_args = self.wait(msgid)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope/lib/python/ZEO/zrpc/connection.py", line 367, in wait
    raise DisconnectedError()
DisconnectedError

Exception in thread T0:
Traceback (most recent call last):
  File "/usr/local/lib/python2.2/threading.py", line 408, in __bootstrap
    self.run()
  File "/stuff/chrisw/ZopeTests/sandbox/Zope/lib/python/ZEO/tests/ConnectionTests.py", line 610, in run
    c.tpc_finish(t)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope/lib/python/ZEO/ClientStorage.py", line 632, in tpc_finish
    self._server.tpc_finish(self._serial)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope/lib/python/ZEO/ServerStub.py", line 85, in tpc_finish
    return self.rpc.call('tpc_finish', id)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope/lib/python/ZEO/zrpc/connection.py", line 322, in call
    raise inst # error raised by server
AttributeError: ZEOStorage instance has no attribute '_conn'

----------------------------------------------------------------------
Ran 1799 tests in 447.699s

OK