Commit ba539f97 authored by Tim Peters's avatar Tim Peters

checkNoVerificationOnServerRestartWith2Clients(): Close self._storage

too.  Mystery:  whether this test dies with permission denied when
trying to unlink the .zec file is still a crapshoot.   Don't know why.
At least four other tests show sporadic failures of the same kind.
parent 18a88dac
......@@ -728,6 +728,7 @@ class ReconnectionTests(CommonSetupTearDown):
self.assertEqual(self._storage.verify_result, "no verification")
self.assertEqual(perstorage.verify_result, "no verification")
perstorage.close()
self._storage.close()
def checkQuickVerificationWith2Clients(self):
perstorage = self.openClientStorage(cache="test")
......
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