Closed
Bug 1397076
Opened 7 years ago
Closed 6 years ago
Intermittent test_quit_restart.py TestServerQuitApplication.test_empty_default | IOError: Process killed because the connection to Marionette server is lost. Check gecko.log for errors (Reason: [Errno 111] Connection refused)
Categories
(Testing :: Marionette Client and Harness, defect, P5)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: intermittent-bug-filer, Unassigned)
References
Details
(Keywords: intermittent-failure)
The `quit` command was correctly processed and Firefox shutdown but it looks like that the process just hangs and doesn't fully quit. Sadly it's an opt build so no further information can be seen.
[task 2017-09-05T22:16:18.977334Z] 22:16:18 INFO - 1504649778969 Marionette TRACE 3 <- [1,6,null,{"cause":"shutdown"}]
[task 2017-09-05T22:16:18.995139Z] 22:16:18 INFO - 1504649778985 Marionette DEBUG Closed connection 3
[task 2017-09-05T22:16:19.219967Z] 22:16:19 INFO - *** UTM:SVC TimerManager:registerTimer called after profile-before-change notification. Ignoring timer registration for id: telemetry_modules_ping
[task 2017-09-05T22:16:19.389936Z] 22:16:19 INFO - 1504649779384 Marionette DEBUG Received observer notification "xpcom-shutdown"
[task 2017-09-05T22:16:19.491681Z] 22:16:19 INFO - Application command: /builds/worker/workspace/build/application/firefox/firefox -no-remote -marionette -profile /tmp/tmpp1LDuP.mozrunner
[task 2017-09-05T22:19:20.644167Z] 22:19:20 INFO - TEST-UNEXPECTED-ERROR | test_quit_restart.py TestServerQuitApplication.test_empty_default | IOError: Process killed because the connection to Marionette server is lost. Check gecko.log for errors (Reason: [Errno 111] Connection refused)
status-firefox57:
--- → affected
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
This needs my patch on bug 1410366.
Depends on: 1410366
Assignee: nobody → hskupin
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox58:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla58
Updated•7 years ago
|
Comment hidden (Intermittent Failures Robot) |
Looks like this is not fixed and I wrongly closed it as such. It seems that this is another case of race condition which needs bug 1433873 fixed.
Assignee: hskupin → nobody
Status: RESOLVED → REOPENED
status-firefox57:
fixed → ---
status-firefox58:
fixed → ---
Depends on: 1433873
Resolution: FIXED → ---
Target Milestone: mozilla58 → ---
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 13•7 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 7 years ago → 7 years ago
Resolution: --- → INCOMPLETE
Updated•6 years ago
|
Status: RESOLVED → REOPENED
Resolution: INCOMPLETE → ---
Comment hidden (Intermittent Failures Robot) |
Comment 15•6 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 7 years ago → 6 years ago
Resolution: --- → INCOMPLETE
Updated•2 years ago
|
Product: Testing → Remote Protocol
Comment 16•2 years ago
|
||
Moving bug to Testing::Marionette Client and Harness component per bug 1815831.
Component: Marionette → Marionette Client and Harness
Product: Remote Protocol → Testing
You need to log in
before you can comment on or make changes to this bug.
Description
•