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

Use correct options when repairing using CONCURRENCY_BROWSER #395

Merged
merged 3 commits into from
Jan 23, 2022

Conversation

cd9
Copy link
Contributor

@cd9 cd9 commented May 5, 2021

When using perBrowserOptions and CONCURRENCY_BROWSER, a browser repair sequence will currently pass the Browser.options member into Browser.puppeteer.launch instead of the proper options local variable that was used to initially launch the browser. This means the puppeteer browser options will silently switch to the defaults if the chrome instance ever crashes.

This PR simply swaps out the variable for the correct one.

@cd9 cd9 changed the title Use correct options struct when repairing perBrowserOptions Use correct options when repairing using CONCURRENCY_BROWSER May 5, 2021
@IngyuTae
Copy link

IngyuTae commented Aug 9, 2021

This is a bug. Pls merge @thomasdondorf

@thomasdondorf thomasdondorf merged commit bef1142 into thomasdondorf:master Jan 23, 2022
@thomasdondorf
Copy link
Owner

Thanks!

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.

3 participants