[ZODB-Dev] Storage API corner cases
Barry Warsaw
barry at zope.com
Fri May 30 18:34:08 EDT 2003
Uh, BTW. checkOversizeNote() are the last two failures for BDBStorage
in ZODB3, but those tests are bogus. It's saying "try to store 128K of
zeros as the transaction note and if that /doesn't/ fail with a
POSError, the test fails".
Whaahh? First off, BerkeleyDB has no problem storaging that huge of a
transaction note, and second, FileStorage should be fixed so that it's
legal. This test surely shouldn't be doing what it's doing so I'm going
to disable it.
-Barry
More information about the ZODB-Dev
mailing list