synapse/tests/replication/tcp
Erik Johnston 0e719f2398
Thread through instance name to replication client. (#7369)
For in memory streams when fetching updates on workers we need to query the source of the stream, which currently is hard coded to be master. This PR threads through the source instance we received via `POSITION` through to the update function in each stream, which can then be passed to the replication client for in memory streams.
2020-05-01 17:19:56 +01:00
..
streams Thread through instance name to replication client. (#7369) 2020-05-01 17:19:56 +01:00
__init__.py Fix bug where read-receipts lost their timestamps (#4927) 2019-03-25 16:38:05 +00:00
test_commands.py Add instance name to RDATA/POSITION commands (#7364) 2020-04-29 16:23:08 +01:00
test_remote_server_up.py Don't relay REMOTE_SERVER_UP cmds to same conn. (#7352) 2020-04-29 14:10:59 +01:00