Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stabilise sliding sync playwright test #28879

Merged
merged 3 commits into from
Jan 8, 2025

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 <7t3chguy@gmail.com>
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
@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