Closed
Bug 1099363
Opened 10 years ago
Closed 7 years ago
[Flame] tests running on device eventually times out and freezes device
Categories
(Testing Graveyard :: JSMarionette, defect)
Testing Graveyard
JSMarionette
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: njpark, Unassigned)
References
Details
Attachments
(1 file)
3.26 MB,
text/x-vhdl
|
Details |
STR:
run ./apps/calendar/test/marionette/day_view_test.js with the command TEST_FILES=./apps/calendar/test/marionette/day_view_test.js B^CLDAPP=device make test-integration
Expected:
All tests pass, since this is included in the Gij 1 manifest.
Actual:
Test fails with the following error message:
https://pastebin.mozilla.org/7309516
And the device becomes slower, and eventually freezes on the mozilla splash screen before the bootup.
Reporter | ||
Updated•10 years ago
|
Reporter | ||
Comment 1•10 years ago
|
||
Running commands in the Description on the lastest gaia freezes the device, and no tests are run. This happens consistently.
However, when NODE_DEBUG=* is added, then the test starts to run, but eventually freezes again.
See the log: https://gist.github.com/npark-mozilla/5367bf4a84c6b2ca7222
When the new build is flashed onto the device, and the test is executed with the NODE_DEBUG=* command, the phone freezes before starting any of the test.
See the log: https://gist.github.com/npark-mozilla/ab75f03b61073ea64b34
When node_modules folder is deleted, and the test is run with NODE_DEBUG=* parameter again, it shows same behavior as the first case. (Runs for a while, then freezes)
See the log: https://gist.github.com/npark-mozilla/164f255c42861af8983f
Comment 3•10 years ago
|
||
will look into it in person since I can't reproduce it. Also, may be worth waiting for the latest marionette-js-runner to be added to gaia-node-modules.
Flags: needinfo?(mdas)
Reporter | ||
Comment 4•10 years ago
|
||
Logcat of the run TEST_FILES=./apps/calendar/test/marionette/day_view_test.js BUILDAPP=device NODE_DEBUG=* make test-integration
The phone completely froze at the end of the test.
there was no profiles under /data/local on the device when the phone froze.
Comment 5•10 years ago
|
||
I can repro this issue too with the latest eng build on my device and the latest gaia.
Reporter | ||
Comment 6•10 years ago
|
||
Should be noted that all devices where freeze happened is in 319MB configuration with v188-1
Comment 7•10 years ago
|
||
yup, the secret sauce was 319mb ram. I can finally reproduce this
Flags: needinfo?(mdas)
Comment 8•7 years ago
|
||
Bulk closed as part of https://bugzilla.mozilla.org/show_bug.cgi?id=1422750
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INCOMPLETE
Updated•7 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•