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

Issue 2027333002: [Findit] don't included skipped or unknown tests in swarming tasks into failed tests. (Closed)

Created:
4 years, 6 months ago by chanli
Modified:
4 years, 6 months ago
Reviewers:
stgao, lijeffrey
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

[Findit] don't included skipped or unknown tests in swarming tasks into failed tests. When record failed tests in detect_first_failure pipeline and check flakiness in swarming rerun, don't include skipped or unknown tests as failed. BUG=616313 Committed: https://chromium.googlesource.com/infra/infra/+/5267507e65d388cc288f57a44f9fe042112a90d7

Patch Set 1 #

Total comments: 4

Patch Set 2 : Make sure only collect swarming result for targeted tests. #

Total comments: 5

Patch Set 3 : . #

Total comments: 4

Patch Set 4 : . #

Total comments: 2

Patch Set 5 : . #

Patch Set 6 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+87 lines, -27 lines) Patch
M appengine/findit/handlers/handlers_util.py View 1 2 2 chunks +8 lines, -10 lines 0 comments Download
M appengine/findit/handlers/test/handlers_util_test.py View 1 2 6 chunks +22 lines, -9 lines 0 comments Download
M appengine/findit/model/test/wf_swarming_task_test.py View 1 2 1 chunk +10 lines, -1 line 0 comments Download
M appengine/findit/model/wf_swarming_task.py View 1 2 1 chunk +6 lines, -1 line 0 comments Download
M appengine/findit/waterfall/detect_first_failure_pipeline.py View 1 2 3 2 chunks +6 lines, -2 lines 0 comments Download
M appengine/findit/waterfall/swarming_tasks_to_try_job_pipeline.py View 1 2 3 4 5 3 chunks +34 lines, -3 lines 0 comments Download
M appengine/findit/waterfall/test/swarming_tasks_to_try_job_pipeline_test.py View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 16 (4 generated)
chanli
ptal
4 years, 6 months ago (2016-06-01 18:40:07 UTC) #2
lijeffrey
https://codereview.chromium.org/2027333002/diff/1/appengine/findit/model/wf_swarming_task.py File appengine/findit/model/wf_swarming_task.py (right): https://codereview.chromium.org/2027333002/diff/1/appengine/findit/model/wf_swarming_task.py#newcode49 appengine/findit/model/wf_swarming_task.py:49: 'reliable_tests': ['test3', ...] Update the docstring too to put ...
4 years, 6 months ago (2016-06-01 19:27:03 UTC) #3
chanli
ptal
4 years, 6 months ago (2016-06-01 22:55:24 UTC) #4
stgao
https://codereview.chromium.org/2027333002/diff/20001/appengine/findit/waterfall/detect_first_failure_pipeline.py File appengine/findit/waterfall/detect_first_failure_pipeline.py (right): https://codereview.chromium.org/2027333002/diff/20001/appengine/findit/waterfall/detect_first_failure_pipeline.py#newcode186 appengine/findit/waterfall/detect_first_failure_pipeline.py:186: # Ignore the test if any of the attempts ...
4 years, 6 months ago (2016-06-02 01:31:20 UTC) #5
chanli
https://codereview.chromium.org/2027333002/diff/1/appengine/findit/model/wf_swarming_task.py File appengine/findit/model/wf_swarming_task.py (right): https://codereview.chromium.org/2027333002/diff/1/appengine/findit/model/wf_swarming_task.py#newcode49 appengine/findit/model/wf_swarming_task.py:49: 'reliable_tests': ['test3', ...] On 2016/06/01 19:27:02, lijeffrey wrote: > ...
4 years, 6 months ago (2016-06-02 22:40:09 UTC) #6
stgao
https://codereview.chromium.org/2027333002/diff/20001/appengine/findit/waterfall/process_swarming_task_result_pipeline.py File appengine/findit/waterfall/process_swarming_task_result_pipeline.py (right): https://codereview.chromium.org/2027333002/diff/20001/appengine/findit/waterfall/process_swarming_task_result_pipeline.py#newcode35 appengine/findit/waterfall/process_swarming_task_result_pipeline.py:35: if test_name not in targeted_tests: On 2016/06/02 22:40:09, chanli ...
4 years, 6 months ago (2016-06-03 06:59:40 UTC) #7
chanli
https://codereview.chromium.org/2027333002/diff/40001/appengine/findit/waterfall/detect_first_failure_pipeline.py File appengine/findit/waterfall/detect_first_failure_pipeline.py (right): https://codereview.chromium.org/2027333002/diff/40001/appengine/findit/waterfall/detect_first_failure_pipeline.py#newcode187 appengine/findit/waterfall/detect_first_failure_pipeline.py:187: # Ignore the test if any of the attempts ...
4 years, 6 months ago (2016-06-06 22:41:30 UTC) #8
stgao
lgtm once comment is addressed. https://codereview.chromium.org/2027333002/diff/60001/appengine/findit/waterfall/swarming_tasks_to_try_job_pipeline.py File appengine/findit/waterfall/swarming_tasks_to_try_job_pipeline.py (right): https://codereview.chromium.org/2027333002/diff/60001/appengine/findit/waterfall/swarming_tasks_to_try_job_pipeline.py#newcode37 appengine/findit/waterfall/swarming_tasks_to_try_job_pipeline.py:37: pre_position = base_test.find(_PRE_TEST_PREFIX) This ...
4 years, 6 months ago (2016-06-06 23:34:32 UTC) #9
chanli
https://codereview.chromium.org/2027333002/diff/60001/appengine/findit/waterfall/swarming_tasks_to_try_job_pipeline.py File appengine/findit/waterfall/swarming_tasks_to_try_job_pipeline.py (right): https://codereview.chromium.org/2027333002/diff/60001/appengine/findit/waterfall/swarming_tasks_to_try_job_pipeline.py#newcode37 appengine/findit/waterfall/swarming_tasks_to_try_job_pipeline.py:37: pre_position = base_test.find(_PRE_TEST_PREFIX) On 2016/06/06 23:34:32, stgao wrote: > ...
4 years, 6 months ago (2016-06-08 21:10:59 UTC) #10
stgao
On 2016/06/08 21:10:59, chanli wrote: > https://codereview.chromium.org/2027333002/diff/60001/appengine/findit/waterfall/swarming_tasks_to_try_job_pipeline.py > File appengine/findit/waterfall/swarming_tasks_to_try_job_pipeline.py (right): > > https://codereview.chromium.org/2027333002/diff/60001/appengine/findit/waterfall/swarming_tasks_to_try_job_pipeline.py#newcode37 > ...
4 years, 6 months ago (2016-06-17 18:40:09 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2027333002/100001
4 years, 6 months ago (2016-06-17 20:28:01 UTC) #14
commit-bot: I haz the power
4 years, 6 months ago (2016-06-17 20:41:25 UTC) #16
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/infra/infra/+/5267507e65d388cc288f57a44f9fe...

Powered by Google App Engine
This is Rietveld 408576698