mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
tests: enable debugging for new processes
This commit is contained in:
parent
f1de843188
commit
93c1581e21
1 changed files with 2 additions and 0 deletions
|
@ -58,6 +58,8 @@ class TestBaseServerRequests:
|
||||||
self.configuration = config.load()
|
self.configuration = config.load()
|
||||||
self.colpath = tempfile.mkdtemp()
|
self.colpath = tempfile.mkdtemp()
|
||||||
self.configuration["storage"]["filesystem_folder"] = self.colpath
|
self.configuration["storage"]["filesystem_folder"] = self.colpath
|
||||||
|
# Enable debugging for new processes
|
||||||
|
self.configuration["logging"]["level"] = "debug"
|
||||||
# Disable syncing to disk for better performance
|
# Disable syncing to disk for better performance
|
||||||
self.configuration["internal"]["filesystem_fsync"] = "False"
|
self.configuration["internal"]["filesystem_fsync"] = "False"
|
||||||
self.shutdown_socket, shutdown_socket_out = socket.socketpair()
|
self.shutdown_socket, shutdown_socket_out = socket.socketpair()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue