[Zope-Coders] Zope test results

background@shane.zope.com background@shane.zope.com
Tue, 16 Jul 2002 22:16:04 -0400 (EDT)


Zope2 tests include the ZEO and bsddb3Storage packages.

**********************************************************************
Zope CVS Head with Python 2.1.3
**********************************************************************
FullTest.checkVersionIterator() temporarily disabled.

**********************************************************************
Zope 2.5 branch with Python 2.1.3
**********************************************************************
FullTest.checkVersionIterator() temporarily disabled.

**********************************************************************
Zope CVS Head with Python 2.2.1
**********************************************************************
FullTest.checkVersionIterator() temporarily disabled.
======================================================================
FAIL: checkPackAllRevisions (testZEO.ZEOFileStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/PackableStorage.py", line 166, in checkPackAllRevisions
    raises(KeyError, self._storage.loadSerial, oid, revid1)
  File "/usr/local/lib/python2.2/unittest.py", line 279, in failUnlessRaises
    raise self.failureException, excName
AssertionError: KeyError

======================================================================
FAIL: checkPackJustOldRevisions (testZEO.ZEOFileStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/PackableStorage.py", line 220, in checkPackJustOldRevisions
    raises(KeyError, self._storage.loadSerial, oid, revid1)
  File "/usr/local/lib/python2.2/unittest.py", line 279, in failUnlessRaises
    raise self.failureException, excName
AssertionError: KeyError

======================================================================
FAIL: checkPackOnlyOneObject (testZEO.ZEOFileStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/PackableStorage.py", line 297, in checkPackOnlyOneObject
    raises(KeyError, self._storage.loadSerial, oid1, revid1)
  File "/usr/local/lib/python2.2/unittest.py", line 279, in failUnlessRaises
    raise self.failureException, excName
AssertionError: KeyError

======================================================================
FAIL: checkTransactionalUndoAfterPack (testZEO.ZEOFileStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/TransactionalUndoStorage.py", line 452, in checkTransactionalUndoAfterPack
    eq(len(info2), 2)
  File "/usr/local/lib/python2.2/unittest.py", line 286, in failUnlessEqual
    raise self.failureException, \
AssertionError: 3 != 2

----------------------------------------------------------------------
Ran 1776 tests in 294.231s

FAILED (failures=4)

======================================================================
OVERALL FAILED (total failures=4)