[ZODB-Dev] [ zodb-Bugs-617824 ] test.py failure

noreply@sourceforge.net noreply@sourceforge.net
Wed, 02 Oct 2002 16:37:32 -0700


Bugs item #617824, was opened at 2002-10-02 18:37
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=115628&aid=617824&group_id=15628

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jeff Bauer (jeffbauer)
Assigned to: Nobody/Anonymous (nobody)
Summary: test.py failure

Initial Comment:
Test failed after installing ZODB3 3.1b1 on a Linux
machine with Python 2.2.1.

$ python test.py 
Exception in thread Thread-7:
Traceback (most recent call last):
  File "/usr/local/lib/python2.2/threading.py", line
408, in __bootstrap
    self.run()
  File "lib.linux-i686-2.2/ZODB/tests/MTStorage.py",
line 129, in run
    self.dostore(0)
  File "lib.linux-i686-2.2/ZODB/tests/MTStorage.py",
line 112, in dostore
    r2 = self.storage.tpc_vote(t)
  File "lib.linux-i686-2.2/ZEO/ClientStorage.py", line
340, in tpc_vote
    self._server.vote(self._serial)
  File "lib.linux-i686-2.2/ZEO/ClientStorage.py", line
68, in __getattr__
    raise ClientDisconnected()
ClientDisconnected

Exception in thread Thread-5:
Traceback (most recent call last):
  File "/usr/local/lib/python2.2/threading.py", line
408, in __bootstrap
    self.run()
  File "lib.linux-i686-2.2/ZODB/tests/MTStorage.py",
line 133, in run
    meth()
  File "lib.linux-i686-2.2/ZODB/tests/MTStorage.py",
line 146, in do_loadSerial
    self.storage.loadSerial(oid, self.oids[oid])
  File "lib.linux-i686-2.2/ZEO/ClientStorage.py", line
276, in loadSerial
    return self._server.loadSerial(oid, serial)
  File "lib.linux-i686-2.2/ZEO/ServerStub.py", line 85,
in loadSerial
    return self.rpc.call('loadSerial', oid, serial)
  File "lib.linux-i686-2.2/ZEO/zrpc/connection.py",
line 305, in call
    return self._call(method, args)
  File "lib.linux-i686-2.2/ZEO/zrpc/connection.py",
line 314, in _call
    self.wait() # will release reply lock before
returning
  File "lib.linux-i686-2.2/ZEO/zrpc/connection.py",
line 371, in wait
    raise DisconnectedError()
DisconnectedError

Failure in test check4ExtStorageThread
(ZEO.tests.testZEO.ZEOFileStorageTests)
Traceback (most recent call last):
  File "lib.linux-i686-2.2/ZODB/tests/MTStorage.py",
line 192, in
check4ExtStora                                                                                                          
geThread
    self._checkNThreads(4, ExtStorageClientThread,
self._storage, self)
  File "lib.linux-i686-2.2/ZODB/tests/MTStorage.py",
line 175, in _checkNThreads
    self.failIf(t.isAlive(), "thread failed to finish
in 30 seconds")
  File "/usr/local/lib/python2.2/unittest.py", line
258, in failIf
    if expr: raise self.failureException, msg
AssertionError: thread failed to finish in 30 seconds

======================================================================
FAIL: check4ExtStorageThread
(ZEO.tests.testZEO.ZEOFileStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "lib.linux-i686-2.2/ZODB/tests/MTStorage.py",
line 192, in
check4ExtStora                                                                                                          
geThread
    self._checkNThreads(4, ExtStorageClientThread,
self._storage, self)
  File "lib.linux-i686-2.2/ZODB/tests/MTStorage.py",
line 175, in _checkNThreads
    self.failIf(t.isAlive(), "thread failed to finish
in 30 seconds")
  File "/usr/local/lib/python2.2/unittest.py", line
258, in failIf
    if expr: raise self.failureException, msg
AssertionError: thread failed to finish in 30 seconds

----------------------------------------------------------------------
Ran 839 tests in 174.259s

FAILED (failures=1)

Killed   << I manually killed the process -Jeff >>

uname -a
  Linux domitian.rubic.com 2.2.16-3smp #1 SMP 
  Tue Aug 8 21:44:50 PDT 2000 i686 unknown


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=115628&aid=617824&group_id=15628