summary refs log tree commit diff
path: root/tests/replication/tcp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-1/+1
* Use inline type hints in `tests/` (#10350)Jonathan de Jong2021-07-133-11/+11
* Fix (final) Bugbear violations (#9838)Jonathan de Jong2021-04-201-2/+2
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-149-9/+0
* Use mock from the stdlib. (#9772)Patrick Cloke2021-04-092-2/+2
* Make it possible to use dmypy (#9692)Erik Johnston2021-03-261-0/+1
* Clean up `ShardedWorkerHandlingConfig` (#9466)Erik Johnston2021-02-241-1/+1
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-163-10/+12
* Tell Black to format code for Python 3.5 (#8664)Dan Callahan2020-10-271-1/+1
* Convert the message handler to async/await. (#7884)Patrick Cloke2020-07-221-32/+44
* Discard RDATA from already seen positions. (#7648)Patrick Cloke2020-06-152-21/+141
* fix mypy for tests/replication (#7518)Richard van der Hoff2020-05-181-2/+2
* Fix limit logic for AccountDataStream (#7384)Richard van der Hoff2020-05-151-0/+117
* Clean up replication unit tests. (#7490)Erik Johnston2020-05-135-311/+4
* Fix catchup-on-reconnect for the Federation Stream (#7374)Richard van der Hoff2020-05-053-12/+94
* Thread through instance name to replication client. (#7369)Erik Johnston2020-05-013-6/+6
* Use `stream.current_token()` and remove `stream_positions()` (#7172)Erik Johnston2020-05-014-34/+26
* Add instance name to RDATA/POSITION commands (#7364)Erik Johnston2020-04-291-2/+4
* Don't relay REMOTE_SERVER_UP cmds to same conn. (#7352)Erik Johnston2020-04-291-0/+62
* Fix limit logic for EventsStream (#7358)Richard van der Hoff2020-04-294-21/+458
* Add some replication tests (#7278)Erik Johnston2020-04-282-11/+298
* Another go at fixing one-word commands (#7326)Richard van der Hoff2020-04-221-0/+42
* Move client command handling out of TCP protocol (#7185)Erik Johnston2020-04-062-24/+15
* Move catchup of replication streams to worker. (#7024)Erik Johnston2020-03-252-23/+84
* Convert `*StreamRow` classes to inner classes (#7116)Richard van der Hoff2020-03-231-2/+2
* Port synapse.replication.tcp to async/await (#6666)Erik Johnston2020-01-161-1/+1
* Implementation of MSC2314 (#6176)Amber Brown2019-11-281-0/+4
* Run Black on the tests again (#5170)Amber Brown2019-05-101-3/+3
* Move replication.tcp.streams into a packageRichard van der Hoff2019-03-271-1/+1
* Fix bug where read-receipts lost their timestamps (#4927)Richard van der Hoff2019-03-254-0/+148