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

Side by Side Diff: infra/tools/cq_stats/test/cq_stats_test.expected/TestCQStats.test_print_stats.json

Issue 1125653004: Check in cq_stats.py (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: use utc Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 [
2 "No stats to display.",
3 "No previous week stats loaded.",
4 "Statistics for project test_project",
5 " No stats since 2014-01-01 00:00:00",
6 "Statistics for project test_project",
7 "from 2014-01-01 00:00:00 till 2014-01-08 00:00:00 (local time).",
8 "",
9 "Total time tree open: 0.0 hours of 0.0 hours (0.00%). Prev. week: 0.00%.",
10 "",
11 " 0 issues (0 patches) were tried by CQ, resulting in 0 attempts.",
12 " 0 patches (0.0% of tried patches, 0.0% of attempts) were committed by CQ," ,
13 "",
14 "Rejections:",
15 " This includes:",
16 "",
17 "False Rejections:",
18 " 0 attempts (0.0% of 0 attempts) were false rejections",
19 " False rejections include:",
20 " Other rejections in committed patches for valid reasons:",
21 "",
22 "Mean duration in CQ trying a patch:",
23 " wallclock: 0:00:00 ( 0 min). Prev. week: 0:00:00 ( 0 min).",
24 " sum of attempts: 0:00:00 ( 0 min). Prev. week: 0:00:00 ( 0 min).",
25 "",
26 "Median duration in CQ trying a patch:",
27 " wallclock: 0:00:00 ( 0 min). Prev. week: 0:00:00 ( 0 min).",
28 " sum of attempts: 0:00:00 ( 0 min). Prev. week: 0:00:00 ( 0 min).",
29 "",
30 "Patches which eventually land percentiles:",
31 "10: 0.0 hrs, 0 attempts",
32 "25: 0.0 hrs, 0 attempts",
33 "50: 0.0 hrs, 0 attempts",
34 "75: 0.0 hrs, 0 attempts",
35 "90: 0.0 hrs, 0 attempts",
36 "95: 0.0 hrs, 0 attempts",
37 "99: 0.0 hrs, 0 attempts",
38 "",
39 "Top flaky builders (which fail and succeed in the same patch):",
40 "Builder Name Succeeded Flaky Failures Flak iness (%) ",
41 "foo_builder 100 1 0. 99% "
42 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698