[ZODB-Dev] uncaptured exception/ Aassertion Error in CVS StandaloneZODB
Jon Dyte
jon@totient.demon.co.uk
Tue, 14 May 2002 21:16:59 +0100 (BST)
Hi
I get the following errors when testing ZODB (see below)
this is a CVS (cvs -z7 -d :pserver:anonymous@cvs.zope.org:/cvs-repository checkout StandaloneZODB)
checkout of StandaloneZODB,
built with a python
Python 2.2 (#1, Feb 17 2002, 21:47:12)
[GCC egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)] on linux2
python -v test.py -v
Jon
.................................................................................................................................................................................................................................................................................................................................import encodings # directory /sw/release/python/lib/python2.2/encodings
# /sw/release/python/lib/python2.2/encodings/__init__.pyc matches /sw/release/python/lib/python2.2/encodings/__init__.py
import encodings # precompiled from /sw/release/python/lib/python2.2/encodings/__init__.pyc
# /sw/release/python/lib/python2.2/codecs.pyc matches /sw/release/python/lib/python2.2/codecs.py
import codecs # precompiled from /sw/release/python/lib/python2.2/codecs.pyc
dlopen("/sw/release/python/lib/python2.2/lib-dynload/_codecs.so", 2);
import _codecs # dynamically loaded from /sw/release/python/lib/python2.2/lib-dynload/_codecs.so
# /sw/release/python/lib/python2.2/encodings/aliases.pyc matches /sw/release/python/lib/python2.2/encodings/aliases.py
import encodings.aliases # precompiled from /sw/release/python/lib/python2.2/encodings/aliases.pyc
# /sw/release/python/lib/python2.2/encodings/latin_1.pyc matches /sw/release/python/lib/python2.2/encodings/latin_1.py
import encodings.latin_1 # precompiled from /sw/release/python/lib/python2.2/encodings/latin_1.pyc
........................................................................................................................................................................................error: uncaptured python exception, closing channel <ZEO.zrpc.asyncRPC connected '' at 0x866d060> (socket.error:(9, 'Bad file descriptor') [/sw/release/python/lib/python2.2/asyncore.py|poll|107] [/sw/release/python/lib/python2.2/asyncore.py|handle_write_event|398] [lib.linux-i686-2.2/ZEO/smac.py|handle_write|117] [/sw/release/python/lib/python2.2/asyncore.py|send|338])
error: uncaptured python exception, closing channel <ZEOConnection ('127.0.0.1', 4893)> (socket.error:(32, 'Broken pipe') [/sw/release/python/lib/python2.2/asyncore.py|poll|107] [/sw/release/python/lib/python2.2/asyncore.py|handle_write_event|398] [lib.linux-i686-2.2/ZEO/smac.py|handle_write|117] [/sw/release/python/lib/python2.2/asyncore.py|send|338])
........
Failure in test checkDetail (ZODB.tests.testCache.LRUCacheTests)
Traceback (most recent call last):
File "lib.linux-i686-2.2/ZODB/tests/testCache.py", line 194, in checkDetail
self.assertEqual(count, CONNS)
File "/sw/release/python/lib/python2.2/unittest.py", line 286, in failUnlessEqual
raise self.failureException, \
AssertionError: 4 != 3
.......................................................................................................................................................................................
======================================================================
FAIL: checkDetail (ZODB.tests.testCache.LRUCacheTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "lib.linux-i686-2.2/ZODB/tests/testCache.py", line 194, in checkDetail
self.assertEqual(count, CONNS)
File "/sw/release/python/lib/python2.2/unittest.py", line 286, in failUnlessEqual
raise self.failureException, \
AssertionError: 4 != 3
----------------------------------------------------------------------
Ran 697 tests in 75.493s
FAILED (failures=1)