[Zope-Coders] Zope test results

background@shane.zope.com background@shane.zope.com
Thu, 30 May 2002 22:24:38 -0400 (EDT)


Zope2 tests include the ZEO and bsddb3Storage packages.

**********************************************************************
Zope CVS Head with Python 2.1.3
**********************************************************************
FullTest.checkVersionIterator() temporarily disabled.
----------------------------------------------------------------------
Ran 1407 tests in 307.202s

OK

**********************************************************************
Zope 2.5 branch with Python 2.1.3
**********************************************************************
FullTest.checkVersionIterator() temporarily disabled.
======================================================================
FAIL: checkDetail (testCache.LRUCacheTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "testCache.py", line 201, in checkDetail
  File "/usr/lib/python2.1/unittest.py", line 273, in failUnlessEqual
    raise self.failureException, (msg or '%s != %s' % (first, second))
AssertionError: 4 != 3
----------------------------------------------------------------------
Ran 1407 tests in 298.097s

FAILED (failures=1)

======================================================================
OVERALL FAILED (total failures=1)

**********************************************************************
Zope CVS Head with Python 2.2.1
**********************************************************************
FullTest.checkVersionIterator() temporarily disabled.
----------------------------------------------------------------------
Ran 1409 tests in 301.596s

OK