Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 13c8691

Browse files
committed
Enable complement tests
1 parent df5a3c4 commit 13c8691

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docker/complement/conf/homeserver.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,10 @@ experimental_features:
103103
spaces_enabled: true
104104
# Enable history backfilling support
105105
msc2716_enabled: true
106-
# server-side support for partial state in /send_join
106+
# server-side support for partial state in /send_join responses
107107
msc3706_enabled: true
108+
# client-side support for partial state in /send_join responses
109+
faster_joins: true
108110
# Enable jump to date endpoint
109111
msc3030_enabled: true
110112

scripts-dev/complement.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ docker build -t $COMPLEMENT_BASE_IMAGE -f "docker/complement/$COMPLEMENT_DOCKERF
6464
# Run the tests!
6565
echo "Images built; running complement"
6666
cd "$COMPLEMENT_DIR"
67-
go test -v -tags synapse_blacklist,msc2716,msc3030 -count=1 "$@" ./tests/...
67+
go test -v -tags synapse_blacklist,msc2716,msc3030,faster_joins -count=1 "$@" ./tests/...

0 commit comments

Comments
 (0)