[Zodb-checkins] CVS: ZODB3/ZEO/tests - ConnectionTests.py:1.42
Tim Peters
tim.one at comcast.net
Wed Aug 6 13:26:07 EDT 2003
Update of /cvs-repository/ZODB3/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv7338/ZEO/tests
Modified Files:
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.41 => 1.42 ===
--- ZODB3/ZEO/tests/ConnectionTests.py:1.41 Wed Aug 6 11:51:26 2003
+++ ZODB3/ZEO/tests/ConnectionTests.py Wed Aug 6 12:26:02 2003
@@ -849,7 +849,6 @@
def checkTimeoutAfterVote(self):
raises = self.assertRaises
unless = self.failUnless
- self.startServer()
self._storage = storage = self.openClientStorage()
# Assert that the zeo cache is empty
unless(not storage._cache._index)
@@ -880,7 +879,6 @@
eq = self.assertEqual
raises = self.assertRaises
unless = self.failUnless
- 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