1. 13 Mar, 2004 1 commit
    • Tim Peters's avatar
      New (but disabled for now) test checkPackLotsWhileWriting reliably dies · b78b9dcd
      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.
      b78b9dcd
  2. 12 Mar, 2004 17 commits
  3. 11 Mar, 2004 6 commits
  4. 08 Mar, 2004 1 commit
    • Tim Peters's avatar
      ZODBDatabase.open(): if the call to ZODB.DB() fails (== raises an · 270bb56d
      Tim Peters authored
      exception), explicitly close the storage passed to it, then re-raise
      the exception.  Otherwise the storage remains open.  Turns out that
      accounted for why test_zeo_config left a ConnectThread daemon thread
      running (Zope3's test.py has been pointing that out for a loooong time).
      270bb56d
  5. 06 Mar, 2004 1 commit
  6. 05 Mar, 2004 1 commit
  7. 04 Mar, 2004 6 commits
  8. 03 Mar, 2004 6 commits
  9. 02 Mar, 2004 1 commit