[ZODB-Dev] ZeoTest Error

Joseph Griffin jgriffin@pclnet.net
Sun, 10 Mar 2002 14:44:22 -0600


Hi, can anyone help me interpert this Traceback? Thanks Joseph

...............................................................E
======================================================================
ERROR: Check that the client reconnects when a server restarts.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\Python21\ZEO\tests\testZEO.py", line 274, in checkReconnection
    revid1 = self._dostore(oid, data=obj)
  File "lib.win32-2.1\ZODB\tests\StorageTestBase.py", line 157, in _dostore
  File "lib.win32-2.1\ZEO\ClientStorage.py", line 426, in tpc_begin
  File "lib.win32-2.1\ZEO\zrpc.py", line 168, in __call__
AttributeError: 'int' object has no attribute 'send'
----------------------------------------------------------------------
Ran 64 tests in 260.385s

FAILED (errors=1)