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)

defect
Not set
normal

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.
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.
(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. :/
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.