summary refs log tree commit diff
path: root/scripts-dev
diff options
context:
space:
mode:
authorEric Eastwood <erice@element.io>2021-10-20 16:48:23 -0500
committerEric Eastwood <erice@element.io>2021-10-20 16:48:28 -0500
commit886071b66b743c0f0f0d25866680d4ba6d1f9bc8 (patch)
treee0db3bc5320cac60e9ffe4f3b7b1d49568abe2dc /scripts-dev
parentSome more trials of trying to get many many events to backfill in order on re... (diff)
downloadsynapse-886071b66b743c0f0f0d25866680d4ba6d1f9bc8.tar.xz
Fix backfill not picking up batch events connected to non-base insertion events
Previously, we would only look for a batch event if the insertion event
was connected to something else by prev_event. This is only the case
for the base insertion event. And instead, we need to look for
a batch event whenever we come across an insertion event.
Diffstat (limited to 'scripts-dev')
-rwxr-xr-xscripts-dev/complement.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts-dev/complement.sh b/scripts-dev/complement.sh

index 89af7a4fde..549477b11f 100755 --- a/scripts-dev/complement.sh +++ b/scripts-dev/complement.sh
@@ -65,4 +65,4 @@ if [[ -n "$1" ]]; then fi # Run the tests! -go test -v -tags synapse_blacklist,msc2946,msc3083,msc2403,msc2716 -count=1 $EXTRA_COMPLEMENT_ARGS ./tests/... +go test -v -tags synapse_blacklist,msc2946,msc3083,msc2403,msc2716 -count=1 $EXTRA_COMPLEMENT_ARGS ./tests/main_test.go ./tests/msc2716_test.go