[ZODB-Dev] Storage API corner cases

Jeremy Hylton jeremy at zope.com
Fri May 30 16:20:25 EDT 2003


On Fri, 2003-05-30 at 05:26, Toby Dickenson wrote:
> Noone publicly disagreed so I have committed some new zodb tests for this 
> behaviour, and various other issues.
> 
> The new test for getSerial now fails for FileStorage (and I guess BDBStorage, 
> although I havent tested it)

BTW it's official policy that you should never intentionally check in a
test case that is known to fail.  Other approachs include fixing the
code that fails before checking it in, checking in on a branch,
disabling the test for the failing code.  (Probably in order of
preference.)

Jeremy





More information about the ZODB-Dev mailing list