Closed
Bug 1411298
Opened 7 years ago
Closed 7 years ago
Intermittent Perma test-verify No tests were found for flavor 'browser' and the following manifest filters:
Categories
(Testing :: General, defect, P5)
Tracking
(firefox59 fixed)
RESOLVED
FIXED
mozilla59
Tracking | Status | |
---|---|---|
firefox59 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: gbrown)
References
(Blocks 1 open bug)
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
(deleted),
patch
|
jmaher
:
review+
|
Details | Diff | Splinter Review |
Filed by: csabou [at] mozilla.com
https://treeherder.mozilla.org/logviewer.html#?job_id=139152264&repo=mozilla-central
https://queue.taskcluster.net/v1/task/PDFO4TC5T_O-zMZaib3fDw/runs/0/artifacts/public/test_info//browser-chrome_errorsummary.log
[task 2017-10-24T10:56:10.413Z] 10:56:10 ERROR - No tests were found for flavor 'browser' and the following manifest filters:
[task 2017-10-24T10:56:10.415Z] 10:56:10 ERROR - skip_if, run_if, fail_if, remove_imptest_failure_expectations, subsuite(name=None), pathprefix(['browser/tools/mozscreenshots/browser_boundingbox.js'])
[task 2017-10-24T10:56:10.417Z] 10:56:10 ERROR -
[task 2017-10-24T10:56:10.419Z] 10:56:10 ERROR - Make sure the test paths (if any) are spelt correctly and the corresponding
[task 2017-10-24T10:56:10.420Z] 10:56:10 ERROR - --flavor and --subsuite are being used. See `mach mochitest --help` for a
[task 2017-10-24T10:56:10.422Z] 10:56:10 ERROR - list of valid flavors.
[task 2017-10-24T10:56:10.423Z] 10:56:10 ERROR -
[task 2017-10-24T10:56:10.425Z] 10:56:10 INFO - SUITE-START | Running 0 tests
[task 2017-10-24T10:56:10.426Z] 10:56:10 INFO - TEST-INFO | checking window state
[task 2017-10-24T10:56:10.428Z] 10:56:10 INFO - Browser Chrome Test Summary
[task 2017-10-24T10:56:10.429Z] 10:56:10 INFO - Passed: 0
[task 2017-10-24T10:56:10.430Z] 10:56:10 INFO - Failed: 0
[task 2017-10-24T10:56:10.431Z] 10:56:10 INFO - Todo: 0
[task 2017-10-24T10:56:10.432Z] 10:56:10 INFO - Mode: e10s
[task 2017-10-24T10:56:10.433Z] 10:56:10 INFO - *** End BrowserChrome Test Results ***
[task 2017-10-24T10:56:10.434Z] 10:56:10 INFO - Buffered messages finished
[task 2017-10-24T10:56:10.436Z] 10:56:10 INFO - SUITE-END | took 0s
[task 2017-10-24T10:56:10.436Z] 10:56:10 INFO - SUITE-START | Running 0 tests
[task 2017-10-24T10:56:10.438Z] 10:56:10 INFO - :::
[task 2017-10-24T10:56:10.439Z] 10:56:10 INFO - ::: Test verification summary for:
[task 2017-10-24T10:56:10.440Z] 10:56:10 INFO - :::
[task 2017-10-24T10:56:10.624Z] 10:56:10 ERROR - No tests were found for flavor 'browser' and the following manifest filters:
[task 2017-10-24T10:56:10.626Z] 10:56:10 ERROR - skip_if, run_if, fail_if, remove_imptest_failure_expectations, subsuite(name=None), pathprefix(['browser/tools/mozscreenshots/browser_boundingbox.js'])
[task 2017-10-24T10:56:10.628Z] 10:56:10 ERROR -
[task 2017-10-24T10:56:10.629Z] 10:56:10 ERROR - Make sure the test paths (if any) are spelt correctly and the corresponding
[task 2017-10-24T10:56:10.630Z] 10:56:10 ERROR - --flavor and --subsuite are being used. See `mach mochitest --help` for a
[task 2017-10-24T10:56:10.631Z] 10:56:10 ERROR - list of valid flavors.
[task 2017-10-24T10:56:10.632Z] 10:56:10 ERROR -
[task 2017-10-24T10:56:10.634Z] 10:56:10 INFO - :::
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → gbrown
Assignee | ||
Comment 2•7 years ago
|
||
Added by bug 1403682, backed out, re-landing now.
https://treeherder.mozilla.org/#/jobs?repo=autoland&revision=d5be34ec792e30745652c742b08512ad660e9dfc
Being in mozscreenshots, I expect subsuite is important here.
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 5•7 years ago
|
||
bc screenshots job normally runs with --mochitest-suite=browser-chrome-screenshots, which calls runtests.py with --flavor=browser --subsuite=screenshots.
In test-verify, we generate --flavor=browser, but no --subsuite argument.
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 9•7 years ago
|
||
This was so simple I didn't see the problem for a long time -- I just missed an entry for screenshots.
Attachment #8935873 -
Flags: review?(jmaher)
Comment 10•7 years ago
|
||
Comment on attachment 8935873 [details] [diff] [review]
add missing test-verify subsuite entry for screenshots
Review of attachment 8935873 [details] [diff] [review]:
-----------------------------------------------------------------
woohoo
Attachment #8935873 -
Flags: review?(jmaher) → review+
Comment 11•7 years ago
|
||
Pushed by gbrown@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/c3584169d39d
Update test-verify subsuite mapping; r=jmaher
Comment 12•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox59:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
Assignee | ||
Updated•7 years ago
|
Blocks: test-verify
You need to log in
before you can comment on or make changes to this bug.
Description
•