Commit 3ac7c1e7 authored by Tim Peters's avatar Tim Peters

checkTimeoutAfterVote,

checkTimeoutProvokingConflicts:  These shouldn't start a server; setup
already did.  Starting two servers caused intermittent failures on
Windows, due to lockfile contention.
parent e2c28914
......@@ -849,7 +849,6 @@ class TimeoutTests(CommonSetupTearDown):
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 @@ class TimeoutTests(CommonSetupTearDown):
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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment