MatrixSynapse/tests/replication
Erik Johnston 316590d1ea
Fix bug in `wait_for_stream_position` (#14856)
We were incorrectly checking if the *local* token had been advanced, rather than the token for the remote instance.

In practice, I don't think this has caused any bugs due to where we use `wait_for_stream_position`, as critically we don't use it on instances that also write to the given streams (and so the local token will lag behind all remote tokens).
2023-01-17 09:58:22 +00:00
..
http
slave Remove redundant types from comments. (#14412) 2022-11-16 15:25:24 +00:00
tcp Fix bug in `wait_for_stream_position` (#14856) 2023-01-17 09:58:22 +00:00
__init__.py
_base.py Modernize unit tests configuration settings for workers. (#14568) 2022-12-01 07:38:27 -05:00
test_auth.py Modernize unit tests configuration settings for workers. (#14568) 2022-12-01 07:38:27 -05:00
test_client_reader_shard.py Modernize unit tests configuration settings for workers. (#14568) 2022-12-01 07:38:27 -05:00
test_federation_ack.py Modernize unit tests configuration settings for workers. (#14568) 2022-12-01 07:38:27 -05:00
test_federation_sender_shard.py Modernize unit tests configuration settings for workers. (#14568) 2022-12-01 07:38:27 -05:00
test_module_cache_invalidation.py
test_multi_media_repo.py Remove redundant types from comments. (#14412) 2022-11-16 15:25:24 +00:00
test_pusher_shard.py Modernize unit tests configuration settings for workers. (#14568) 2022-12-01 07:38:27 -05:00
test_sharded_event_persister.py