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

fix(trace viewer): limit the number of contexts loaded in sw #33244

Merged
merged 1 commit into from
Oct 23, 2024

Conversation

dgozman
Copy link
Contributor

@dgozman dgozman commented Oct 23, 2024

UI mode may load many traces, one for each test, in the same service worker. This change introduces an upper limit to the number of traces stored in sw.

References #33086, #33219, #33141.

UI mode may load many traces, one for each test, in the same
service worker. This change introduces an upper limit to the
number of traces stored in sw.
Copy link
Contributor

Test results for "tests 1"

1 flaky ⚠️ [webkit-library] › library/browsercontext-reuse.spec.ts:50:1 › should reset serviceworker @webkit-ubuntu-22.04-node18

36565 passed, 626 skipped
✔️✔️✔️

Merge workflow run.

@dgozman dgozman merged commit ec9c11f into microsoft:main Oct 23, 2024
29 checks passed
dgozman added a commit to dgozman/playwright that referenced this pull request Oct 24, 2024
dgozman added a commit that referenced this pull request Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants