Closed
Bug 1495667
Opened 5 years ago
Closed 5 years ago
Intermittent js/xpconnect/tests/marionette/test_loader_global_sharing.py TestLoaderGlobalSharing.test_global_sharing_settings | IOError: Process has been unexpectedly closed (Exit code: 0) (Reason: Requested restart of the application was aborted)
Categories
(Core :: XPConnect, defect, P5)
Core
XPConnect
Tracking
()
RESOLVED
FIXED
mozilla65
People
(Reporter: intermittent-bug-filer, Assigned: whimboo)
References
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
Filed by: hskupin [at] mozilla.com https://treeherder.mozilla.org/logviewer.html#?job_id=202814731&repo=try https://queue.taskcluster.net/v1/task/PvjqMicUR9OC9qwsW30EBg/runs/0/artifacts/public/logs/live_backing.log This test always fails on Windows only for my mozprocess changes in bug 1433905. It's happening during a restart of Firefox, where Firefox doesn't seem to get restarted but just quits. Via bug 1433873 I want to improve restarts of Firefox in Marionette. I would like to disable the test for the moment on Windows, and re-enable soon when the Marionette changes have been landed.
Assignee | ||
Comment 1•5 years ago
|
||
Please note that this actually only fails on opt and pgo, but not debug nor ASAN. So I'm only going to skip it for those builds.
Assignee | ||
Comment 2•5 years ago
|
||
That Firefox is closing always happens for the following sub test:
> 08:28:42 INFO - Testing MOZ_LOADER_SHARE_GLOBAL='1' jsloader.shareGlobal=False
> 08:28:43 INFO - IO Completion Port unexpectedly closed
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 4•5 years ago
|
||
This was a failure only happening between October 1st and 3rd. Since then no more failure has been reported. Closing as WFM.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Comment 5•5 years ago
|
||
Actually the test got disabled by bug 1433905 for Windows. That's why it didn't happen anymore. We should see that we can re-enable it now.
Assignee | ||
Comment 6•5 years ago
|
||
Lets see: https://treeherder.mozilla.org/#/jobs?repo=try&revision=ca4948948257437b26e30eea5cd75ce7721959ca
Assignee | ||
Updated•5 years ago
|
status-firefox64:
--- → disabled
status-firefox65:
--- → disabled
Assignee | ||
Comment 7•5 years ago
|
||
Pushed by hskupin@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/25413533daa2 Re-enable js/xpconnect/tests/marionette/test_loader_global_sharing.py on Windows. r=jgraham
Comment 9•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/25413533daa2
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → hskupin
Status: REOPENED → RESOLVED
Closed: 5 years ago → 5 years ago
Keywords: leave-open,
test-disabled
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
You need to log in
before you can comment on or make changes to this bug.
Description
•