[Zope-Coders] Zope test results

background@shane.zope.com background@shane.zope.com
Mon, 4 Mar 2002 22:26:12 -0500 (EST)


Zope2 tests include CMF, ZEO, and bsddb3Storage packages.

**********************************************************************
Zope CVS Head
**********************************************************************
FullTest.checkVersionIterator() temporarily disabled.
======================================================================
ERROR: check JulianDayWeek function
----------------------------------------------------------------------
Traceback (most recent call last):
  File "testDateTime.py", line 230, in testJulianWeek
  File "/usr/lib/python2.1/gzip.py", line 39, in __init__
    fileobj = self.myfileobj = __builtin__.open(filename, mode or 'rb')
IOError: [Errno 2] No such file or directory: 'julian_testdata.txt.gz'
----------------------------------------------------------------------
Ran 1678 tests in 286.978s

FAILED (errors=1)

======================================================================
OVERALL FAILED (total errors=1)

**********************************************************************
Zope 2.5 branch
**********************************************************************
FullTest.checkVersionIterator() temporarily disabled.
======================================================================
ERROR: check JulianDayWeek function
----------------------------------------------------------------------
Traceback (most recent call last):
  File "testDateTime.py", line 230, in testJulianWeek
  File "/usr/lib/python2.1/gzip.py", line 39, in __init__
    fileobj = self.myfileobj = __builtin__.open(filename, mode or 'rb')
IOError: [Errno 2] No such file or directory: 'julian_testdata.txt.gz'
----------------------------------------------------------------------
Ran 1678 tests in 280.961s

FAILED (errors=1)

======================================================================
OVERALL FAILED (total errors=1)

**********************************************************************
Zope CVS Head with Python 2.2 (plus distutils-config-branch)
**********************************************************************
FullTest.checkVersionIterator() temporarily disabled.
======================================================================
ERROR: check JulianDayWeek function
----------------------------------------------------------------------
Traceback (most recent call last):
  File "testDateTime.py", line 230, in testJulianWeek
  File "/usr/local/lib/python2.2/gzip.py", line 39, in __init__
    fileobj = self.myfileobj = __builtin__.open(filename, mode or 'rb')
IOError: [Errno 2] No such file or directory: 'julian_testdata.txt.gz'

----------------------------------------------------------------------
Ran 1680 tests in 274.051s

FAILED (errors=1)

======================================================================
OVERALL FAILED (total errors=1)

**********************************************************************
Zope 3X with Python 2.2
**********************************************************************
----------------------------------------------------------------------
Ran 592 tests in 7.702s

OK