Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 29858555: Issue 6391 - WebDriver: Fix runtime problen with Gecko and Firefox (Closed)

Created:
Aug. 17, 2018, 12:30 p.m. by hub
Modified:
Aug. 22, 2018, 7:22 p.m.
CC:
sergei
Base URL:
https://hg.adblockplus.org/adblockpluscore/
Visibility:
Public.

Description

Issue 6391 - WebDriver: Fix runtime problen with Gecko and Firefox

Patch Set 1 #

Patch Set 2 : Fixed Firefox too and now run by default also with Firefox #

Total comments: 5

Patch Set 3 : Updated comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -4 lines) Patch
M README.md View 1 1 chunk +2 lines, -2 lines 0 comments Download
M test/runners/chromium_process.js View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M test/runners/firefox_process.js View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M test_runner.js View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 9
hub
Aug. 17, 2018, 12:30 p.m. (2018-08-17 12:30:26 UTC) #1
hub
Tristan, Dave, this fixes running the test with WebDriver on Chrome. I have tested this ...
Aug. 17, 2018, 12:33 p.m. (2018-08-17 12:33:01 UTC) #2
tlucas
On 2018/08/17 12:33:01, hub wrote: > Tristan, Dave, this fixes running the test with WebDriver ...
Aug. 17, 2018, 1:45 p.m. (2018-08-17 13:45:23 UTC) #3
hub
Updated patch. This did pass on TravisCI. We run test in Firefox by default again.
Aug. 21, 2018, 2:01 p.m. (2018-08-21 14:01:28 UTC) #4
tlucas
Still LGTM (Since Dave is in his holidays, you might want to add someone else ...
Aug. 21, 2018, 2:06 p.m. (2018-08-21 14:06:12 UTC) #5
Sebastian Noack
https://codereview.adblockplus.org/29858555/diff/29860563/test/runners/chromium_process.js File test/runners/chromium_process.js (right): https://codereview.adblockplus.org/29858555/diff/29860563/test/runners/chromium_process.js#newcode38 test/runners/chromium_process.js:38: // disabling sandboxing. It is needed on some systems. ...
Aug. 22, 2018, 5:02 p.m. (2018-08-22 17:02:04 UTC) #6
hub
updated patch https://codereview.adblockplus.org/29858555/diff/29860563/test/runners/chromium_process.js File test/runners/chromium_process.js (right): https://codereview.adblockplus.org/29858555/diff/29860563/test/runners/chromium_process.js#newcode38 test/runners/chromium_process.js:38: // disabling sandboxing. It is needed on ...
Aug. 22, 2018, 5:36 p.m. (2018-08-22 17:36:56 UTC) #7
Sebastian Noack
LGTM https://codereview.adblockplus.org/29858555/diff/29860563/test/runners/firefox_process.js File test/runners/firefox_process.js (right): https://codereview.adblockplus.org/29858555/diff/29860563/test/runners/firefox_process.js#newcode27 test/runners/firefox_process.js:27: const FIREFOX_VERSION = "57.0"; On 2018/08/22 17:36:55, hub ...
Aug. 22, 2018, 6:29 p.m. (2018-08-22 18:29:05 UTC) #8
hub
Aug. 22, 2018, 7:05 p.m. (2018-08-22 19:05:35 UTC) #9
On 2018/08/22 18:29:05, Sebastian Noack wrote:

> There are two level of support. We discourage users to not use anything older
> than the previous release version of their browser, and this is what the
> requirements page reflects (it is auto generated based on real-time release
> information of those browsers). However, technically we support a wider range
of
> browser versions (sometimes exposing limitations of older browser versions but
> with graceful degradation), as reflected in the metadata.* files.

Make sense.

> This is also
> the minimum version our testers do manual testing on, and ideally our
automated
> tests would run as well on the oldest and newest support browser version. It's
> not a priority for now, but we might have to revisit this.

I agree, but I'm not sure there is an easy to work around (or fix) all of these
issues.

Powered by Google App Engine
This is Rietveld