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 <[email protected]>
Newsgroups gmane.comp.python.zope.zodb.cvs
Message-ID <20091001192049.34C7F941BB__40289.9575107314$1254424865$gmane$org@cvs.zope.org>
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()
     """
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.