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

Enable MSC2716 Complement tests for workers #14074

1 change: 1 addition & 0 deletions changelog.d/14074.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Enable [MSC3030](https://github.com/matrix-org/matrix-spec-proposals/pull/3030) jump to date Complement tests for workers.
7 changes: 6 additions & 1 deletion scripts-dev/complement.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export COMPLEMENT_BASE_IMAGE=complement-synapse

extra_test_args=()

test_tags="synapse_blacklist,msc3787"
test_tags="synapse_blacklist,msc3787,msc2716,msc3030"

# All environment variables starting with PASS_ will be shared.
# (The prefix is stripped off before reaching the container.)
Expand Down Expand Up @@ -159,8 +159,13 @@ else
# We only test faster room joins on monoliths, because they are purposefully
# being developed without worker support to start with.
#
<<<<<<< HEAD
# Importing historical history and jump to date also only support monoliths,
# currently.
=======
# The tests for importing historical messages (MSC2716) and jump to date (MSC3030)
# also only pass with monoliths, currently.
>>>>>>> develop
test_tags="$test_tags,faster_joins,msc2716,msc3030"
fi

Expand Down