Closed
Bug 1188698
Opened 10 years ago
Closed 10 years ago
[gaia-automation] gaia_test.py publish method should *not* fail when succeed count is 0
Categories
(Release Engineering :: Applications: MozharnessCore, defect)
Release Engineering
Applications: MozharnessCore
Tracking
(firefox42 fixed)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox42 | --- | fixed |
People
(Reporter: aus, Assigned: aus)
Details
Right now we fail when we have empty test chunks because mozharness stupidly assumes that passed count == 0 means we failed.
It was a stop-gap put in place when we had issues with what make test-integration for gaia actually invokes. The underlying issues are fixed and so now this behavior is *not* desirable.
Assignee | ||
Comment 1•10 years ago
|
||
try run with 40 chunks for Gij -- https://treeherder.mozilla.org/#/jobs?repo=try&revision=715bbbf00682
Comment 2•10 years ago
|
||
Don't forget that mozharness lives in-tree too now, so you'll need to land the change there as well.
Also, why aren't we fixing the chunking logic to not allow for chunks with no tests being run? That seems wasteful to allow it.
Assignee | ||
Comment 3•10 years ago
|
||
(In reply to Ryan VanderMeulen [:RyanVM UTC-4] from comment #2)
> Don't forget that mozharness lives in-tree too now, so you'll need to land
> the change there as well.
True, will land there as well.
> Also, why aren't we fixing the chunking logic to not allow for chunks with
> no tests being run? That seems wasteful to allow it.
Yeah, unfortunately it has to do with when we apply the manifest for the test files that are disabled which is much later in the process. It would be nice to move that up the chain but that's going to take some major work. :/
Comment 5•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox42:
--- → fixed
Resolution: --- → FIXED
Comment 6•10 years ago
|
||
mozharness production tag moved to: https://hg.mozilla.org/build/mozharness/rev/80df8b8b2376
You need to log in
before you can comment on or make changes to this bug.
Description
•