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

Issue 2456033002: [Findit] Using flake_analysis_service and add bug number to check flake UI (Closed)

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

Description

- Use flake_analysis_service to schedule an analysis of a flaky test - Add support for passing a bug number through the UI - Better malformed input handling/error messages Old UI: http://findit-for-me.appspot.com/waterfall/flake Updated UI: http://lijeffrey-dot-findit-for-me.appspot.com/waterfall/flake BUG=660025 Committed: https://chromium.googlesource.com/infra/infra/+/0fbdc37dee3cab3461d0d3b96911ebd058ae7844

Patch Set 1 #

Total comments: 2

Patch Set 2 : Addressing Comments #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+266 lines, -43 lines) Patch
M appengine/findit/handlers/flake/check_flake.py View 2 chunks +98 lines, -35 lines 2 comments Download
M appengine/findit/handlers/flake/test/check_flake_test.py View 4 chunks +157 lines, -2 lines 0 comments Download
M appengine/findit/templates/flake/flake.html View 1 1 chunk +9 lines, -5 lines 0 comments Download
M appengine/findit/waterfall/flake/flake_analysis_service.py View 1 chunk +1 line, -0 lines 0 comments Download
M appengine/findit/waterfall/flake/trigger_flake_analyses_pipeline.py View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 15 (7 generated)
lijeffrey
ptal
4 years, 1 month ago (2016-10-27 15:14:46 UTC) #4
chanli
lgtm with a nit https://codereview.chromium.org/2456033002/diff/1/appengine/findit/templates/flake/flake.html File appengine/findit/templates/flake/flake.html (right): https://codereview.chromium.org/2456033002/diff/1/appengine/findit/templates/flake/flake.html#newcode64 appengine/findit/templates/flake/flake.html:64: <td style="text-align:right">Bug ID:</td> Since Bug ...
4 years, 1 month ago (2016-10-27 17:53:52 UTC) #5
lijeffrey
https://codereview.chromium.org/2456033002/diff/1/appengine/findit/templates/flake/flake.html File appengine/findit/templates/flake/flake.html (right): https://codereview.chromium.org/2456033002/diff/1/appengine/findit/templates/flake/flake.html#newcode64 appengine/findit/templates/flake/flake.html:64: <td style="text-align:right">Bug ID:</td> On 2016/10/27 17:53:51, chanli wrote: > ...
4 years, 1 month ago (2016-10-27 20:29:13 UTC) #6
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/2456033002/20001
4 years, 1 month ago (2016-10-27 20:29:32 UTC) #9
commit-bot: I haz the power
Committed patchset #2 (id:20001) as https://chromium.googlesource.com/infra/infra/+/0fbdc37dee3cab3461d0d3b96911ebd058ae7844
4 years, 1 month ago (2016-10-27 21:13:37 UTC) #11
stgao
https://codereview.chromium.org/2456033002/diff/20001/appengine/findit/handlers/flake/check_flake.py File appengine/findit/handlers/flake/check_flake.py (right): https://codereview.chromium.org/2456033002/diff/20001/appengine/findit/handlers/flake/check_flake.py#newcode119 appengine/findit/handlers/flake/check_flake.py:119: analysis = request.analyses[-1].get() How do we plan to deal ...
4 years, 1 month ago (2016-10-31 22:03:16 UTC) #13
stgao
https://codereview.chromium.org/2456033002/diff/20001/appengine/findit/handlers/flake/check_flake.py File appengine/findit/handlers/flake/check_flake.py (right): https://codereview.chromium.org/2456033002/diff/20001/appengine/findit/handlers/flake/check_flake.py#newcode119 appengine/findit/handlers/flake/check_flake.py:119: analysis = request.analyses[-1].get() Will this always return the analysis ...
4 years, 1 month ago (2016-10-31 22:08:03 UTC) #14
stgao
4 years, 1 month ago (2016-11-02 21:03:59 UTC) #15
Message was sent while issue was closed.
Jeff, what's your thoughts on my comments above?

Powered by Google App Engine
This is Rietveld 408576698