Skip to content

Conversation

@t3chguy
Copy link
Member

@t3chguy t3chguy commented Jan 6, 2025

There's no guarantee that the unsubscription & subscription occur in the same request given the add/remove APIs are async. The setting of the sliding sync proxy was also racing with the other init script, causing it to be flaky.

Fixes #28851
Fixes #28866
Fixes #28873
Fixes #28865
Fixes #28875

There's no guarantee that the unsubscription & subscription occur in the same request given the add/remove APIs are async

Signed-off-by: Michael Telatynski <[email protected]>
Signed-off-by: Michael Telatynski <[email protected]>
@t3chguy t3chguy added this pull request to the merge queue Jan 6, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 6, 2025
…to t3chguy/stabilise-sliding-sync-subs-test

# Conflicts:
#	playwright/element-web-test.ts
@t3chguy t3chguy added this pull request to the merge queue Jan 8, 2025
Merged via the queue into develop with commit 5caad70 Jan 8, 2025
33 checks passed
@t3chguy t3chguy deleted the t3chguy/stabilise-sliding-sync-subs-test branch January 8, 2025 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment