Uh oh!
There was an error while loading. Please reload this page.
fix(benchpress): adjust supported browser names for headless chrome [fixit] - #56360
fix(benchpress): adjust supported browser names for headless chrome [fixit]#56360pkozlowski-opensource wants to merge 1 commit into
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 |
devversion
commented
Jun 10, 2024
@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? |
pkozlowski-opensource
commented
Jun 10, 2024
@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 |
devversion
left a comment
There was a problem hiding this comment.
Confirming that I reproduce the same in main. I would fix this similarly. LGTM!
AndrewKushnir
commented
Jun 11, 2024
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.