[Zope3-dev] Win32 Tests - Zope 3 - Not OK :-(

Tim Peters tim@zope.com
Mon, 10 Mar 2003 19:58:12 -0500


FYI, Jeremy got rid of the stray unittest output.  For Zope3, this also
required resynching with Python 2.3's logging module (to stop unbounded
recursion when shutting down a logger).

I've got a new failure now (Zope3, 2.2.2, Win98SE):

testGC (persistence.tests.test_cache.Test) ...

Failure in test testGC (persistence.tests.test_cache.Test)
Traceback (most recent call last):
  File "C:\Code\Zope3\src\persistence\tests\test_cache.py", line 127, in
testGC
    {'ghosts': 1, 'active': 0},
  File "C:\PYTHON22\lib\unittest.py", line 286, in failUnlessEqual
    raise self.failureException, \
AssertionError: {'active': 1, 'ghosts': 0} != {'active': 0, 'ghosts': 1}

The good news is that it fails consistently, and in isolation.