Closed
Bug 1114646
Opened 11 years ago
Closed 11 years ago
[Raptor] Reboot test times out
Categories
(Firefox OS Graveyard :: Gaia::PerformanceTest, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Eli, Assigned: Eli)
Details
(Keywords: perf, Whiteboard: [systemsfe])
Attachments
(2 files)
When attempting to run the Reboot test, the device correctly reboots, but upon finishing the test does not complete and times out.
---
DEBUG=* node tests/raptor/boot_test.js
[Test] Starting run 1
raptor:device [Logging] Clearing Log +0ms
raptor:command [Executing Command] adb logcat -c +1ms
raptor:device [Rebooting] +35ms
raptor:command [Executing Command] DEVICETIME=$(adb shell echo '$EPOCHREALTIME') && adb reboot && adb wait-for-device && echo $DEVICETIME +0ms
raptor:device [Logging] +17s Performance Entry: mark|deviceReboot@System|0|0|1419267938220.085
raptor:command [Executing Command] adb shell 'log -p i -t GeckoConsole "Performance Entry: mark|deviceReboot@System|0|0|1419267938220.085"' +0ms
raptor:device [Logging] Clearing Log +2ms
raptor:command [Executing Command] adb logcat -c +0ms
raptor:reboot Received performance entry `loadEnd` for GeckoConsole +11s
raptor:reboot Received performance entry `homescreenStart` for System +12s
raptor:reboot Received performance entry `navigationLoaded` for Homescreen +14ms
raptor:reboot Received performance entry `navigationInteractive` for Homescreen +0ms
raptor:reboot Received performance entry `osLogoEnd` for GeckoConsole +960ms
raptor:reboot Received performance entry `visuallyLoaded` for Homescreen +680ms
raptor:reboot Received performance entry `contentInteractive` for Homescreen +5ms
raptor:reboot Received performance entry `fullyLoaded` for Homescreen +848ms
[Test] Run 1 timed out, retry attempt 1
| Assignee | ||
Comment 1•11 years ago
|
||
Looks like with a recent change to manifest names, we no longer get a smart map from GeckoConsole to System.
| Assignee | ||
Comment 2•11 years ago
|
||
Attachment #8540216 -
Flags: review?(rwood)
Comment 3•11 years ago
|
||
Comment on attachment 8540216 [details] [review]
Link to Github pull-request: https://github.com/mozilla-b2g/raptor/pull/4
Fixes a single run, however the test times out if RUNS>1 (in a different place, just after [Test] Run 1 complete).
Attachment #8540216 -
Flags: review?(rwood) → review-
| Assignee | ||
Comment 4•11 years ago
|
||
Comment on attachment 8540216 [details] [review]
Link to Github pull-request: https://github.com/mozilla-b2g/raptor/pull/4
Looks like the test was also suffering from a race condition between creating the `deviceReboot` and clearing the log. Give this one a go.
Attachment #8540216 -
Flags: review- → review?(rwood)
Comment 5•11 years ago
|
||
Comment on attachment 8540216 [details] [review]
Link to Github pull-request: https://github.com/mozilla-b2g/raptor/pull/4
Latest PR works great with single or multiple test runs.
Attachment #8540216 -
Flags: review?(rwood) → review+
| Assignee | ||
Comment 6•11 years ago
|
||
Bumping gaia-raptor module, already r+'d by :rwood.
Attachment #8540751 -
Flags: review?(kgrandon)
Updated•11 years ago
|
Attachment #8540751 -
Flags: review?(kgrandon) → review+
| Assignee | ||
Comment 7•11 years ago
|
||
gaia-raptor, master: https://github.com/mozilla-b2g/raptor/commit/f461a50fc09cfd2c1bacee31e2d2178b1ddb85c5
gaia-node-modules master: https://github.com/mozilla-b2g/gaia-node-modules/commit/580c7090140eca853def29bf96b1067fe6a6dddc
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Whiteboard: [systemsfe]
You need to log in
before you can comment on or make changes to this bug.
Description
•