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

Issue 2711733005: Add compare_failures gardening utility. (Closed)

Created:
3 years, 10 months ago by Johnni Winther
Modified:
3 years, 9 months ago
Reviewers:
jensj, karlklose
CC:
reviews_dartlang.org, Bill Hesse, sortie
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 8

Patch Set 2 : Updated cf. comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+420 lines, -0 lines) Patch
A tools/gardening/README.md View 1 1 chunk +19 lines, -0 lines 0 comments Download
A tools/gardening/compare_failures.dart View 1 1 chunk +401 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (3 generated)
Johnni Winther
3 years, 10 months ago (2017-02-23 09:47:46 UTC) #2
karlklose
LGTM We should also add a README file in the directory to document the tools ...
3 years, 9 months ago (2017-02-24 06:33:34 UTC) #3
jensj
DBC: There's also https://github.com/sigmundch/bot_failures and e.g. bot_failure_summary vm-mac-debug-simdbc64-reload-be -b 5 --summarize as I couldn't make ...
3 years, 9 months ago (2017-02-24 11:36:59 UTC) #5
Johnni Winther
Committed patchset #2 (id:20001) manually as a3b193db8033015479120bc8c1e1531b014910bb (presubmit successful).
3 years, 9 months ago (2017-03-14 08:34:30 UTC) #7
Johnni Winther
3 years, 9 months ago (2017-03-15 09:49:54 UTC) #8
Message was sent while issue was closed.
https://codereview.chromium.org/2711733005/diff/1/tools/gardening/compare_fai...
File tools/gardening/compare_failures.dart (right):

https://codereview.chromium.org/2711733005/diff/1/tools/gardening/compare_fai...
tools/gardening/compare_failures.dart:84: inTiming = true;
On 2017/02/24 06:33:34, karlklose wrote:
> 'inTiming' -> 'parsingTimingBlock'?

Done.

https://codereview.chromium.org/2711733005/diff/1/tools/gardening/compare_fai...
tools/gardening/compare_failures.dart:205: /// Returns the [TestFailure]s for
failing tests did not time out.
On 2017/02/24 06:33:34, karlklose wrote:
> 'for failing tests *that* did not time out.'

Done.

https://codereview.chromium.org/2711733005/diff/1/tools/gardening/compare_fai...
tools/gardening/compare_failures.dart:253:
'$prefix/builders/$botName/builds/$buildNumber/steps/$stepName/logs/$suffix');
On 2017/02/24 06:33:34, karlklose wrote:
> Long line. Consider putting this into a getter. It is also similar to
> `toString`.

Done.

https://codereview.chromium.org/2711733005/diff/1/tools/gardening/compare_fai...
tools/gardening/compare_failures.dart:268: class TestId {
On 2017/02/24 06:33:34, karlklose wrote:
> Ho about 'TestConfiguration'?

Done.

Powered by Google App Engine
This is Rietveld 408576698