Closed
Bug 1674129
Opened 5 years ago
Closed 5 years ago
Firefox process is not always killed when "WebDriver:NewSession" is failing
Categories
(Remote Protocol :: Marionette, defect, P1)
Tracking
(firefox84 fixed)
RESOLVED
FIXED
84 Branch
Tracking | Status | |
---|---|---|
firefox84 | --- | fixed |
People
(Reporter: whimboo, Assigned: whimboo)
Details
Attachments
(2 files)
When the creation of the new session fails the Marionette client isn't able to close Firefox via the delete session command, which is fine. But it also doesn't kill the currently running instance of Firefox, and leaves the process behind.
That also means that Marionette is trying again to connect to the former instance of Firefox when tests are run the next time.
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → hskupin
Status: NEW → ASSIGNED
Assignee | ||
Updated•5 years ago
|
Priority: P3 → P1
Assignee | ||
Comment 2•5 years ago
|
||
Just making it clear that this is due to some unknown errors like global Javascript syntax errors.
Summary: Firefox process is not killed when "WebDriver:NewSession" is failing → Firefox process is not always killed when "WebDriver:NewSession" is failing
Pushed by hskupin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/114720221065
[marionette] Kill managed process if "New Session" command fails due to an unknown error. r=marionette-reviewers,maja_zf
Assignee | ||
Comment 4•5 years ago
|
||
Depends on D96972
Pushed by hskupin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2f13566224d9
[marionette] Fix linting failure. r=marionette-reviewers,maja_zf
Comment 6•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/114720221065
https://hg.mozilla.org/mozilla-central/rev/2f13566224d9
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox84:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 84 Branch
Updated•2 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•