summary refs log tree commit diff
path: root/tests/replication/test_sharded_event_persister.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add missing type hints to tests.replication. (#14987)Patrick Cloke2023-02-061-5/+9
* Reduce the number of tests using TCP replication. (#13543)Patrick Cloke2022-08-191-7/+0
* Fix room upgrades creating an empty room when auth fails (#12696)Sean Quah2022-05-161-13/+1
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-4/+4
* Add type hints to `synapse/storage/databases/main/events_worker.py` (#11411)Sean Quah2021-11-261-1/+5
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-2/+1
* [pyupgrade] `tests/` (#10347)Jonathan de Jong2021-07-131-3/+3
* Use a database table to hold the users that should have full presence sent to...Andrew Morgan2021-05-181-1/+1
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Use mock from the stdlib. (#9772)Patrick Cloke2021-04-091-2/+1
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-10/+15
* Remove spurious "SynapseRequest" result from `make_request"Richard van der Hoff2020-12-151-8/+8
* Remove redundant calls to `render()`Richard van der Hoff2020-11-161-8/+0
* use global make_request() directly where we have a custom ResourceRichard van der Hoff2020-11-151-10/+32
* Add basic tests for sync/pagination with vector clock tokens. (#8488)Erik Johnston2020-10-141-0/+217
* Add unit test for event persister sharding (#8433)Erik Johnston2020-10-021-0/+102