Closed Bug 1420098 Opened 7 years ago Closed 7 years ago

Release Marionette driver 2.5.0 and harness 4.3.0

Categories

(Remote Protocol :: Marionette, defect)

59 Branch
defect
Not set
normal

Tracking

(firefox59 fixed)

RESOLVED FIXED
mozilla59
Tracking Status
firefox59 --- fixed

People

(Reporter: whimboo, Assigned: whimboo)

References

Details

Attachments

(1 file)

With bug 1418227 I fixed a major regression in the Marionette client code, which we shipped with the last release via bug 1401498. A new release should be done to get this fixed for customers.

Changes since marionette-driver 2.4.0:

% hg log -M -r 24906afd73a2:: --template "{desc|firstline}\n" .
Bug 1401498 - Release marionette-driver 2.4.0 and marionette-harness 4.2.0. r=ato
Bug 1412222 - start_session should not ignore the result of connection attempts. r=ato
Bug 1411197 - Quit/Restart without a callable callback shouldn't perform a shutdown. r=maja_zf
Bug 1413852 - TcpTransport.receive() doesn't obey current socket timeout. r=automatedtester
Bug 1413852 - Improve failure message for socket connection attempts. r=automatedtester
Bug 1414096 (attempt 2) - Remove support for nsISupportsString values in nsPrefBranch::{get,set}ComplexValue(). r=florian.
Bug 1414882 - Remove wait_for_port in favor of raise_for_port. r=ato
Bug 1414882 - Add handshake to Marionette client. r=ato
Bug 1414882 - Require successful handshake in raise_for_port. r=ato
Bug 1418227 - Indicate that sock instance is private. r=automatedtester
Bug 1418227 - Socket timeout is lost in TcpTransport.connect(). r=automatedtester
Bug 1408044 - stop using about.dtd as an example in firefox-ui/puppeteer/marionette docs/tests, r=whimboo

Changes in marionette-harness 4.3.0:

% hg log -M -r 24906afd73a2:: --template "{desc|firstline}\n" .
Bug 1411348 - Fix manifest annotation for test_crash.py; r=whimboo
Bug 1408066 - Addon.js install fails if path is incorrect. r=whimboo
Bug 1411197 - Quit/Restart without a callable callback shouldn't perform a shutdown. r=maja_zf
Bug 1406505 - Fix element.getContainer() to return button as container. r=ato
Bug 1406505 - Fix element.isInView to use table cells instead of rows. r=ato
Bug 1406505 - Improve click tests for both legacy and wdspec compliant clicks. r=ato
Bug 1321516 - Switch to WebDriver conformant interactability checks. r=ato
Bug 1414882 - Remove wait_for_port in favor of raise_for_port. r=ato
Bug 1414329 - Make WebDriver:ClickElement wait for click events r=jgraham,whimboo
Bug 1418227 - Socket timeout is lost in TcpTransport.connect(). r=automatedtester
Bug 1408044 - fix miscellaneous tests that depended on about: existing, r=dao
Bug 1416284: Dismiss alerts when we hit an UnexpectedAlertOpen error. r=ato
Assignee: nobody → hskupin
Status: NEW → ASSIGNED
Version: 57 Branch → 59 Branch
Comment on attachment 8933299 [details]
Bug 1420098 - Release Marionette driver 2.5.0 and harness 4.3.0.

https://reviewboard.mozilla.org/r/204244/#review209818
Attachment #8933299 - Flags: review?(ato) → review+
Pushed by hskupin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b028690380cc
Release Marionette driver 2.5.0 and harness 4.3.0. r=ato
https://hg.mozilla.org/mozilla-central/rev/b028690380cc
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
Released to PyPI:

creating build/bdist.macosx-10.11-x86_64/wheel/marionette_driver-2.5.0.dist-info/WHEEL
Uploading distributions to https://upload.pypi.org/legacy/
Uploading marionette_driver-2.5.0-py2-none-any.whl
Uploading marionette_driver-2.5.0.tar.gz

creating build/bdist.macosx-10.11-x86_64/wheel/marionette_harness-4.3.0.dist-info/WHEEL
Uploading distributions to https://upload.pypi.org/legacy/
Uploading marionette_harness-4.3.0-py2-none-any.whl
Uploading marionette-harness-4.3.0.tar.gz

Here an updated list of changes:

% hg log -M -r 24906afd73a2:: --template "{desc|firstline}\n" .
Bug 1401498 - Release marionette-driver 2.4.0 and marionette-harness 4.2.0. r=ato
Bug 1412222 - start_session should not ignore the result of connection attempts. r=ato
Bug 1411197 - Quit/Restart without a callable callback shouldn't perform a shutdown. r=maja_zf
Bug 1413852 - TcpTransport.receive() doesn't obey current socket timeout. r=automatedtester
Bug 1413852 - Improve failure message for socket connection attempts. r=automatedtester
Bug 1414096 (attempt 2) - Remove support for nsISupportsString values in nsPrefBranch::{get,set}ComplexValue(). r=florian.
Bug 1414882 - Remove wait_for_port in favor of raise_for_port. r=ato
Bug 1414882 - Add handshake to Marionette client. r=ato
Bug 1414882 - Require successful handshake in raise_for_port. r=ato
Bug 1418227 - Indicate that sock instance is private. r=automatedtester
Bug 1418227 - Socket timeout is lost in TcpTransport.connect(). r=automatedtester
Bug 1408044 - stop using about.dtd as an example in firefox-ui/puppeteer/marionette docs/tests, r=whimboo
Bug 1352497 - Remove about:healthreport. r=gfritzsche,nechen

Changes in marionette-harness 4.3.0:

% hg log -M -r 24906afd73a2:: --template "{desc|firstline}\n" .
Bug 1411348 - Fix manifest annotation for test_crash.py; r=whimboo
Bug 1408066 - Addon.js install fails if path is incorrect. r=whimboo
Bug 1411197 - Quit/Restart without a callable callback shouldn't perform a shutdown. r=maja_zf
Bug 1406505 - Fix element.getContainer() to return button as container. r=ato
Bug 1406505 - Fix element.isInView to use table cells instead of rows. r=ato
Bug 1406505 - Improve click tests for both legacy and wdspec compliant clicks. r=ato
Bug 1321516 - Switch to WebDriver conformant interactability checks. r=ato
Bug 1414882 - Remove wait_for_port in favor of raise_for_port. r=ato
Bug 1414329 - Make WebDriver:ClickElement wait for click events r=jgraham,whimboo
Bug 1418227 - Socket timeout is lost in TcpTransport.connect(). r=automatedtester
Bug 1408044 - fix miscellaneous tests that depended on about: existing, r=dao
Bug 1416284: Dismiss alerts when we hit an UnexpectedAlertOpen error. r=ato
Bug 1381459 - Allow closing of browserless tabs. r=whimboo
Product: Testing → Remote Protocol
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: