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): EPERM on windows #27693

Merged
merged 1 commit into from
Oct 19, 2023
Merged

fix(trace): EPERM on windows #27693

merged 1 commit into from
Oct 19, 2023

Conversation

dgozman
Copy link
Contributor

@dgozman dgozman commented Oct 18, 2023

When merging trace files, we sometimes left open read streams from the zip, which prevents it from being removed.

Fixes #27286.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

When merging trace files, we sometimes left open read streams
from the zip, which prevents it from being removed.
@dgozman dgozman changed the title chore: test for windows trace EPERM issue fix(trace): EPERM on windows Oct 19, 2023
@github-actions
Copy link
Contributor

Test results for "tests 1"

6 flaky ⚠️ [chromium] › library/tracing.spec.ts:239:5 › should not include trace resources from the previous chunks
⚠️ [chromium] › library/tracing.spec.ts:408:14 › should produce screencast frames fit
⚠️ [chromium] › library/tracing.spec.ts:239:5 › should not include trace resources from the previous chunks
⚠️ [firefox] › library/tracing.spec.ts:239:5 › should not include trace resources from the previous chunks
⚠️ [chromium] › library/tracing.spec.ts:239:5 › should not include trace resources from the previous chunks
⚠️ [webkit] › library/browsercontext-reuse.spec.ts:50:1 › should reset serviceworker

25907 passed, 603 skipped
✔️✔️✔️

Merge workflow run.

@dgozman dgozman merged commit 6e62a11 into microsoft:main Oct 19, 2023
Germandrummer92 pushed a commit to OctoMind-dev/playwright that referenced this pull request Oct 27, 2023
When merging trace files, we sometimes left open read streams from the
zip, which prevents it from being removed.

Fixes microsoft#27286.
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.

[BUG] Error: EPERM or EBUSY related to traces when run all the tests
3 participants