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

Issue 465233002: Store alerts in sheriff-o-matic's memcache. (Closed)

Created:
6 years, 4 months ago by dominicc (has gone to gerrit)
Modified:
6 years, 4 months ago
Reviewers:
dsinclair, ojan, eseidel
CC:
ojan, blink-reviews, dsinclair, eseidel, jochen (gone - plz use gerrit), leviw_travelin_and_unemployed, michaelpg, szager1, teravest, dpranke
Project:
blink
Visibility:
Public.

Description

Store alerts in sheriff-o-matic's memcache. TEST=Tools/GardeningServer/tests.py BUG=401358 R=eseidel@chromium.org, ojan@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=180153

Patch Set 1 #

Total comments: 1

Patch Set 2 : Feedback, use underscores in method names. #

Total comments: 2

Patch Set 3 : Make appengine_testing a module, fix imports. #

Patch Set 4 : Put closing array, object symbols on a new line. #

Patch Set 5 : Simplify testing environment. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+168 lines, -1 line) Patch
A Tools/GardeningServer/alerts.py View 1 2 3 1 chunk +47 lines, -0 lines 0 comments Download
A Tools/GardeningServer/alerts_test.py View 1 1 chunk +64 lines, -0 lines 0 comments Download
M Tools/GardeningServer/app.yaml View 2 chunks +10 lines, -1 line 0 comments Download
A Tools/GardeningServer/tests.py View 1 2 3 4 1 chunk +45 lines, -0 lines 0 comments Download
M Tools/GardeningServer/ui/ct-failure-analyzer.html View 1 chunk +2 lines, -0 lines 1 comment Download

Messages

Total messages: 22 (0 generated)
dominicc (has gone to gerrit)
PTAL
6 years, 4 months ago (2014-08-13 05:06:08 UTC) #1
eseidel
seems fine to me. We'll eventually want to move this code to infra/ but that's ...
6 years, 4 months ago (2014-08-13 05:12:22 UTC) #2
dominicc (has gone to gerrit)
Context for reviewers: This is adapted from nannybot's /data URL; code is here: https://github.com/eseidel/cycletimes/blob/master/nannybot/main.py Some ...
6 years, 4 months ago (2014-08-13 05:17:00 UTC) #3
eseidel
I don't think you want --use-cache. :) We should just delete it.
6 years, 4 months ago (2014-08-13 05:30:27 UTC) #4
eseidel
to be clear: --use-cache causes all request made by the script to be cached indefinitely ...
6 years, 4 months ago (2014-08-13 05:36:09 UTC) #5
eseidel
in any case, the right solution is for me to just update the help-text of ...
6 years, 4 months ago (2014-08-13 05:43:31 UTC) #6
eseidel
https://codereview.chromium.org/465233002/diff/1/Tools/GardeningServer/alerts_test.py File Tools/GardeningServer/alerts_test.py (right): https://codereview.chromium.org/465233002/diff/1/Tools/GardeningServer/alerts_test.py#newcode29 Tools/GardeningServer/alerts_test.py:29: def testGet_NoDataCached(self): btw, I think blink follows pep8, so ...
6 years, 4 months ago (2014-08-13 05:44:22 UTC) #7
dominicc (has gone to gerrit)
On 2014/08/13 05:36:09, eseidel wrote: > to be clear: --use-cache causes all request made by ...
6 years, 4 months ago (2014-08-13 06:03:32 UTC) #8
eseidel
There used to be a --master-filter parameter which I had to make it run even ...
6 years, 4 months ago (2014-08-13 06:11:30 UTC) #9
ojan
lgtm. This is great. Thanks for doing this. Feel free to ignore my nits. https://codereview.chromium.org/465233002/diff/20001/Tools/GardeningServer/alerts.py ...
6 years, 4 months ago (2014-08-13 06:13:25 UTC) #10
dominicc (has gone to gerrit)
On 2014/08/13 06:13:25, ojan-only-code-yellow-reviews wrote: > lgtm. > > This is great. Thanks for doing ...
6 years, 4 months ago (2014-08-13 06:25:00 UTC) #11
dominicc (has gone to gerrit)
The CQ bit was checked by dominicc@chromium.org
6 years, 4 months ago (2014-08-13 06:26:53 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dominicc@chromium.org/465233002/60001
6 years, 4 months ago (2014-08-13 06:27:04 UTC) #13
dominicc (has gone to gerrit)
The CQ bit was unchecked by dominicc@chromium.org
6 years, 4 months ago (2014-08-13 06:38:59 UTC) #14
dominicc (has gone to gerrit)
eseidel: can I get OWNERS approval for adding Tools/appengine_testing?
6 years, 4 months ago (2014-08-13 06:39:34 UTC) #15
eseidel
lgtm.
6 years, 4 months ago (2014-08-13 06:40:54 UTC) #16
eseidel
I could have sworn we already had app-engine test capabilies. Maybe they died when we ...
6 years, 4 months ago (2014-08-13 06:43:21 UTC) #17
dominicc (has gone to gerrit)
On 2014/08/13 06:43:21, eseidel wrote: > I could have sworn we already had app-engine test ...
6 years, 4 months ago (2014-08-13 06:53:44 UTC) #18
dominicc (has gone to gerrit)
Committed patchset #5 manually as 180153 (presubmit successful).
6 years, 4 months ago (2014-08-13 07:49:35 UTC) #19
dsinclair
https://codereview.chromium.org/465233002/diff/80001/Tools/GardeningServer/ui/ct-failure-analyzer.html File Tools/GardeningServer/ui/ct-failure-analyzer.html (right): https://codereview.chromium.org/465233002/diff/80001/Tools/GardeningServer/ui/ct-failure-analyzer.html#newcode70 Tools/GardeningServer/ui/ct-failure-analyzer.html:70: # FIXME: Change this to http://sheriff-o-matic.appspot.com/alerts This isn't valid ...
6 years, 4 months ago (2014-08-13 15:27:55 UTC) #20
Dirk Pranke
On 2014/08/13 06:43:21, eseidel wrote: > I could have sworn we already had app-engine test ...
6 years, 4 months ago (2014-08-13 17:03:40 UTC) #21
dominicc (has gone to gerrit)
6 years, 4 months ago (2014-08-13 23:49:11 UTC) #22
Message was sent while issue was closed.
On 2014/08/13 15:27:55, dsinclair wrote:
>
https://codereview.chromium.org/465233002/diff/80001/Tools/GardeningServer/ui...
> File Tools/GardeningServer/ui/ct-failure-analyzer.html (right):
> 
>
https://codereview.chromium.org/465233002/diff/80001/Tools/GardeningServer/ui...
> Tools/GardeningServer/ui/ct-failure-analyzer.html:70: # FIXME: Change this to
> http://sheriff-o-matic.appspot.com/alerts
> This isn't valid javascript.

Doh. Thank you.

Powered by Google App Engine
This is Rietveld 408576698