You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #3676, we are migrating the SDK to use Simplified Sliding Sync instead of Sliding Sync itself.
When the PR was written, the version of Synapse used in our integration tests didn't have Simplified Sliding Sync, but was still using the Sliding Sync Proxy. As rightly suggested by @bnjbvr in #3676 (comment), we should not forget to move away from the Proxy once everything is ready inside Synapse.
Step 1
Run tests with Synapse instead of the sliding sync proxy:
In #3676, we are migrating the SDK to use Simplified Sliding Sync instead of Sliding Sync itself.
When the PR was written, the version of Synapse used in our integration tests didn't have Simplified Sliding Sync, but was still using the Sliding Sync Proxy. As rightly suggested by @bnjbvr in #3676 (comment), we should not forget to move away from the Proxy once everything is ready inside Synapse.
Step 1
Run tests with Synapse instead of the sliding sync proxy:
Step 2
We now need to migrate the following tests (that are failing since the migration to Synapse):
sliding_sync::room::test_room_avatar_group_conversation
test_room_preview
andtest_room_avatar_group_conversation
#4032sliding_sync::room::test_room_notification_count
sync::v5::Request::timeline_limit
is not optional ruma/ruma#1914test_room_notification_count
#4031sliding_sync::room::test_delayed_decryption_latest_event
sliding_sync::room::test_room_info_notable_update_deduplication
sliding_sync::room::test_room_preview
test_room_preview
andtest_room_avatar_group_conversation
#4032sliding_sync::notification_client::test_notification
initial: false
for a first response element-hq/synapse#17754test_notification
#4029sync::v5::Response::initial
ruma/ruma#1913Some tests seem to be fixed with Synapse 1.115:
The text was updated successfully, but these errors were encountered: