• Tim Peters's avatar
    New (but disabled for now) test checkPackLotsWhileWriting reliably dies · 5c0f35d5
    Tim Peters authored
    with
    
        CorruptedError:  ... transaction with checkpoint flag set
    
    on my box when doing the ZEO flavor of FileStorage.  This is like the
    other pack-while-writing tests, but uses only 1 client thread that does
    twice as much, and packs repeatedly for so long as that thread runs.  I
    usually see it fail before the fourth pack attempt.
    5c0f35d5
PackableStorage.py 25.6 KB