-
Notifications
You must be signed in to change notification settings - Fork 4.1k
fix(registry): create unique browser download path #35673
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
base: main
Are you sure you want to change the base?
Conversation
6b17776
to
b279325
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
b279325
to
8d3feaa
Compare
This allows concurrent downloads of browsers by Playwright. Fixes microsoft#32179
8d3feaa
to
8225573
Compare
This comment has been minimized.
This comment has been minimized.
Test results for "tests 1"6 failed 2 flaky39043 passed, 799 skipped Merge workflow run. |
await fs.promises.unlink(zipPath); | ||
await fs.promises.rmdir(downloadFolder, { recursive: true }); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should move this next to the line 70, to nicely cleanup even on failure.
This allows concurrent downloads of browsers by
Playwright.
Fixes #32179