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

Issue 1125263004: dispatcher: fix test result parsing, build ranges for failure alerts, other fixes (Closed)

Created:
5 years, 7 months ago by seanmccullough
Modified:
5 years, 7 months ago
CC:
chromium-reviews, agable
Base URL:
https://chromium.googlesource.com/infra/infra.git@master
Target Ref:
refs/heads/master
Project:
infra
Visibility:
Public.

Description

dispatcher: fix test result parsing, build ranges for failure alerts, other fixes This actually covers several thing: - parse gatekeeper_trees.json - add params to limit the scope of analysis by tree, builder etc - fix a race condition on build cache warming - fix a pointer aliasing problem in build cache warming - adds some named consts for alert severity - fixes test result json parsing for deep test trees (e.g. webkit's) - bundles build failures by failure key and build range, instead of an alert for each individual build failure BUG= Committed: https://chromium.googlesource.com/infra/infra/+/547e6c05302c0687f18a9daed6176d1847e95087

Patch Set 1 #

Patch Set 2 : fixed comments #

Total comments: 12

Patch Set 3 : added comments, some bounds/type assertion checks #

Total comments: 2

Patch Set 4 : fixed typo in comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+318 lines, -71 lines) Patch
M go/src/infra/monitoring/analyzer/analyzer.go View 1 2 23 chunks +116 lines, -32 lines 0 comments Download
M go/src/infra/monitoring/analyzer/analyzer_test.go View 1 2 10 chunks +90 lines, -15 lines 0 comments Download
M go/src/infra/monitoring/analyzer/test_failures.go View 1 chunk +64 lines, -9 lines 0 comments Download
M go/src/infra/monitoring/analyzer/test_failures_test.go View 1 chunk +4 lines, -4 lines 0 comments Download
M go/src/infra/monitoring/dispatcher/dispatcher.go View 1 4 chunks +28 lines, -4 lines 0 comments Download
M go/src/infra/monitoring/messages/alerts.go View 1 2 3 1 chunk +6 lines, -4 lines 0 comments Download
M go/src/infra/monitoring/messages/gatekeeper.go View 1 chunk +6 lines, -0 lines 0 comments Download
M go/src/infra/monitoring/messages/testresults.go View 1 chunk +4 lines, -3 lines 0 comments Download

Messages

Total messages: 11 (4 generated)
seanmccullough
It's starting to find a lot of the same alerts that show up on sheriff-o-matic ...
5 years, 7 months ago (2015-05-06 20:22:18 UTC) #2
Vadim Sh.
https://codereview.chromium.org/1125263004/diff/20001/go/src/infra/monitoring/analyzer/analyzer.go File go/src/infra/monitoring/analyzer/analyzer.go (right): https://codereview.chromium.org/1125263004/diff/20001/go/src/infra/monitoring/analyzer/analyzer.go#newcode226 go/src/infra/monitoring/analyzer/analyzer.go:226: return pathParts[len(pathParts)-2], nil check that len(pathParts) is >= 2. ...
5 years, 7 months ago (2015-05-06 21:40:19 UTC) #4
seanmccullough
https://codereview.chromium.org/1125263004/diff/20001/go/src/infra/monitoring/analyzer/analyzer.go File go/src/infra/monitoring/analyzer/analyzer.go (right): https://codereview.chromium.org/1125263004/diff/20001/go/src/infra/monitoring/analyzer/analyzer.go#newcode226 go/src/infra/monitoring/analyzer/analyzer.go:226: return pathParts[len(pathParts)-2], nil On 2015/05/06 21:40:18, Vadim Sh. wrote: ...
5 years, 7 months ago (2015-05-06 22:16:20 UTC) #5
Vadim Sh.
lgtm with typo fix https://codereview.chromium.org/1125263004/diff/20001/go/src/infra/monitoring/analyzer/analyzer.go File go/src/infra/monitoring/analyzer/analyzer.go (right): https://codereview.chromium.org/1125263004/diff/20001/go/src/infra/monitoring/analyzer/analyzer.go#newcode266 go/src/infra/monitoring/analyzer/analyzer.go:266: ba := b On 2015/05/06 ...
5 years, 7 months ago (2015-05-06 22:30:23 UTC) #6
seanmccullough
https://codereview.chromium.org/1125263004/diff/20001/go/src/infra/monitoring/analyzer/analyzer.go File go/src/infra/monitoring/analyzer/analyzer.go (right): https://codereview.chromium.org/1125263004/diff/20001/go/src/infra/monitoring/analyzer/analyzer.go#newcode266 go/src/infra/monitoring/analyzer/analyzer.go:266: ba := b On 2015/05/06 22:30:23, Vadim Sh. wrote: ...
5 years, 7 months ago (2015-05-06 22:43:13 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1125263004/60001
5 years, 7 months ago (2015-05-06 22:43:36 UTC) #10
commit-bot: I haz the power
5 years, 7 months ago (2015-05-06 22:46:08 UTC) #11
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/infra/infra/+/547e6c05302c0687f18a9daed6176...

Powered by Google App Engine
This is Rietveld 408576698