-
Notifications
You must be signed in to change notification settings - Fork 25.5k
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(benchpress): adjust supported browser names for headless chrome [fixit] #56360
fix(benchpress): adjust supported browser names for headless chrome [fixit] #56360
Conversation
The chrome version controlled by selenium reports chrome-headless-shell in the current setup. This fix accounts for the updated browser name.
@devversion I'm not sure if this is the right place to fix but it looks like |
@pkozlowski-opensource it seems like a reasonable change, but I'm not aware of the issue. What's the issue we are seeing right now? |
@devversion any benchmark at main fails to start now with the:
and the root cause I've tracked down is to the change in the browser name we are getting from the |
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.
Confirming that I reproduce the same in main
. I would fix this similarly. LGTM!
This PR was merged into the repository by commit 31d9fa4. The changes were merged into the following branches: main, 18.0.x |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
The chrome version controlled by selenium reports chrome-headless-shell in the current setup. This fix accounts for the updated browser name.