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

Attempt to handle ChromeDriver versions better #16562

Merged
merged 3 commits into from Apr 26, 2019

Conversation

Hexcles
Copy link
Member

@Hexcles Hexcles commented Apr 26, 2019

Previous fix (#16454) was insufficient; see
https://crbug.com/chromedriver/2656#c21

This time the fix is two-fold: 1. use the tip-of-tree build of
ChromeDriver as the final fall back; 2. when running Chrome Dev, disable
ChromeDriver's version check (which might make results a bit unreliable
when 1 is in effect).

This should finally fix #16448.

Previous fix (#16454) was insufficient; see
https://crbug.com/chromedriver/2656#c21

This time the fix is two-fold: 1. use the tip-of-tree build of
ChromeDriver as the final fall back; 2. when running Chrome Dev, disable
ChromeDriver's version check (which might make results a bit unreliable
when 1 is in effect).
@wpt-pr-bot wpt-pr-bot added the ci label Apr 26, 2019
@Hexcles Hexcles closed this Apr 26, 2019
@Hexcles Hexcles reopened this Apr 26, 2019
@Hexcles
Copy link
Member Author

Hexcles commented Apr 26, 2019

This is rather urgent; if anyone gets a chance to approve it, please directly squash-merge the PR (use my PR description as the commit message). Thanks!

@gsnedders gsnedders merged commit fd085a7 into master Apr 26, 2019
@gsnedders gsnedders deleted the disable-chromedriver-version-check branch April 26, 2019 20:58
marcoscaceres pushed a commit that referenced this pull request Jul 23, 2019
Previous fix (#16454) was insufficient; see
https://crbug.com/chromedriver/2656#c21

This time the fix is two-fold: 1. use the tip-of-tree build of
ChromeDriver as the final fall back; 2. when running Chrome Dev, disable
ChromeDriver's version check (which might make results a bit unreliable
when 1 is in effect).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TaskCluster Chrome builds failing
4 participants