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

Issue 1719363002: Collect information about failing histogram factory calls. (Closed)

Created:
4 years, 10 months ago by bcwhite
Modified:
4 years, 9 months ago
CC:
chromium-reviews, asvitkine+watch_chromium.org, vmpstr+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Collect information about failing histogram factory calls. Some tests need to be disabled because they create the same histogram with different parameters, a condition which does not always crash in the calling code but does with this CL. This CL will be reverted once the necessary information has been collected, including re-enabling of any tests. SHERIFFS: If a test breaks in the waterfall, you can either revert this CL or disable the test. I'll re-enable it when reverting this after the necessary data has been collected. BUG=588946 Committed: https://crrev.com/ce1315b94863f40d6323fa488490ed866aae4ed4 Cr-Commit-Position: refs/heads/master@{#378957} Committed: https://crrev.com/63f1c5d846f6dac2cf148b81961c38b88ff1bd86 Cr-Commit-Position: refs/heads/master@{#379323} Committed: https://crrev.com/89dca78efa00acb8fc8749adcc1a08a24eb105d5 Cr-Commit-Position: refs/heads/master@{#379489} Committed: https://crrev.com/1375777f66fcf8edd3f393dadd9d9de6a7409030 Cr-Commit-Position: refs/heads/master@{#379690} Committed: https://crrev.com/0abc5c2d2cb7ac70e26eab73d7e3f61f0472461e Cr-Commit-Position: refs/heads/master@{#380070} Committed: https://crrev.com/1d50ab3eec1dab7d3a6c70ec85b8937d5073b66d Cr-Commit-Position: refs/heads/master@{#380474} Committed: https://crrev.com/29601c49ec14ecb8cdfac577288b814e4c425bfa Cr-Commit-Position: refs/heads/master@{#380889} Committed: https://crrev.com/30226c80730aad905d7949289c840069befb40fb Cr-Commit-Position: refs/heads/master@{#381774}

Patch Set 1 #

Total comments: 2

Patch Set 2 : initialize extracted variables; disable test that crashes if run without DCHECK #

Patch Set 3 : disabled an extension test that is creating a metric with bad construction args #

Patch Set 4 : capture values of existing histogram that is failing arguments-check #

Patch Set 5 : more checks to find zero'd min/max values #

Patch Set 6 : extend reporting into statistics-recorder #

Patch Set 7 : add checking to conversion from MD5 digest to uint64_t #

Patch Set 8 : check copy of persistent hitogram_data structure #

Patch Set 9 : check if MD5Sum is doing anything at all #

