[ZODB-Dev] ZEO cache bug? (again)

Chris Withers chris at simplistix.co.uk
Thu Jun 1 02:19:17 EDT 2006


Chris Withers wrote:
>   File "C:\Zope\2.9.2\lib\python\ZEO\cache.py", line 151, in setLastTid
>     self.fc.settid(tid)
>   File "C:\Zope\2.9.2\lib\python\ZEO\cache.py", line 1060, in settid
>     raise ValueError("new last tid (%s) must be greater than "
> ValueError: new last tid (244828509247418982) must be greater than 
> previous one (244828509247418982)

I know we've been round this circle before, but can anyone (Tim?) see 
downsides of changing this test to be >= instead of >?

If not, what branches do I make this change on and how do I run the tests?

cheers,

Chris

-- 
Simplistix - Content Management, Zope & Python Consulting
            - http://www.simplistix.co.uk



More information about the ZODB-Dev mailing list