[Zodb-checkins] CVS: ZODB3/ZEO/tests - ConnectionTests.py:1.40.2.2

Tim Peters tim.one at comcast.net
Wed Aug 6 13:21:41 EDT 2003


Update of /cvs-repository/ZODB3/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv6433/ZEO/tests

Modified Files:
      Tag: ZODB3-3_2-branch
	ConnectionTests.py 
Log Message:
checkTimeoutAfterVote,
checkTimeoutProvokingConflicts:  These shouldn't start a server; setup
already did.  Starting two servers caused intermittent failures on
Windows, due to lockfile contention.


=== ZODB3/ZEO/tests/ConnectionTests.py 1.40.2.1 => 1.40.2.2 ===
--- ZODB3/ZEO/tests/ConnectionTests.py:1.40.2.1	Tue Aug  5 17:58:36 2003
+++ ZODB3/ZEO/tests/ConnectionTests.py	Wed Aug  6 12:21:34 2003
@@ -849,7 +849,7 @@
     def checkTimeoutAfterVote(self):
         raises = self.assertRaises
         unless = self.failUnless
-        self.startServer()
+        #self.startServer()
         self._storage = storage = self.openClientStorage()
         # Assert that the zeo cache is empty
         unless(not storage._cache._index)
@@ -880,7 +880,7 @@
         eq = self.assertEqual
         raises = self.assertRaises
         unless = self.failUnless
-        self.startServer()
+        #self.startServer()
         self._storage = storage = self.openClientStorage()
         # Assert that the zeo cache is empty
         unless(not storage._cache._index)




More information about the Zodb-checkins mailing list