Closed
Bug 1341527
Opened 8 years ago
Closed 8 years ago
Intermittent android-test | Execution failed for task ':app:testAutomationDebugUnitTest'.
Categories
(Firefox for Android Graveyard :: Testing, defect, P1)
Firefox for Android Graveyard
Testing
Tracking
(firefox52 unaffected, firefox53 unaffected, firefox54 fixed)
RESOLVED
FIXED
Firefox 54
Tracking | Status | |
---|---|---|
firefox52 | --- | unaffected |
firefox53 | --- | unaffected |
firefox54 | --- | fixed |
People
(Reporter: ihsiao, Assigned: ahunt)
References
Details
(Keywords: intermittent-failure, Whiteboard: [MobileAS])
Attachments
(2 files)
18:40:25 INFO - :app:testAutomationDebugUnitTest
18:40:25 INFO - org.mozilla.gecko.icons.preparation.TestSuggestedSitePreparer > testSuggestedIconsAdded FAILED
18:40:25 INFO - java.lang.NullPointerException at TestSuggestedSitePreparer.java:37
18:40:25 INFO - org.mozilla.gecko.icons.preparation.TestSuggestedSitePreparer > testNonSuggestedURL FAILED
18:40:25 INFO - java.lang.NullPointerException at TestSuggestedSitePreparer.java:37
18:41:33 INFO - 715 tests completed, 2 failed, 2 skipped
18:41:34 INFO - :app:testAutomationDebugUnitTest FAILED
18:41:34 INFO - TEST-UNEXPECTED-FAIL | android-test | There were failing tests. See the report at: https://queue.taskcluster.net/v1/task/BMTT5pQbTtimYIAJfOjHvw/runs/0/artifacts/public/android/unittest/automationDebug/index.html
18:41:34 INFO - FAILURE: Build failed with an exception.
18:41:34 INFO - * What went wrong:
18:41:34 INFO - Execution failed for task ':app:testAutomationDebugUnitTest'.
18:41:34 INFO - > There were failing tests. See the report at: file:///home/worker/workspace/build/src/obj-firefox/gradle/build/mobile/android/app/reports/tests/automationDebug/index.html
18:41:34 INFO - * Try:
18:41:34 INFO - Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
18:41:34 INFO - BUILD FAILED
18:41:34 INFO - Total time: 2 mins 3.744 secs
18:41:34 ERROR - Return code: 1
18:41:34 ERROR - 1 not in success codes: [0]
18:41:34 WARNING - setting return code to 2
18:41:34 FATAL - Halting on failure while running ['python2.7', 'mach', '--log-no-times', 'gradle', 'app:testAutomationDebugUnitTest']
18:41:34 FATAL - Running post_fatal callback...
18:41:34 FATAL - Exiting 2
18:41:34 INFO - [mozharness: 2017-02-15 18:41:34.497043Z] Finished build step (failed)
18:41:34 INFO - Running post-run listener: _summarize
18:41:34 ERROR - # TBPL FAILURE #
18:41:34 INFO - [mozharness: 2017-02-15 18:41:34.497776Z] FxDesktopBuild summary:
18:41:34 ERROR - # TBPL FAILURE #
https://treeherder.mozilla.org/logviewer.html#?job_id=77679227&repo=autoland&lineNumber=3724
https://public-artifacts.taskcluster.net/BMTT5pQbTtimYIAJfOjHvw/0/public/logs/live_backing.log
https://treeherder.mozilla.org/#/jobs?repo=autoland&revision=0cfcc10ad05c6bb6d8b6494b5648950169d588ff&selectedJob=77679227
Reporter | ||
Updated•8 years ago
|
Keywords: intermittent-failure
Comment hidden (mozreview-request) |
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → ahunt
Iteration: --- → 1.16
Whiteboard: [MobileAS]
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Assignee | ||
Updated•8 years ago
|
Attachment #8840519 -
Flags: review?(s.kaspari)
Comment hidden (Intermittent Failures Robot) |
Comment 5•8 years ago
|
||
mozreview-review |
Comment on attachment 8840629 [details]
Bug 1341527 - Move UserManager mocking into helper class
https://reviewboard.mozilla.org/r/115080/#review117750
::: mobile/android/tests/background/junit4/src/org/mozilla/gecko/helpers/MockUserManager.java:24
(Diff revision 1)
> + // This seems to be done automatically in newer versions of RoboElectric, we need our own
> + // version for now:
Is it an option to just update Robolectric? This is easier than our app dependencies. Let's file a bug if this is the way to go and we can do it after Focus. :)
Attachment #8840629 -
Flags: review?(s.kaspari) → review+
Comment 6•8 years ago
|
||
mozreview-review |
Comment on attachment 8840519 [details]
Bug 1341527 - Add restrictions mocking to SuggestedSitePreparer test
https://reviewboard.mozilla.org/r/115006/#review117752
Attachment #8840519 -
Flags: review?(s.kaspari) → review+
Assignee | ||
Comment 7•8 years ago
|
||
mozreview-review |
Comment on attachment 8840629 [details]
Bug 1341527 - Move UserManager mocking into helper class
https://reviewboard.mozilla.org/r/115080/#review117876
::: mobile/android/tests/background/junit4/src/org/mozilla/gecko/helpers/MockUserManager.java:24
(Diff revision 1)
> + // This seems to be done automatically in newer versions of RoboElectric, we need our own
> + // version for now:
Filed as bug 1343556 !
Pushed by ahunt@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9f67d8a50747
Move UserManager mocking into helper class r=sebastian
https://hg.mozilla.org/integration/autoland/rev/a0d02ea27731
Add restrictions mocking to SuggestedSitePreparer test r=sebastian
Comment 9•8 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/9f67d8a50747
https://hg.mozilla.org/mozilla-central/rev/a0d02ea27731
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox54:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 54
Updated•8 years ago
|
status-firefox52:
--- → unaffected
status-firefox53:
--- → unaffected
Comment hidden (Intermittent Failures Robot) |
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•