Enable close_lock_file for tests
This commit is contained in:
parent
3f5dd70580
commit
7a01f905de
@ -813,6 +813,8 @@ class BaseFileSystemTest(BaseTest):
|
|||||||
self.configuration.set("storage", "filesystem_folder", self.colpath)
|
self.configuration.set("storage", "filesystem_folder", self.colpath)
|
||||||
# Disable syncing to disk for better performance
|
# Disable syncing to disk for better performance
|
||||||
self.configuration.set("storage", "fsync", "False")
|
self.configuration.set("storage", "fsync", "False")
|
||||||
|
# Required on Windows, doesn't matter on Unix
|
||||||
|
self.configuration.set("storage", "close_lock_file", "True")
|
||||||
self.application = Application(self.configuration, self.logger)
|
self.application = Application(self.configuration, self.logger)
|
||||||
|
|
||||||
def teardown(self):
|
def teardown(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user