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

Issue 14439007: Deeper histogram for SQLITE_IOERR. (Closed)

Created:
7 years, 8 months ago by Scott Hess - ex-Googler
Modified:
7 years, 7 months ago
CC:
chromium-reviews, Steve, Alexei Svitkine (slow), vadimb
Visibility:
Public.

Description

Deeper histogram for SQLITE_IOERR. Sqlite.Error records the basic SQLite error codes. Most of the extended codes are under SQLITE_IOERR, add a new histogram to record those. BUG=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=197147

Patch Set 1 #

Patch Set 2 : Add to histograms.xml #

Total comments: 3

Patch Set 3 : Rebaseline #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -0 lines) Patch
M sql/connection.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 2 chunks +43 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
Scott Hess - ex-Googler
Since you were on the email thread ... WRT the TODO, doing that would potentially ...
7 years, 8 months ago (2013-04-25 20:08:09 UTC) #1
erikwright (departed)
LGTM. I guess there will also be an addition to histograms.xml.
7 years, 8 months ago (2013-04-26 14:45:07 UTC) #2
Scott Hess - ex-Googler
On 2013/04/26 14:45:07, erikwright wrote: > LGTM. I guess there will also be an addition ...
7 years, 8 months ago (2013-04-26 14:52:56 UTC) #3
Scott Hess - ex-Googler
On 2013/04/26 14:52:56, shess wrote: > On 2013/04/26 14:45:07, erikwright wrote: > > LGTM. I ...
7 years, 7 months ago (2013-04-26 17:16:15 UTC) #4
erikwright (departed)
Still LGTM. https://codereview.chromium.org/14439007/diff/3002/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/14439007/diff/3002/tools/metrics/histograms/histograms.xml#newcode5752 tools/metrics/histograms/histograms.xml:5752: <histogram name="Sqlite.Error.IOERR" enum="SqliteIOERRCode"> I assume that, other ...
7 years, 7 months ago (2013-04-26 17:27:40 UTC) #5
Scott Hess - ex-Googler
Sorry about that, rebaselined. https://codereview.chromium.org/14439007/diff/3002/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/14439007/diff/3002/tools/metrics/histograms/histograms.xml#newcode5752 tools/metrics/histograms/histograms.xml:5752: <histogram name="Sqlite.Error.IOERR" enum="SqliteIOERRCode"> On 2013/04/26 ...
7 years, 7 months ago (2013-04-26 17:50:53 UTC) #6
jar (doing other things)
histograms.xml in patch set 3 lgtm
7 years, 7 months ago (2013-04-26 22:06:28 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/shess@chromium.org/14439007/9001
7 years, 7 months ago (2013-04-26 22:29:17 UTC) #8
commit-bot: I haz the power
Retried try job too often on linux_aura for step(s) aura_unittests, browser_tests, compositor_unittests, content_browsertests, content_unittests, interactive_ui_tests, ...
7 years, 7 months ago (2013-04-26 22:40:56 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/shess@chromium.org/14439007/9001
7 years, 7 months ago (2013-04-29 19:39:26 UTC) #10
commit-bot: I haz the power
Change committed as 197147
7 years, 7 months ago (2013-04-29 21:21:08 UTC) #11
jar (doing other things)
It appears that the last "rebaseline" you did produced a merge that was not in ...
7 years, 7 months ago (2013-04-30 00:45:28 UTC) #12
Scott Hess - ex-Googler
7 years, 7 months ago (2013-04-30 02:22:24 UTC) #13
Message was sent while issue was closed.
On 2013/04/30 00:45:28, jar wrote:
> It appears that the last "rebaseline" you did produced a merge that was not in
> alphabetical order (take a look at the enums in the checked in code... and
> you'll see T comes before S).  
> 
> I don't know why the presubmit check didn't stop you.... but the pushes are
> broken... so I'll do a quick revert.

AFAICT from this CL, it's in the right order.  So I'm pointing my finger at the
commit queue process, maybe?

Powered by Google App Engine
This is Rietveld 408576698