Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(223)

Issue 465063002: [Telemetry] Move failure reasoning into summary.py. (Closed)

Created:
6 years, 4 months ago by eakuefner
Modified:
6 years, 4 months ago
CC:
chromium-reviews, telemetry+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

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 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -3 lines) Patch
M tools/telemetry/telemetry/results/buildbot_output_formatter.py View 1 chunk +1 line, -2 lines 0 comments Download
M tools/telemetry/telemetry/value/summary.py View 1 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 11 (0 generated)
eakuefner
I want to use this CL to facilitate a discussion on how or if we ...
6 years, 4 months ago (2014-08-12 21:53:41 UTC) #1
nduca
lgtm
6 years, 4 months ago (2014-08-13 00:57:30 UTC) #2
eakuefner
The CQ bit was checked by eakuefner@chromium.org
6 years, 4 months ago (2014-08-13 00:57:42 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/eakuefner@chromium.org/465063002/1
6 years, 4 months ago (2014-08-13 01:08:05 UTC) #4
chrishenry - DO NOT USE
lgtm https://codereview.chromium.org/465063002/diff/1/tools/telemetry/telemetry/value/summary.py File tools/telemetry/telemetry/value/summary.py (right): https://codereview.chromium.org/465063002/diff/1/tools/telemetry/telemetry/value/summary.py#newcode40 tools/telemetry/telemetry/value/summary.py:40: failure.FailureValue)]) > 0) Please use: any(isinstance(v, failure.FailureValue) for ...
6 years, 4 months ago (2014-08-13 04:15:33 UTC) #5
eakuefner
The CQ bit was unchecked by eakuefner@chromium.org
6 years, 4 months ago (2014-08-13 04:28:06 UTC) #6
eakuefner
https://codereview.chromium.org/465063002/diff/1/tools/telemetry/telemetry/value/summary.py File tools/telemetry/telemetry/value/summary.py (right): https://codereview.chromium.org/465063002/diff/1/tools/telemetry/telemetry/value/summary.py#newcode40 tools/telemetry/telemetry/value/summary.py:40: failure.FailureValue)]) > 0) On 2014/08/13 04:15:33, chrishenry - DO ...
6 years, 4 months ago (2014-08-14 00:33:26 UTC) #7
eakuefner
The CQ bit was checked by eakuefner@chromium.org
6 years, 4 months ago (2014-08-14 00:33:30 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/eakuefner@chromium.org/465063002/20001
6 years, 4 months ago (2014-08-14 00:37:12 UTC) #9
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_aosp on tryserver.chromium.linux ...
6 years, 4 months ago (2014-08-14 12:44:38 UTC) #10
commit-bot: I haz the power
6 years, 4 months ago (2014-08-14 14:19:25 UTC) #11
Message was sent while issue was closed.
Committed patchset #2 (20001) as 289556

Powered by Google App Engine
This is Rietveld 408576698