mirror of https://github.com/citusdata/citus.git
Disable deadlock detection in arbitrary configs for debugging
parent
1e874347a9
commit
10e5eab37f
|
@ -225,7 +225,7 @@ class CitusSmallSharedPoolSizeConfig(CitusDefaultClusterConfig):
|
|||
def __init__(self, arguments):
|
||||
super().__init__(arguments)
|
||||
self.new_settings = {
|
||||
"citus.local_shared_pool_size": 5,
|
||||
"citus.local_shared_pool_size": 5,
|
||||
"citus.max_shared_pool_size": 5,
|
||||
}
|
||||
|
||||
|
@ -271,7 +271,7 @@ class CitusUnusualExecutorConfig(CitusDefaultClusterConfig):
|
|||
|
||||
# this setting does not necessarily need to be here
|
||||
# could go any other test
|
||||
self.env_variables = {'PGAPPNAME' : 'test_app'}
|
||||
self.env_variables = {"PGAPPNAME": "test_app"}
|
||||
|
||||
|
||||
class CitusSmallCopyBuffersConfig(CitusDefaultClusterConfig):
|
||||
|
|
Loading…
Reference in New Issue