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

Issue 2124973003: These are the database objects used while finding the regression range. 1/3 (Closed)

Created:
4 years, 5 months ago by caiw
Modified:
4 years, 4 months ago
CC:
chromium-reviews, infra-reviews+infra_chromium.org
Base URL:
https://chromium.googlesource.com/infra/infra.git@master
Target Ref:
refs/heads/master
Project:
infra
Visibility:
Public.

Description

These are the database objects used while finding the regression range. BUG=617808 Committed: https://chromium.googlesource.com/infra/infra/+/0e9802728999cc1072423b17f6d6dc4feeaa0e99

Patch Set 1 #

Total comments: 39

Patch Set 2 : Database objects post offline discussion #

Total comments: 16

Patch Set 3 : cleanup - removed files that weren't used. Still have not addressed comments #

Patch Set 4 : cleanup again - these four files are the only ones actually used #

Patch Set 5 : Addressed comments #

Total comments: 12

Patch Set 6 : addressed chan's comments #

Total comments: 2

Patch Set 7 : removed unused code #

Total comments: 12

Patch Set 8 : addressed jeff's comments #

Total comments: 6

Patch Set 9 : Added tests for models and gpylinted everything #

Total comments: 2

Patch Set 10 : Addressed comments #

Patch Set 11 : added init #

Unified diffs Side-by-side diffs Delta from patch set Stats (+375 lines, --1 lines) Patch
A appengine/findit/model/base_analysis.py View 1 2 3 4 5 6 7 8 9 1 chunk +46 lines, -0 lines 0 comments Download
A appengine/findit/model/base_swarming_task.py View 1 2 3 4 5 6 7 8 1 chunk +33 lines, -0 lines 0 comments Download
A appengine/findit/model/flake/flake_swarming_task.py View 1 2 3 4 5 6 7 1 chunk +58 lines, -0 lines 0 comments Download
A appengine/findit/model/flake/master_flake_analysis.py View 1 2 3 4 5 6 7 1 chunk +55 lines, -0 lines 0 comments Download
A + appengine/findit/model/flake/test/__init__.py View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
A appengine/findit/model/flake/test/flake_swarming_task_test.py View 1 2 3 4 5 6 7 8 1 chunk +15 lines, -0 lines 0 comments Download
A appengine/findit/model/flake/test/master_flake_analysis_test.py View 1 2 3 4 5 6 7 8 9 1 chunk +86 lines, -0 lines 0 comments Download
A appengine/findit/model/test/base_analysis_test.py View 1 2 3 4 5 6 7 8 9 1 chunk +83 lines, -0 lines 0 comments Download

Messages

