summary refs log tree commit diff
path: root/changelog.d/7278.misc
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-04-28 17:42:03 +0100
committerGitHub <noreply@github.com>2020-04-28 17:42:03 +0100
commitfce663889b150e55b19097dd9b7fed7aca8abccc (patch)
tree4f229b99fc6085281ddf810f6657c49004809c63 /changelog.d/7278.misc
parentFix typo 'datbases' in ConfigError (diff)
downloadsynapse-fce663889b150e55b19097dd9b7fed7aca8abccc.tar.xz
Add some replication tests (#7278)
Specifically some tests for the typing stream, which means we test streams that fetch missing updates via HTTP (rather than via the DB).

We also shuffle things around a bit so that we create two separate `HomeServer` objects, rather than trying to insert a slaved store into places.

Note: `test_typing.py` is heavily inspired by `test_receipts.py`
Diffstat (limited to 'changelog.d/7278.misc')
-rw-r--r--changelog.d/7278.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7278.misc b/changelog.d/7278.misc
new file mode 100644
index 0000000000..8a4c4328f4
--- /dev/null
+++ b/changelog.d/7278.misc
@@ -0,0 +1 @@
+Add some unit tests for replication.