[ZODB-Dev] checkModifyAfterAbortVersion fails
Guido van Rossum
guido@python.org
Fri, 06 Sep 2002 10:33:17 -0400
> 4. Got ZEO from CVS (a simple 'cvs co ZEO' gets HEAD --true?).
Yes.
> I do:
>
> export PYTHONPATH='/usr/local/Zope/lib/python'
> cd ZEO
> python2.1 setup.py build
> python2.1 test.py -v -v
>
> and it breezes through (i.e., passes) the tests that sometimes hung before
> (checkCommitLock2OnAbort and checkCommitLock2OnCommit), however it fails
> checkModifyAfterAbortVersion:
>
> ======================================================================
> ERROR: checkModifyAfterAbortVersion (ZEO.tests.testZEO.ZEOFileStorageTests)
> ----------------------------------------------------------------------
I've seen this, and I think there's a fix for this in the ZODB3 CVS
tree. There's no distribution for that either yet.
http://cvs.zope.org/ZODB3/
--Guido van Rossum (home page: http://www.python.org/~guido/)