Description[Telemetry] Move failure reasoning into summary.py.
Previously, we were having Summary take a boolean had_failures. Now that
failures are part of Telemetry's value system, it is easy to have Summary
reason about how to summarize values when failures and/or skips are present.
This CL is the first step: it eliminates had_failures from being passed around
and instead computes it directly based on the presence of failures in the
passed list of page-specific values.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=289556
Patch Set 1 #
Total comments: 2
Patch Set 2 : Address Chris's comment #
Messages
Total messages: 11 (0 generated)
|