summary refs log tree commit diff
path: root/scripts-dev/complement.sh
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2023-07-20 10:50:03 +0100
committerErik Johnston <erik@matrix.org>2023-07-20 10:50:03 +0100
commit1ea1a0b2516c69a96062d8df6e348b9eccfa3211 (patch)
tree0725d03792b11cd152aa7508d3f70d8082deff1e /scripts-dev/complement.sh
parentMerge branch 'release-v1.88' into matrix-org-hotfixes (diff)
parentReduce the amount of state we pull out (#15968) (diff)
downloadsynapse-1ea1a0b2516c69a96062d8df6e348b9eccfa3211.tar.xz
Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixes
Diffstat (limited to 'scripts-dev/complement.sh')
-rwxr-xr-xscripts-dev/complement.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/scripts-dev/complement.sh b/scripts-dev/complement.sh

index 24b83cfeb6..8416b55674 100755 --- a/scripts-dev/complement.sh +++ b/scripts-dev/complement.sh
@@ -214,7 +214,7 @@ fi extra_test_args=() -test_tags="synapse_blacklist,msc3787,msc3874,msc3890,msc3391,msc3930,faster_joins" +test_tags="synapse_blacklist,msc3874,msc3890,msc3391,msc3930,faster_joins" # All environment variables starting with PASS_ will be shared. # (The prefix is stripped off before reaching the container.) @@ -253,6 +253,10 @@ if [[ -n "$ASYNCIO_REACTOR" ]]; then export PASS_SYNAPSE_COMPLEMENT_USE_ASYNCIO_REACTOR=true fi +if [[ -n "$UNIX_SOCKETS" ]]; then + # Enable full on Unix socket mode for Synapse, Redis and Postgresql + export PASS_SYNAPSE_USE_UNIX_SOCKET=1 +fi if [[ -n "$SYNAPSE_TEST_LOG_LEVEL" ]]; then # Set the log level to what is desired