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

Issue 2439553002: [Findit] Reduce redundant ndb reads by querying necessary entities ahead of time and share them amo… (Closed)

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

Description

[Findit] Reduce redundant ndb reads by querying necessary entities ahead of time and share them among failures. BUG= Committed: https://chromium.googlesource.com/infra/infra/+/0d99c79a624c624b5bd42dfb0a6bc08838907b32

Patch Set 1 #

Patch Set 2 : fix nit. #

Total comments: 14

Patch Set 3 : address comments #

Patch Set 4 : fix bug #

Patch Set 5 : . #

Patch Set 6 : . #

Patch Set 7 : fix a bug on confidence score. #

Total comments: 2

Patch Set 8 : fix nit #

Patch Set 9 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+405 lines, -73 lines) Patch
M appengine/findit/findit_api.py View 1 2 3 4 5 6 7 8 9 chunks +144 lines, -49 lines 0 comments Download
M appengine/findit/test/findit_api_test.py View 1 2 3 4 5 6 11 chunks +79 lines, -7 lines 0 comments Download
M appengine/findit/waterfall/suspected_cl_util.py View 1 2 3 4 5 6 7 1 chunk +60 lines, -17 lines 0 comments Download
M appengine/findit/waterfall/test/suspected_cl_util_test.py View 1 2 3 4 5 6 1 chunk +122 lines, -0 lines 0 comments Download

Messages

Total messages: 25 (9 generated)
chanli
ptal
4 years, 2 months ago (2016-10-19 18:20:39 UTC) #2
lijeffrey
https://chromiumcodereview.appspot.com/2439553002/diff/20001/appengine/findit/findit_api.py File appengine/findit/findit_api.py (right): https://chromiumcodereview.appspot.com/2439553002/diff/20001/appengine/findit/findit_api.py#newcode301 appengine/findit/findit_api.py:301: else: nit: add a comment here for the type ...
4 years, 2 months ago (2016-10-19 20:35:25 UTC) #3
stgao
https://codereview.chromium.org/2439553002/diff/20001/appengine/findit/findit_api.py File appengine/findit/findit_api.py (right): https://codereview.chromium.org/2439553002/diff/20001/appengine/findit/findit_api.py#newcode242 appengine/findit/findit_api.py:242: return False So for tests, there are three status: ...
4 years, 2 months ago (2016-10-22 00:29:03 UTC) #4
chanli
https://codereview.chromium.org/2439553002/diff/20001/appengine/findit/findit_api.py File appengine/findit/findit_api.py (right): https://codereview.chromium.org/2439553002/diff/20001/appengine/findit/findit_api.py#newcode242 appengine/findit/findit_api.py:242: return False On 2016/10/22 00:29:03, stgao wrote: > So ...
4 years, 1 month ago (2016-10-24 18:42:34 UTC) #5
stgao
https://codereview.chromium.org/2439553002/diff/20001/appengine/findit/findit_api.py File appengine/findit/findit_api.py (right): https://codereview.chromium.org/2439553002/diff/20001/appengine/findit/findit_api.py#newcode242 appengine/findit/findit_api.py:242: return False On 2016/10/24 18:42:34, chanli wrote: > On ...
4 years, 1 month ago (2016-10-25 17:24:04 UTC) #6
chanli
https://codereview.chromium.org/2439553002/diff/20001/appengine/findit/findit_api.py File appengine/findit/findit_api.py (right): https://codereview.chromium.org/2439553002/diff/20001/appengine/findit/findit_api.py#newcode242 appengine/findit/findit_api.py:242: return False On 2016/10/25 17:24:04, stgao wrote: > On ...
4 years, 1 month ago (2016-10-26 03:37:00 UTC) #7
chanli
ptal
4 years, 1 month ago (2016-10-26 06:06:46 UTC) #8
lijeffrey
lgtm
4 years, 1 month ago (2016-10-26 22:34:41 UTC) #9
lijeffrey
still lgtm, just 1 nit https://codereview.chromium.org/2439553002/diff/120001/appengine/findit/waterfall/suspected_cl_util.py File appengine/findit/waterfall/suspected_cl_util.py (right): https://codereview.chromium.org/2439553002/diff/120001/appengine/findit/waterfall/suspected_cl_util.py#newcode118 appengine/findit/waterfall/suspected_cl_util.py:118: confidences, cl_build, cl_first_build): nit: ...
4 years, 1 month ago (2016-10-28 02:32:33 UTC) #10
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/2439553002/140001
4 years, 1 month ago (2016-10-28 02:41:40 UTC) #13
chanli
https://codereview.chromium.org/2439553002/diff/120001/appengine/findit/waterfall/suspected_cl_util.py File appengine/findit/waterfall/suspected_cl_util.py (right): https://codereview.chromium.org/2439553002/diff/120001/appengine/findit/waterfall/suspected_cl_util.py#newcode118 appengine/findit/waterfall/suspected_cl_util.py:118: confidences, cl_build, cl_first_build): On 2016/10/28 02:32:32, lijeffrey wrote: > ...
4 years, 1 month ago (2016-10-28 02:41:46 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: Infra Linux Precise 32 Tester on luci.infra.try (JOB_FAILED, https://luci-milo.appspot.com/swarming/task/3221fbbdb3643310) ...
4 years, 1 month ago (2016-10-28 02:43:30 UTC) #16
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/2439553002/160001
4 years, 1 month ago (2016-10-28 03:13:37 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: Infra Win Tester on luci.infra.try (JOB_FAILED, https://luci-milo.appspot.com/swarming/task/32223567607f0310)
4 years, 1 month ago (2016-10-28 04:15:49 UTC) #21
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/2439553002/160001
4 years, 1 month ago (2016-10-28 04:18:50 UTC) #23
commit-bot: I haz the power
4 years, 1 month ago (2016-10-28 04:26:48 UTC) #25
Message was sent while issue was closed.
Committed patchset #9 (id:160001) as
https://chromium.googlesource.com/infra/infra/+/0d99c79a624c624b5bd42dfb0a6bc...

Powered by Google App Engine
This is Rietveld 408576698