summary refs log tree commit diff
path: root/tests/replication/tcp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-236-0/+6
* Update license headersPatrick Cloke2023-11-2111-110/+176
* Fix sending out of order `POSITION` over replication (#16639)Erik Johnston2023-11-161-0/+8
* Use full GitHub links instead of bare issue numbers. (#16637)Patrick Cloke2023-11-151-1/+1
* Avoid sending massive replication updates when purging a room. (#16510)Patrick Cloke2023-10-181-29/+62
* Return an immutable value from get_latest_event_ids_in_room. (#16326)Patrick Cloke2023-09-181-5/+5
* Update ruff config (#16283)Patrick Cloke2023-09-081-1/+1
* to_device updates could be dropped when consuming the replication stream (#15...Mathieu Velten2023-03-302-5/+89
* Remove no-op send_command for Redis replication. (#15274)Patrick Cloke2023-03-161-63/+0
* Fix bug where 5s delays would occasionally happen. (#15150)Erik Johnston2023-02-241-0/+61
* Add final type hint to tests.unittest. (#15072)Patrick Cloke2023-02-144-7/+10
* Add missing type hints to tests.replication. (#14987)Patrick Cloke2023-02-067-33/+40
* Always notify replication when a stream advances (#14877)Erik Johnston2023-01-201-16/+7
* Fix bug in `wait_for_stream_position` (#14856)Erik Johnston2023-01-171-0/+78
* Faster remote room joins: unblock tasks waiting for full room state when the ...reivilibre2022-12-061-0/+65
* Modernize unit tests configuration settings for workers. (#14568)realtyem2022-12-011-3/+2
* Accept & store thread IDs for receipts (implement MSC3771). (#13782)Patrick Cloke2022-09-231-2/+13
* Reduce the number of tests using TCP replication. (#13543)Patrick Cloke2022-08-191-2/+2
* Lay some foundation work to allow workers to only subscribe to some kinds of ...reivilibre2022-05-191-0/+73
* Rename get_tcp_replication to get_replication_command_handler. (#12192)Patrick Cloke2022-03-102-2/+2
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-233-6/+6
* Add missing type hints to synapse.replication. (#11938)Patrick Cloke2022-02-081-1/+2
* 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