synapse/tests/rest/client/sliding_sync
Erik Johnston c270355349
SS: Reset connection if token is unrecognized (#17529)
This triggers the client to start a new sliding sync connection. If we
don't do this and the client asks for the full range of rooms, we end up
sending down all rooms and their state from scratch (which can be very
slow)

This causes things like
https://github.com/element-hq/element-x-ios/issues/3115 after we restart
the server

---------

Co-authored-by: Eric Eastwood <eric.eastwood@beta.gouv.fr>
2024-08-06 10:39:11 +01:00
..
__init__.py Sliding Sync: Split and move tests (#17504) 2024-07-31 12:20:46 -05:00
test_connection_tracking.py Sliding Sync: Split and move tests (#17504) 2024-07-31 12:20:46 -05:00
test_extension_account_data.py Sliding Sync: Split and move tests (#17504) 2024-07-31 12:20:46 -05:00
test_extension_e2ee.py Sliding Sync: Split and move tests (#17504) 2024-07-31 12:20:46 -05:00
test_extension_receipts.py Sliding Sync: Split and move tests (#17504) 2024-07-31 12:20:46 -05:00
test_extension_to_device.py Sliding Sync: Split and move tests (#17504) 2024-07-31 12:20:46 -05:00
test_extension_typing.py Sliding Sync: Add typing notification extension (MSC3961) (#17505) 2024-07-31 13:20:23 -05:00
test_extensions.py Sliding Sync: Add typing notification extension (MSC3961) (#17505) 2024-07-31 13:20:23 -05:00
test_room_subscriptions.py Sliding Sync: Split and move tests (#17504) 2024-07-31 12:20:46 -05:00
test_rooms_invites.py Sliding Sync: Split and move tests (#17504) 2024-07-31 12:20:46 -05:00
test_rooms_meta.py Sliding Sync: Split and move tests (#17504) 2024-07-31 12:20:46 -05:00
test_rooms_required_state.py SS: Reset connection if token is unrecognized (#17529) 2024-08-06 10:39:11 +01:00
test_rooms_timeline.py Sliding Sync: Easier to understand timeline assertions in tests (#17511) 2024-08-05 13:20:15 -05:00
test_sliding_sync.py Sliding Sync: Split and move tests (#17504) 2024-07-31 12:20:46 -05:00