Patch Set 10 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+152 lines, -18 lines) Patch
M base/metrics/histogram.cc View 1 2 3 4 5 6 7 8 9 8 chunks +91 lines, -9 lines 0 comments Download
M base/metrics/histogram_unittest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M base/metrics/metrics_hashes.cc View 1 2 3 4 5 6 7 8 2 chunks +30 lines, -3 lines 0 comments Download
M base/metrics/persistent_histogram_allocator.cc View 1 2 3 4 5 6 7 8 9 2 chunks +8 lines, -0 lines 0 comments Download
M base/metrics/statistics_recorder.cc View 1 2 3 4 5 6 7 8 9 3 chunks +21 lines, -4 lines 0 comments Download
M chrome/browser/extensions/api/metrics_private/metrics_apitest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 112 (62 generated)
bcwhite
4 years, 10 months ago (2016-02-23 03:07:06 UTC) #1
Alexei Svitkine (slow)
https://codereview.chromium.org/1719363002/diff/1/base/metrics/histogram.cc File base/metrics/histogram.cc (right): https://codereview.chromium.org/1719363002/diff/1/base/metrics/histogram.cc#newcode159 base/metrics/histogram.cc:159: const BucketRanges* created_ranges; Please initialize these to nullptr or ...
4 years, 10 months ago (2016-02-26 19:12:50 UTC) #3
bcwhite
Current build failures are outside this CL. https://codereview.chromium.org/1719363002/diff/1/base/metrics/histogram.cc File base/metrics/histogram.cc (right): https://codereview.chromium.org/1719363002/diff/1/base/metrics/histogram.cc#newcode159 base/metrics/histogram.cc:159: const BucketRanges* ...
4 years, 10 months ago (2016-02-26 20:31:18 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1719363002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1719363002/40001
4 years, 10 months ago (2016-02-26 21:57:02 UTC) #7
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-27 02:14:18 UTC) #9
Alexei Svitkine (slow)
lgtm
4 years, 9 months ago (2016-03-01 16:21:45 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1719363002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1719363002/40001
4 years, 9 months ago (2016-03-02 22:16:04 UTC) #12
commit-bot: I haz the power
Committed patchset #2 (id:40001)
4 years, 9 months ago (2016-03-03 00:03:09 UTC) #13
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/fdc36c10667c4f6d5f4d9f391733774ae24666ce Cr-Commit-Position: refs/heads/master@{#378884}
4 years, 9 months ago (2016-03-03 00:04:36 UTC) #15
Dmitry Titov
A revert of this CL (patchset #2 id:40001) has been created in https://codereview.chromium.org/1758993002/ by dimich@chromium.org. ...
4 years, 9 months ago (2016-03-03 01:14:23 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1719363002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1719363002/100001
4 years, 9 months ago (2016-03-03 03:22:07 UTC) #22
commit-bot: I haz the power
Committed patchset #3 (id:100001)
4 years, 9 months ago (2016-03-03 04:47:08 UTC) #24
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/ce1315b94863f40d6323fa488490ed866aae4ed4 Cr-Commit-Position: refs/heads/master@{#378957}
4 years, 9 months ago (2016-03-03 04:48:19 UTC) #26
bcwhite
A revert of this CL (patchset #3 id:100001) has been created in https://codereview.chromium.org/1768563002/ by bcwhite@chromium.org. ...
4 years, 9 months ago (2016-03-04 14:33:56 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1719363002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1719363002/120001
4 years, 9 months ago (2016-03-04 17:28:45 UTC) #31
commit-bot: I haz the power
Committed patchset #4 (id:120001)
4 years, 9 months ago (2016-03-04 18:59:33 UTC) #33
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/63f1c5d846f6dac2cf148b81961c38b88ff1bd86 Cr-Commit-Position: refs/heads/master@{#379323}
4 years, 9 months ago (2016-03-04 19:00:47 UTC) #35
bcwhite
A revert of this CL (patchset #4 id:120001) has been created in https://codereview.chromium.org/1766963002/ by bcwhite@chromium.org. ...
4 years, 9 months ago (2016-03-05 21:18:40 UTC) #36
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1719363002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1719363002/160001
4 years, 9 months ago (2016-03-06 04:46:16 UTC) #40
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/34054)
4 years, 9 months ago (2016-03-06 05:26:49 UTC) #43
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1719363002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1719363002/160001
4 years, 9 months ago (2016-03-06 13:58:00 UTC) #45
commit-bot: I haz the power
Committed patchset #5 (id:160001)
4 years, 9 months ago (2016-03-06 17:27:27 UTC) #47
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/89dca78efa00acb8fc8749adcc1a08a24eb105d5 Cr-Commit-Position: refs/heads/master@{#379489}
4 years, 9 months ago (2016-03-06 17:28:49 UTC) #49
bcwhite
A revert of this CL (patchset #5 id:160001) has been created in https://codereview.chromium.org/1771843002/ by bcwhite@chromium.org. ...
4 years, 9 months ago (2016-03-07 16:31:59 UTC) #50
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1719363002/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1719363002/180001
4 years, 9 months ago (2016-03-08 00:41:48 UTC) #54
commit-bot: I haz the power
Committed patchset #6 (id:180001)
4 years, 9 months ago (2016-03-08 00:51:46 UTC) #56
commit-bot: I haz the power
Patchset 6 (id:??) landed as https://crrev.com/1375777f66fcf8edd3f393dadd9d9de6a7409030 Cr-Commit-Position: refs/heads/master@{#379690}
4 years, 9 months ago (2016-03-08 00:53:32 UTC) #58
bcwhite
A revert of this CL (patchset #6 id:180001) has been created in https://codereview.chromium.org/1774973003/ by bcwhite@chromium.org. ...
4 years, 9 months ago (2016-03-08 18:20:08 UTC) #59
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1719363002/220001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1719363002/220001
4 years, 9 months ago (2016-03-09 03:22:10 UTC) #64
commit-bot: I haz the power
Committed patchset #7 (id:220001)
4 years, 9 months ago (2016-03-09 04:54:53 UTC) #66
commit-bot: I haz the power
Patchset 7 (id:??) landed as https://crrev.com/0abc5c2d2cb7ac70e26eab73d7e3f61f0472461e Cr-Commit-Position: refs/heads/master@{#380070}
4 years, 9 months ago (2016-03-09 05:03:32 UTC) #68
bcwhite
A revert of this CL (patchset #7 id:220001) has been created in https://codereview.chromium.org/1776973002/ by bcwhite@chromium.org. ...
4 years, 9 months ago (2016-03-09 13:22:35 UTC) #69
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1719363002/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1719363002/240001
4 years, 9 months ago (2016-03-10 01:09:39 UTC) #73
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/186869)
4 years, 9 months ago (2016-03-10 02:48:23 UTC) #75
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1719363002/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1719363002/240001
4 years, 9 months ago (2016-03-10 02:54:06 UTC) #77
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/194323)
4 years, 9 months ago (2016-03-10 04:13:52 UTC) #79
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1719363002/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1719363002/240001
4 years, 9 months ago (2016-03-10 17:39:06 UTC) #81
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/194663)
4 years, 9 months ago (2016-03-10 19:05:40 UTC) #83
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1719363002/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1719363002/240001
4 years, 9 months ago (2016-03-10 21:06:45 UTC) #85
commit-bot: I haz the power
Committed patchset #8 (id:240001)
4 years, 9 months ago (2016-03-10 21:40:34 UTC) #87
commit-bot: I haz the power
Patchset 8 (id:??) landed as https://crrev.com/1d50ab3eec1dab7d3a6c70ec85b8937d5073b66d Cr-Commit-Position: refs/heads/master@{#380474}
4 years, 9 months ago (2016-03-10 21:42:01 UTC) #89
bcwhite
A revert of this CL (patchset #8 id:240001) has been created in https://codereview.chromium.org/1777223004/ by bcwhite@chromium.org. ...
4 years, 9 months ago (2016-03-11 12:50:04 UTC) #90
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1719363002/280001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1719363002/280001
4 years, 9 months ago (2016-03-13 02:20:10 UTC) #95
commit-bot: I haz the power
Committed patchset #9 (id:280001)
4 years, 9 months ago (2016-03-13 03:29:47 UTC) #97
commit-bot: I haz the power
Patchset 9 (id:??) landed as https://crrev.com/29601c49ec14ecb8cdfac577288b814e4c425bfa Cr-Commit-Position: refs/heads/master@{#380889}
4 years, 9 months ago (2016-03-13 03:30:56 UTC) #99
bcwhite
A revert of this CL (patchset #9 id:280001) has been created in https://codereview.chromium.org/1797963004/ by bcwhite@chromium.org. ...
4 years, 9 months ago (2016-03-14 15:29:50 UTC) #100
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1719363002/360001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1719363002/360001
4 years, 9 months ago (2016-03-17 19:26:12 UTC) #107
commit-bot: I haz the power
Committed patchset #10 (id:360001)
4 years, 9 months ago (2016-03-17 19:32:56 UTC) #109
commit-bot: I haz the power
Patchset 10 (id:??) landed as https://crrev.com/30226c80730aad905d7949289c840069befb40fb Cr-Commit-Position: refs/heads/master@{#381774}
4 years, 9 months ago (2016-03-17 19:34:31 UTC) #111
bcwhite
4 years, 9 months ago (2016-03-22 17:16:37 UTC) #112
Message was sent while issue was closed.
A revert of this CL (patchset #10 id:360001) has been created in
https://codereview.chromium.org/1825143002/ by bcwhite@chromium.org.

The reason for reverting is: Information collected..

Powered by Google App Engine
This is Rietveld 408576698