1. 14 Aug, 2002 1 commit
    • Jeremy Hylton's avatar
      Fix testHoserStoppage(), · 16b081c8
      Jeremy Hylton authored
      and remove testExceptionInTpcFinish() and BUGtestExceptionInSubTpcBegin().
      
      The tpc_finish test removed duplicated the logic of "hoser stoppage,"
      while the BUGtest was never executed.
      
      The testHoserStoppage() test used to depend on the order of objects in
      a dict's values() list.  This order was unpredictable and caused
      intermittent failures.  Make two changes to work around this:  1) Mark
      the non-error object as modified first, since this seems to get
      values() in a good order.  2) Retry the test with 2 randomly selected
      objects until it passes, but fail after 10 tries.
      16b081c8
  2. 12 Aug, 2002 6 commits
  3. 09 Aug, 2002 4 commits
  4. 08 Aug, 2002 1 commit
    • Jeremy Hylton's avatar
      Refactor test cleanup to use removefs() helper function. · 46d79eae
      Jeremy Hylton authored
      StorageTestBase.removefs() will attempt to remove files with all the
      possible extensions that FileStorage will create.  It will raise
      os.error for any error except ENOENT.
      
      Remove many variants of removefs() implemented in the various test
      suites.
      46d79eae
  5. 06 Aug, 2002 6 commits
  6. 05 Aug, 2002 10 commits
  7. 01 Aug, 2002 7 commits
  8. 29 Jul, 2002 1 commit
  9. 26 Jul, 2002 4 commits