diff --git a/changelog.d/14074.misc b/changelog.d/14074.misc new file mode 100644 index 000000000000..6093ac0889d0 --- /dev/null +++ b/changelog.d/14074.misc @@ -0,0 +1 @@ +Enable [MSC3030](https://github.com/matrix-org/matrix-spec-proposals/pull/3030) jump to date Complement tests for workers. diff --git a/scripts-dev/complement.sh b/scripts-dev/complement.sh index a7b1e1e3a8ec..b0ec28024de7 100755 --- a/scripts-dev/complement.sh +++ b/scripts-dev/complement.sh @@ -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.) @@ -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