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

Issue 2179283009: [Findit] Compare lists to lists instead of lists to tuples, and change tests (Closed)

Created:
4 years, 4 months ago by josiahk
Modified:
4 years, 4 months ago
Reviewers:
chanli, stgao, lijeffrey
Base URL:
https://chromium.googlesource.com/infra/infra.git@master
Target Ref:
refs/heads/master
Project:
infra
Visibility:
Public.

Description

Compare lists to lists instead of lists to tuples, and change tests BUG=632130 Committed: https://chromium.googlesource.com/infra/infra/+/9f0bd313ad2d8251f974e2f3764f76b87b21be63

Patch Set 1 #

Total comments: 8

Patch Set 2 : Slightly redo GenPotentialCulpritTupleList #

Patch Set 3 : Nit function rename, update comment wording #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+157 lines, -56 lines) Patch
M appengine/findit/handlers/triage_analysis.py View 1 2 2 chunks +11 lines, -13 lines 1 comment Download
M appengine/findit/waterfall/test/try_job_util_test.py View 1 2 14 chunks +125 lines, -23 lines 0 comments Download
M appengine/findit/waterfall/try_job_util.py View 1 2 3 chunks +21 lines, -20 lines 1 comment Download

Messages

Total messages: 20 (10 generated)
josiahk
Hello Chan and Jeff, I changed suspected_tuples members from tuples into lists. This allows for ...
4 years, 4 months ago (2016-07-27 22:14:58 UTC) #4
lijeffrey
https://codereview.chromium.org/2179283009/diff/1/appengine/findit/waterfall/test/try_job_util_test.py File appengine/findit/waterfall/test/try_job_util_test.py (right): https://codereview.chromium.org/2179283009/diff/1/appengine/findit/waterfall/test/try_job_util_test.py#newcode439 appengine/findit/waterfall/test/try_job_util_test.py:439: self.assertTrue(WfFailureGroup.Get(master_name, builder_name, build_number)) WfFailureGroup isn't a bool, it's an ...
4 years, 4 months ago (2016-07-27 22:49:36 UTC) #5
chanli
https://codereview.chromium.org/2179283009/diff/1/appengine/findit/waterfall/try_job_util.py File appengine/findit/waterfall/try_job_util.py (right): https://codereview.chromium.org/2179283009/diff/1/appengine/findit/waterfall/try_job_util.py#newcode211 appengine/findit/waterfall/try_job_util.py:211: suspected_tuples = [list(tup) for tup in suspected_tuples] Instead of ...
4 years, 4 months ago (2016-07-28 17:40:26 UTC) #6
josiahk
https://codereview.chromium.org/2179283009/diff/1/appengine/findit/waterfall/test/try_job_util_test.py File appengine/findit/waterfall/test/try_job_util_test.py (right): https://codereview.chromium.org/2179283009/diff/1/appengine/findit/waterfall/test/try_job_util_test.py#newcode439 appengine/findit/waterfall/test/try_job_util_test.py:439: self.assertTrue(WfFailureGroup.Get(master_name, builder_name, build_number)) On 2016/07/27 22:49:36, lijeffrey wrote: > ...
4 years, 4 months ago (2016-07-30 00:21:11 UTC) #7
josiahk
Hello Chan and Jeff! I would like to get this CL in before the next ...
4 years, 4 months ago (2016-08-01 17:07:30 UTC) #12
lijeffrey
lgtm
4 years, 4 months ago (2016-08-01 18:43:38 UTC) #13
chanli
https://codereview.chromium.org/2179283009/diff/120001/appengine/findit/handlers/triage_analysis.py File appengine/findit/handlers/triage_analysis.py (right): https://codereview.chromium.org/2179283009/diff/120001/appengine/findit/handlers/triage_analysis.py#newcode44 appengine/findit/handlers/triage_analysis.py:44: suspected_cls_with_failures_1 = GetSuspectedCLsWithFailures(analysis_1.result) This seems not correct. For try_job_util.GetSuspectedCLsWithFailures, ...
4 years, 4 months ago (2016-08-01 19:43:49 UTC) #14
chanli
On 2016/08/01 19:43:49, chanli wrote: > https://codereview.chromium.org/2179283009/diff/120001/appengine/findit/handlers/triage_analysis.py > File appengine/findit/handlers/triage_analysis.py (right): > > https://codereview.chromium.org/2179283009/diff/120001/appengine/findit/handlers/triage_analysis.py#newcode44 > ...
4 years, 4 months ago (2016-08-01 21:20:21 UTC) #15
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/2179283009/120001
4 years, 4 months ago (2016-08-01 21:48:40 UTC) #17
commit-bot: I haz the power
4 years, 4 months ago (2016-08-01 22:02:25 UTC) #19
Message was sent while issue was closed.
Committed patchset #3 (id:120001) as
https://chromium.googlesource.com/infra/infra/+/9f0bd313ad2d8251f974e2f3764f7...

Powered by Google App Engine
This is Rietveld 408576698