Closed
Bug 1979927
Opened 22 days ago
Closed 20 days ago
Do not run test cleanup steps if the session has ended in-between
Categories
(Remote Protocol :: Agent, task, P2)
Remote Protocol
Agent
Tracking
(firefox142 fixed, firefox143 fixed)
RESOLVED
FIXED
143 Branch
People
(Reporter: Sasha, Assigned: Sasha)
References
Details
(Whiteboard: [webdriver:m17], [wptsync upstream])
Attachments
(2 files)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
phab-bot
:
approval-mozilla-beta+
|
Details | Review |
The failures on bug 1965179, seems to be coming from the content crashes which happen later in the test or during cleanup. At the moment, we only check if the session has ended before running all the cleanup steps, but it looks like it can happen in between the steps, so we should rather check it before running each of them.
Assignee | ||
Comment 1•21 days ago
|
||
Updated•21 days ago
|
Assignee: nobody → aborovova
Status: NEW → ASSIGNED
Assignee | ||
Updated•21 days ago
|
Points: --- → 2
Priority: -- → P2
Whiteboard: [webdriver:m17]
Pushed by aborovova@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/e6f90d431ccc
https://hg.mozilla.org/integration/autoland/rev/ff387515ab30
Do not run test cleanup steps if the session has ended in-between. r=webdriver-reviewers,jdescottes
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/54063 for changes under testing/web-platform/tests
Whiteboard: [webdriver:m17] → [webdriver:m17], [wptsync upstream]
Comment 4•20 days ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 20 days ago
status-firefox143:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 143 Branch
Upstream PR merged by moz-wptsync-bot
Upstream PR merged by moz-wptsync-bot
Assignee | ||
Comment 7•16 days ago
|
||
Original Revision: https://phabricator.services.mozilla.com/D259213
Updated•16 days ago
|
Attachment #9504838 -
Flags: approval-mozilla-beta?
Comment 8•16 days ago
|
||
firefox-beta Uplift Approval Request
- User impact if declined: None
- Code covered by automated testing: yes
- Fix verified in Nightly: yes
- Needs manual QE test: no
- Steps to reproduce for manual QE testing: None
- Risk associated with taking this patch: Low
- Explanation of risk level: Only affects wdspec tests
- String changes made/needed: None
- Is Android affected?: yes
Updated•16 days ago
|
Attachment #9504838 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Updated•16 days ago
|
status-firefox142:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•