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

Issue 2608853002: [Findit] Adding suspected CL to master flake analysis in preparation for try jobs (Closed)

Created:
3 years, 11 months ago by lijeffrey
Modified:
3 years, 11 months ago
Reviewers:
chanli, stgao, RobertoCN
CC:
chromium-reviews, infra-reviews+infra_chromium.org, Sharu Jiang
Target Ref:
refs/heads/master
Project:
infra
Visibility:
Public.

Description

[Findit] Adding suspected CL to master flake analysis in preparation for try jobs BUG=672724 Review-Url: https://codereview.chromium.org/2608853002 Committed: https://chromium.googlesource.com/infra/infra/+/69514fdd8d27c2e4bed2e884971f3ce8d9c42185

Patch Set 1 #

Patch Set 2 : Removing redundant code #

Patch Set 3 : Rebase #

Total comments: 8

Patch Set 4 : Addressing comments #

Patch Set 5 : 2016 -> 2017 #

Total comments: 4

Patch Set 6 : Addressing comments #

Patch Set 7 : Rebase #

Patch Set 8 : use gae_libs.testcase instead of unittest #

Total comments: 6

Patch Set 9 : Addressing comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+107 lines, -57 lines) Patch
M appengine/findit/handlers/flake/check_flake.py View 1 2 3 4 5 2 chunks +1 line, -9 lines 0 comments Download
M appengine/findit/handlers/flake/test/check_flake_test.py View 1 1 chunk +0 lines, -44 lines 0 comments Download
A appengine/findit/model/flake/flake_culprit.py View 1 2 3 4 1 chunk +26 lines, -0 lines 0 comments Download
M appengine/findit/model/flake/flake_try_job_data.py View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M appengine/findit/model/flake/master_flake_analysis.py View 1 2 3 4 5 6 7 8 4 chunks +21 lines, -0 lines 0 comments Download
A appengine/findit/model/flake/test/flake_culprit_test.py View 1 2 3 4 5 6 7 1 chunk +21 lines, -0 lines 0 comments Download
M appengine/findit/model/flake/test/master_flake_analysis_test.py View 1 2 3 4 5 6 7 4 chunks +38 lines, -2 lines 0 comments Download
M appengine/findit/model/wf_try_job_data.py View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 17 (6 generated)
lijeffrey
ptal
3 years, 11 months ago (2016-12-30 04:31:45 UTC) #3
stgao
https://codereview.chromium.org/2608853002/diff/40001/appengine/findit/model/flake/flake_suspected_cl.py File appengine/findit/model/flake/flake_suspected_cl.py (right): https://codereview.chromium.org/2608853002/diff/40001/appengine/findit/model/flake/flake_suspected_cl.py#newcode11 appengine/findit/model/flake/flake_suspected_cl.py:11: """Represents information about a flake suspected cl.""" "a suspected ...
3 years, 11 months ago (2017-01-05 21:28:03 UTC) #4
lijeffrey
https://codereview.chromium.org/2608853002/diff/40001/appengine/findit/model/flake/flake_suspected_cl.py File appengine/findit/model/flake/flake_suspected_cl.py (right): https://codereview.chromium.org/2608853002/diff/40001/appengine/findit/model/flake/flake_suspected_cl.py#newcode11 appengine/findit/model/flake/flake_suspected_cl.py:11: """Represents information about a flake suspected cl.""" On 2017/01/05 ...
3 years, 11 months ago (2017-01-06 05:18:16 UTC) #5
chanli
https://codereview.chromium.org/2608853002/diff/80001/appengine/findit/model/flake/master_flake_analysis.py File appengine/findit/model/flake/master_flake_analysis.py (right): https://codereview.chromium.org/2608853002/diff/80001/appengine/findit/model/flake/master_flake_analysis.py#newcode101 appengine/findit/model/flake/master_flake_analysis.py:101: def GetSuspectedFlakeDataPoint(self): This function needs to be updated after ...
3 years, 11 months ago (2017-01-07 02:56:28 UTC) #6
lijeffrey
https://codereview.chromium.org/2608853002/diff/80001/appengine/findit/model/flake/master_flake_analysis.py File appengine/findit/model/flake/master_flake_analysis.py (right): https://codereview.chromium.org/2608853002/diff/80001/appengine/findit/model/flake/master_flake_analysis.py#newcode101 appengine/findit/model/flake/master_flake_analysis.py:101: def GetSuspectedFlakeDataPoint(self): On 2017/01/07 02:56:28, chanli wrote: > This ...
3 years, 11 months ago (2017-01-09 20:53:31 UTC) #7
chanli
https://codereview.chromium.org/2608853002/diff/140001/appengine/findit/model/flake/flake_culprit.py File appengine/findit/model/flake/flake_culprit.py (right): https://codereview.chromium.org/2608853002/diff/140001/appengine/findit/model/flake/flake_culprit.py#newcode10 appengine/findit/model/flake/flake_culprit.py:10: class FlakeCulprit(BaseSuspectedCL): What do you think if we use ...
3 years, 11 months ago (2017-01-10 00:28:35 UTC) #8
lijeffrey
https://codereview.chromium.org/2608853002/diff/140001/appengine/findit/model/flake/flake_culprit.py File appengine/findit/model/flake/flake_culprit.py (right): https://codereview.chromium.org/2608853002/diff/140001/appengine/findit/model/flake/flake_culprit.py#newcode10 appengine/findit/model/flake/flake_culprit.py:10: class FlakeCulprit(BaseSuspectedCL): On 2017/01/10 00:28:35, chanli wrote: > What ...
3 years, 11 months ago (2017-01-10 01:16:25 UTC) #9
chanli
lgtm with a nit https://codereview.chromium.org/2608853002/diff/140001/appengine/findit/model/flake/master_flake_analysis.py File appengine/findit/model/flake/master_flake_analysis.py (right): https://codereview.chromium.org/2608853002/diff/140001/appengine/findit/model/flake/master_flake_analysis.py#newcode176 appengine/findit/model/flake/master_flake_analysis.py:176: # The status of the ...
3 years, 11 months ago (2017-01-10 01:42:27 UTC) #10
lijeffrey
https://codereview.chromium.org/2608853002/diff/140001/appengine/findit/model/flake/master_flake_analysis.py File appengine/findit/model/flake/master_flake_analysis.py (right): https://codereview.chromium.org/2608853002/diff/140001/appengine/findit/model/flake/master_flake_analysis.py#newcode176 appengine/findit/model/flake/master_flake_analysis.py:176: # The status of the try job, if any. ...
3 years, 11 months ago (2017-01-10 02:07:06 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2608853002/160001
3 years, 11 months ago (2017-01-10 02:07:27 UTC) #14
commit-bot: I haz the power
3 years, 11 months ago (2017-01-10 02:17:30 UTC) #17
Message was sent while issue was closed.
Committed patchset #9 (id:160001) as
https://chromium.googlesource.com/infra/infra/+/69514fdd8d27c2e4bed2e884971f3...

Powered by Google App Engine
This is Rietveld 408576698