summary refs log tree commit diff
path: root/tests/federation/test_federation_catch_up.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Catch-up after Federation Outage (bonus): Catch-up on Synapse Startup (#8322)reivilibre2020-09-181-0/+99
| | | | | | | | | | Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net> Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com> * Fix _set_destination_retry_timings This came about because the code assumed that retry_interval could not be NULL — which has been challenged by catch-up.
* Catch-up after Federation Outage (split, 4): catch-up loop (#8272)reivilibre2020-09-151-0/+165
|
* Add tests for `last_successful_stream_ordering` (#8258)reivilibre2020-09-071-0/+76
|
* Catch-up after Federation Outage (split, 1) (#8230)reivilibre2020-09-041-0/+82
Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net>