1. 30 Mar, 2005 3 commits
    • Tim Peters's avatar
      Merge rev 29735 from 3.3 branch. · e5af2fca
      Tim Peters authored
      Merge checkin made from a wrong project.
      
      Believe it or not, ZopeUndo is ZEO code, not Zope code.
      
      r29726 | slinkp | 2005-03-30 02:11:22 -0500 (Wed, 30 Mar 2005) | 3 lines
      Changed paths:
         M /Zope/trunk/lib/python/ZopeUndo/Prefix.py
         M /Zope/trunk/lib/python/ZopeUndo/tests/testPrefix.py
      
      Merged slinkp_1726_zopeundo: avoid showing undo transactions in
      the wrong folder.
      e5af2fca
    • Tim Peters's avatar
      Merge checkin made from a wrong project. · ac111396
      Tim Peters authored
      Believe it or not, ZopeUndo is ZEO code, not Zope code.
      
      r29726 | slinkp | 2005-03-30 02:11:22 -0500 (Wed, 30 Mar 2005) | 3 lines
      Changed paths:
         M /Zope/trunk/lib/python/ZopeUndo/Prefix.py
         M /Zope/trunk/lib/python/ZopeUndo/tests/testPrefix.py
      
      Merged slinkp_1726_zopeundo: avoid showing undo transactions in
      the wrong folder.
      ac111396
    • Jim Fulton's avatar
  2. 28 Mar, 2005 6 commits
    • Tim Peters's avatar
      Merge rev 29710 from 3.3 branch. · d5ce0b90
      Tim Peters authored
      checkTimeoutProvokingConflicts:  try to fix rare failures.
      
      This always slept for 3 seconds, waiting for the storage to
      disconnect.  This loses on two counts:
      
      1. Since the timeout is set to 1 second, it typically sleeps
         longer than necessary.
      
      2. Since there's no predicting thread and process scheduling,
         3 seconds isn't always long enough, and rare failures have
         been reported against this test.
      
      Instead we do a polling loop now.  This typically succeeds in
      a little more than a second, speeding the normal case.  The
      loop will continue trying for up to a minute if not.
      d5ce0b90
    • Tim Peters's avatar
      checkTimeoutProvokingConflicts: try to fix rare failures. · 08a66886
      Tim Peters authored
      This always slept for 3 seconds, waiting for the storage to
      disconnect.  This loses on two counts:
      
      1. Since the timeout is set to 1 second, it typically sleeps
         longer than necessary.
      
      2. Since there's no predicting thread and process scheduling,
         3 seconds isn't always long enough, and rare failures have
         been reported against this test.
      
      Instead we do a polling loop now.  This typically succeeds in
      a little more than a second, speeding the normal case.  The
      loop will continue trying for up to a minute if not.
      08a66886
    • Tim Peters's avatar
      Merge rev 29706 from 3.3 branch. · 8c9e5ace
      Tim Peters authored
      Change default port # from 9999 to 8100, to match zope.conf
      (well, on Zope trunk anyway -- the ZEO client example appears
      to have gone missing from zope.conf on Zope3 trunk).
      8c9e5ace
    • Tim Peters's avatar
    • Tim Peters's avatar
      Merge rev 29705 from 3.3 branch. · ad9732dc
      Tim Peters authored
      s/zeo/ZEO/ in logger name, to match other ZEO logger names.
      ad9732dc
    • Tim Peters's avatar
      2527e2ef
  3. 27 Mar, 2005 2 commits
  4. 25 Mar, 2005 7 commits
  5. 24 Mar, 2005 13 commits
  6. 23 Mar, 2005 2 commits
  7. 22 Mar, 2005 6 commits
  8. 21 Mar, 2005 1 commit