Closed
Bug 1276672
Opened 8 years ago
Closed 8 years ago
browser_mozloop_telemetry.js creates a zombie process when running on windows7 VM
Categories
(Hello (Loop) :: Client, defect, P4)
Hello (Loop)
Client
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jmaher, Unassigned)
References
Details
Attachments
(1 file)
977 bytes,
patch
|
RyanVM
:
review+
|
Details | Diff | Splinter Review |
we are trying to move all our windows7 tests to run on a AWS VM instead of hardware in our datacenter. This is going well, but a few tests are problematic. In this case we get a zombiecheck failure in browser-chrome tests on opt tests (https://treeherder.mozilla.org/#/jobs?repo=try&revision=dfb24c916a3abf215ebc7de2e8c9d95e60648038) in this log file: http://archive.mozilla.org/pub/firefox/try-builds/jmaher@mozilla.com-dfb24c916a3abf215ebc7de2e8c9d95e60648038/try-win32/try_win7_vm_test-mochitest-browser-chrome-1-bm139-tests1-windows-build85.txt.gz I did a bunch of try pushes to bisect this down and found browser_mozLoop_telemetry.js to be the root cause of these zombie process issues. I plan to disable this test for win7_opt, with the goal of it becoming undisabled in the near future.
Reporter | ||
Comment 1•8 years ago
|
||
Attachment #8757942 -
Flags: review?(ryanvm)
Reporter | ||
Updated•8 years ago
|
Keywords: leave-open
Comment 2•8 years ago
|
||
Comment on attachment 8757942 [details] [diff] [review] temporarily disable test for zombieleak failures Review of attachment 8757942 [details] [diff] [review]: ----------------------------------------------------------------- ::: browser/extensions/loop/chrome/test/mochitest/browser.ini @@ +17,5 @@ > [browser_mozLoop_socialShare.js] > [browser_panel_privateBrowsing.js] > [browser_mozLoop_sharingListeners.js] > [browser_mozLoop_telemetry.js] > +skip-if = os == win && !debug # zombiecheck | child process 1228 still alive after shutdown (on win7-vm specifically) Please add a bug number here.
Attachment #8757942 -
Flags: review?(ryanvm) → review+
Pushed by jmaher@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/b780d702673a disable browser_mozLoop_telemetry.js on win7_opt for zombieleak failures. r=RyanVM
Comment 4•8 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/b780d702673a
Updated•8 years ago
|
Rank: 45
Priority: -- → P4
Comment 5•8 years ago
|
||
Also landed the disabling in the loop repository: https://github.com/mozilla/loop/commit/5ac0ae0edc258f1ea44860f00a47e6372718fa71
Reporter | ||
Comment 6•8 years ago
|
||
this test case is removed
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Comment 7•7 years ago
|
||
Removing leave-open keyword from resolved bugs, per :sylvestre.
Keywords: leave-open
You need to log in
before you can comment on or make changes to this bug.
Description
•