Total messages: 25 (6 generated)
caiw
I cut up the provisionally running pipeline into 3 CLs. This one contains the models ...
4 years, 5 months ago (2016-07-07 20:49:11 UTC) #2
chanli
I just reviewed this CL and because I haven't seen the logic where you are ...
4 years, 5 months ago (2016-07-07 23:38:28 UTC) #4
stgao
Per off-line discussion, we will use some base classes to share code as much as ...
4 years, 5 months ago (2016-07-08 22:51:27 UTC) #5
caiw
https://codereview.chromium.org/2124973003/diff/1/appengine/findit/model/base_flake_model.py File appengine/findit/model/base_flake_model.py (right): https://codereview.chromium.org/2124973003/diff/1/appengine/findit/model/base_flake_model.py#newcode1 appengine/findit/model/base_flake_model.py:1: # Copyright 2014 The Chromium Authors. All rights reserved. ...
4 years, 5 months ago (2016-07-14 00:59:40 UTC) #6
stgao
These are some initial comments, but I will discuss more with you offline. https://codereview.chromium.org/2124973003/diff/20001/appengine/findit/model/base_analysis.py File ...
4 years, 5 months ago (2016-07-14 18:01:33 UTC) #7
caiw
Hi guys, The cl is now cleaned up and only contains the files I actually ...
4 years, 5 months ago (2016-07-14 22:48:30 UTC) #8
caiw
Addressed comments https://codereview.chromium.org/2124973003/diff/20001/appengine/findit/model/base_analysis.py File appengine/findit/model/base_analysis.py (right): https://codereview.chromium.org/2124973003/diff/20001/appengine/findit/model/base_analysis.py#newcode19 appengine/findit/model/base_analysis.py:19: def completed(self): On 2016/07/14 18:01:32, stgao wrote: ...
4 years, 5 months ago (2016-07-15 00:57:59 UTC) #9
chanli
https://codereview.chromium.org/2124973003/diff/20001/appengine/findit/model/progress.py File appengine/findit/model/progress.py (right): https://codereview.chromium.org/2124973003/diff/20001/appengine/findit/model/progress.py#newcode19 appengine/findit/model/progress.py:19: tests_statuses = ndb.JsonProperty(default={}, indexed=False, compressed=True) Try to avoid using ...
4 years, 5 months ago (2016-07-19 19:12:20 UTC) #10
caiw
addressed comments https://codereview.chromium.org/2124973003/diff/70001/appengine/findit/model/base_analysis.py File appengine/findit/model/base_analysis.py (right): https://codereview.chromium.org/2124973003/diff/70001/appengine/findit/model/base_analysis.py#newcode11 appengine/findit/model/base_analysis.py:11: from model import result_status On 2016/07/19 19:12:20, ...
4 years, 5 months ago (2016-07-19 19:36:10 UTC) #11
caiw
removed a piece of unused code.
4 years, 5 months ago (2016-07-19 19:59:27 UTC) #12
chanli
https://codereview.chromium.org/2124973003/diff/90001/appengine/findit/model/flake/master_flake_analysis.py File appengine/findit/model/flake/master_flake_analysis.py (right): https://codereview.chromium.org/2124973003/diff/90001/appengine/findit/model/flake/master_flake_analysis.py#newcode53 appengine/findit/model/flake/master_flake_analysis.py:53: def generate_data(flake_swarming_tasks): So this function is not needed any ...
4 years, 5 months ago (2016-07-19 20:02:10 UTC) #13
lijeffrey
Looks good for the most part, just a few style nits https://codereview.chromium.org/2124973003/diff/110001/appengine/findit/model/base_analysis.py File appengine/findit/model/base_analysis.py (right): ...
4 years, 5 months ago (2016-07-19 22:32:21 UTC) #15
caiw
addressed more comments https://codereview.chromium.org/2124973003/diff/90001/appengine/findit/model/flake/master_flake_analysis.py File appengine/findit/model/flake/master_flake_analysis.py (right): https://codereview.chromium.org/2124973003/diff/90001/appengine/findit/model/flake/master_flake_analysis.py#newcode53 appengine/findit/model/flake/master_flake_analysis.py:53: def generate_data(flake_swarming_tasks): On 2016/07/19 20:02:10, chanli ...
4 years, 5 months ago (2016-07-20 18:11:00 UTC) #16
chanli
On 2016/07/20 18:11:00, caiw wrote: > addressed more comments > > https://codereview.chromium.org/2124973003/diff/90001/appengine/findit/model/flake/master_flake_analysis.py > File appengine/findit/model/flake/master_flake_analysis.py ...
4 years, 5 months ago (2016-07-20 21:21:45 UTC) #17
lijeffrey
lgtm with nits https://codereview.chromium.org/2124973003/diff/130001/appengine/findit/model/base_analysis.py File appengine/findit/model/base_analysis.py (right): https://codereview.chromium.org/2124973003/diff/130001/appengine/findit/model/base_analysis.py#newcode11 appengine/findit/model/base_analysis.py:11: """Represents a build analysis of a ...
4 years, 5 months ago (2016-07-22 00:23:39 UTC) #18
caiw
Added tests and linted everything
4 years, 5 months ago (2016-07-22 20:22:33 UTC) #19
lijeffrey
lgtm. feel free to commit once comments are addressed https://codereview.chromium.org/2124973003/diff/150001/appengine/findit/model/flake/test/master_flake_analysis_test.py File appengine/findit/model/flake/test/master_flake_analysis_test.py (right): https://codereview.chromium.org/2124973003/diff/150001/appengine/findit/model/flake/test/master_flake_analysis_test.py#newcode65 appengine/findit/model/flake/test/master_flake_analysis_test.py:65: ...
4 years, 4 months ago (2016-07-27 21:28:30 UTC) #20
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/2124973003/170001
4 years, 4 months ago (2016-07-27 23:16:28 UTC) #23
commit-bot: I haz the power
4 years, 4 months ago (2016-07-27 23:30:06 UTC) #25
Message was sent while issue was closed.
Committed patchset #10 (id:170001) as
https://chromium.googlesource.com/infra/infra/+/0e9802728999cc1072423b17f6d6d...

Powered by Google App Engine
This is Rietveld 408576698