[ZODB-Dev] Test Failure

Barry A. Warsaw barry@zope.com
Fri, 24 May 2002 10:26:29 -0400


>>>>> "CW" == Chris Withers <chrisw@nipltd.com> writes:

    CW> ======================================================================
    CW> FAIL: checkTransactionalUndoAfterPack
    CW> (testFileStorage.FileStorageTests)
    CW> ----------------------------------------------------------------------
    CW> Traceback (most recent call last): File
    CW> "E:\ZopeTests\sandbox\Zope\lib\python\ZODB\tests\TransactionalUndoStorage.py",
    CW> line 448, in checkTransactionalUndoAfterPack eq(leninfo2, 2,
    CW> "length of self._storage.undoInfo() was %s, it was expected to
    CW> be %s" % (
    CW>   File "C:\Python21\lib\unittest.py", line 273, in
    CW> failUnlessEqual raise self.failureException, (msg or '%s !=
    CW> %s' % (first, second))
    CW> AssertionError: length of self._storage.undoInfo() was 3, it
    CW> was expected to be 2
    CW> ----------------------------------------------------------------------

    CW> This test seems to fail pretty consistently on Windows...

I've never see it fail on Linux.

    CW> Could someone who knows what it's about please haev a look?

Time for Uncle Timmy. :)

-Barry