mirror of https://github.com/citusdata/citus.git
Disable deadlock detection in arbitrary configs for debugging
parent
1e874347a9
commit
10e5eab37f
|
@ -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