[Zodb-checkins] SVN: ZODB/trunk/src/ZEO/tests/testZEO2.py Don't leave a transaction going that will leave a commit log open,
Jim Fulton
jim at zope.com
Thu Oct 1 15:42:46 EDT 2009
Log message for revision 104706:
Don't leave a transaction going that will leave a commit log open,
causing extra pain on windows.
Changed:
U ZODB/trunk/src/ZEO/tests/testZEO2.py
-=-
Modified: ZODB/trunk/src/ZEO/tests/testZEO2.py
===================================================================
--- ZODB/trunk/src/ZEO/tests/testZEO2.py 2009-10-01 19:42:43 UTC (rev 104705)
+++ ZODB/trunk/src/ZEO/tests/testZEO2.py 2009-10-01 19:42:46 UTC (rev 104706)
@@ -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 Zodb-checkins
mailing list