[Zope3-dev] Zope 3 Tests on Linux and Windows

Tim Peters tim@zope.com
Thu, 8 May 2003 12:01:24 -0400


[Chris Withers]
> They seem to be doing a little better on Windows now :-)

Good!  Rebooting Windows repairs a multitude of ills, alas.

> On Linux, I'm hoping that getting Zope 2's HEAD to actually
> compile will solve some issues :-(

FWIW, on Win2K + Python 2.2.2 Zope2 HEAD today, I'm seeing two problems:

======================================================================
ERROR: checkPackVersionReachable (testZEO.MappingStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\Code\Zope\lib\python\ZODB\tests\VersionStorage.py", line 486, in
checkPackVersionReachable
    get_transaction().commit()
  File "C:\Code\Zope\lib\python\ZODB\Transaction.py", line 244, in commit
    vote(self)
  File "C:\Code\Zope\lib\python\ZODB\Connection.py", line 701, in tpc_vote
    s = vote(transaction)
  File "C:\Code\Zope\lib\python\ZEO\ClientStorage.py", line 722, in tpc_vote
    return self._check_serials()
  File "C:\Code\Zope\lib\python\ZEO\ClientStorage.py", line 706, in
_check_serials
    raise s
Unsupported: Versions aren't supported

======================================================================
FAIL: checkTransactionalUndoAfterPack (testFileStorage.FileStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\Code\Zope\lib\python\ZODB\tests\TransactionalUndoStorage.py",
line 506, in checkTransactionalUndoAfterPack
    eq(len(info2), 2)
  File "C:\python22\lib\unittest.py", line 286, in failUnlessEqual
    raise self.failureException, \
AssertionError: 1 != 2

----------------------------------------------------------------------
Ran 2162 tests in 836.513s

FAILED (failures=1, errors=1)

======================================================================