[Zope-Checkins] CVS: ZODB3/ZODB/tests - MTStorage.py:1.6.4.2

Tim Peters tim.one@comcast.net
Wed, 18 Jun 2003 18:19:54 -0400


Update of /cvs-repository/ZODB3/ZODB/tests
In directory cvs.zope.org:/tmp/cvs-serv8268/ZODB/tests

Modified Files:
      Tag: ZODB3-3_1-branch
	MTStorage.py 
Log Message:
get_thread_dict():  Backporting a fix for "Fred's machine" (he saw
check7ZODBthreads fail frequently before this, although nobody else did --
his test machine was significantly slower than most, though).


=== ZODB3/ZODB/tests/MTStorage.py 1.6.4.1 => 1.6.4.2 ===
--- ZODB3/ZODB/tests/MTStorage.py:1.6.4.1	Tue May 13 13:59:08 2003
+++ ZODB3/ZODB/tests/MTStorage.py	Wed Jun 18 18:19:53 2003
@@ -96,6 +96,7 @@
                 return root.get(name)
             except ConflictError:
                 get_transaction().abort()
+                root._p_jar.sync()
 
 class StorageClientThread(TestThread):