Closed
Bug 1425010
Opened 8 years ago
Closed 8 years ago
Intermittent Android Test-verify No tests run or test summary not found - test/unit/test_storage_connection.js
Categories
(Testing :: General, defect, P5)
Tracking
(firefox59 fixed)
RESOLVED
FIXED
mozilla59
| Tracking | Status | |
|---|---|---|
| firefox59 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: gbrown)
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
|
1.11 KB,
patch
|
jmaher
:
review+
|
Details | Diff | Splinter Review |
Filed by: csabou [at] mozilla.com
https://treeherder.mozilla.org/logviewer.html#?job_id=151452736&repo=autoland
https://queue.taskcluster.net/v1/task/OsLuTu1cQO-KLlQDviDWJQ/runs/0/artifacts/public/logs/live_backing.log
[task 2017-12-13T12:51:49.902Z] 12:51:49 INFO - :::
[task 2017-12-13T12:51:49.903Z] 12:51:49 INFO - ::: Test verification summary for: /builds/worker/workspace/build/tests/xpcshell/tests/storage/test/unit/test_storage_connection.js
[task 2017-12-13T12:51:49.904Z] 12:51:49 INFO - :::
[task 2017-12-13T12:51:49.905Z] 12:51:49 INFO - ::: 1. Run each test 10 times, sequentially. : Pass
[task 2017-12-13T12:51:49.906Z] 12:51:49 INFO - ::: 2. Run each test 10 times, sequentially, in chaos mode. : Pass
[task 2017-12-13T12:51:49.907Z] 12:51:49 INFO - :::
[task 2017-12-13T12:51:49.908Z] 12:51:49 INFO - ::: Test verification PASSED
[task 2017-12-13T12:51:49.909Z] 12:51:49 INFO - :::
[task 2017-12-13T12:51:49.922Z] 12:51:49 INFO - Return code: 0
[task 2017-12-13T12:51:49.923Z] 12:51:49 ERROR - No tests run or test summary not found
[task 2017-12-13T12:51:49.923Z] 12:51:49 INFO - TinderboxPrint: xpcshell<br/><em class="testfail">T-FAIL</em>
[task 2017-12-13T12:51:49.924Z] 12:51:49 INFO - ##### xpcshell log ends
[task 2017-12-13T12:51:49.924Z] 12:51:49 WARNING - # TBPL WARNING #
[task 2017-12-13T12:51:49.925Z] 12:51:49 WARNING - setting return code to 1
[task 2017-12-13T12:51:49.925Z] 12:51:49 WARNING - TinderboxPrint: Verification of .../unit/test_storage_connection.js<br/>: WARNING
Updated•8 years ago
|
Summary: Intermittent Test-verify No tests run or test summary not found - test/unit/test_storage_connection.js → Intermittent Android Test-verify No tests run or test summary not found - test/unit/test_storage_connection.js
| Assignee | ||
Updated•8 years ago
|
Assignee: nobody → gbrown
| Assignee | ||
Comment 1•8 years ago
|
||
Bug 1423820 modified this test, triggering verification. Verification passed on all platforms except android.
This test is annotated:
fail-if = os == "android"
| Comment hidden (Intermittent Failures Robot) |
| Assignee | ||
Comment 3•8 years ago
|
||
This happens at
https://dxr.mozilla.org/mozilla-central/rev/1624b88874765bf57e9feba176d30149c748d9d2/testing/mozharness/mozharness/mozilla/testing/unittest.py#189-191
I reproduced with additional logging on try.
https://treeherder.mozilla.org/#/jobs?repo=try&revision=cac14a883c953fd9e69fa8d4c2b153219ee18020
As expected, pass_count and fail_count are 0, but known_fail_count is None -- interesting.
| Assignee | ||
Comment 4•8 years ago
|
||
All is well if we just make mozharness aware of the Todo: summary logging.
https://treeherder.mozilla.org/#/jobs?repo=try&revision=e73d17b7688cd113a240ca52b6df635872f127e3
Attachment #8938447 -
Flags: review?(jmaher)
Comment 5•8 years ago
|
||
Comment on attachment 8938447 [details] [diff] [review]
update mozharness error regex for xpcshell
Review of attachment 8938447 [details] [diff] [review]:
-----------------------------------------------------------------
this gets better every day
Attachment #8938447 -
Flags: review?(jmaher) → review+
| Assignee | ||
Comment 6•8 years ago
|
||
Pushed by gbrown@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/07d3581a0230
Update mozharness error regex for xpcshell known failures; r=jmaher
Comment 8•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox59:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
You need to log in
before you can comment on or make changes to this bug.
Description
•