diff options
author | Erik Johnston <erik@matrix.org> | 2020-04-28 17:42:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-28 17:42:03 +0100 |
commit | fce663889b150e55b19097dd9b7fed7aca8abccc (patch) | |
tree | 4f229b99fc6085281ddf810f6657c49004809c63 /changelog.d | |
parent | Fix typo 'datbases' in ConfigError (diff) | |
download | synapse-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')
-rw-r--r-- | changelog.d/7278.misc | 1 |
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. |