[Checkins] SVN: ZODB/branches/3.9/src/ZEO/tests/testZEO2.py Don't leave a transaction going as that will leave a commit log open,

Jim Fulton jim at zope.com
Thu Oct 1 15:20:49 EDT 2009


Log message for revision 104699:
  Don't leave a transaction going as that will leave a commit log open,
  causing extra pain on windows.
  

Changed:
  U   ZODB/branches/3.9/src/ZEO/tests/testZEO2.py

-=-
Modified: ZODB/branches/3.9/src/ZEO/tests/testZEO2.py
===================================================================
--- ZODB/branches/3.9/src/ZEO/tests/testZEO2.py	2009-10-01 19:20:05 UTC (rev 104698)
+++ ZODB/branches/3.9/src/ZEO/tests/testZEO2.py	2009-10-01 19:20:48 UTC (rev 104699)
@@ -87,7 +87,7 @@
     >>> logger.setLevel(logging.INFO)
     >>> logger.addHandler(handler)
 
-Now, whem we abort the transaction for the first client. the second
+Now, when we abort the transaction for the first client. the second
 client will be restarted.  It will get a conflict error, that is
 handled correctly:
 
@@ -103,6 +103,7 @@
 
     >>> logger.setLevel(logging.NOTSET)
     >>> logger.removeHandler(handler)
+    >>> zs2.tpc_abort('1')
     >>> fs.close()
     """
 



More information about the checkins mailing list