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

Issue 2588513002: [Predator] renamed "Result" to "Suspect" (Closed)

Created:
4 years ago by wrengr
Modified:
4 years ago
CC:
chromium-reviews, infra-reviews+infra_chromium.org, stgao
Target Ref:
refs/heads/master
Project:
infra
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 6

Patch Set 2 : Removing redundant import #

Unified diffs Side-by-side diffs Delta from patch set Stats (+408 lines, -797 lines) Patch
M appengine/findit/crash/changelist_classifier.py View 7 chunks +26 lines, -26 lines 0 comments Download
M appengine/findit/crash/component_classifier.py View 2 chunks +11 lines, -11 lines 0 comments Download
M appengine/findit/crash/culprit.py View 2 chunks +3 lines, -2 lines 0 comments Download
M appengine/findit/crash/loglinear/changelist_features/test/min_distance_test.py View 1 2 chunks +22 lines, -23 lines 0 comments Download
M appengine/findit/crash/loglinear/changelist_features/test/top_frame_index_test.py View 3 chunks +17 lines, -17 lines 0 comments Download
M appengine/findit/crash/loglinear/feature.py View 2 chunks +17 lines, -18 lines 0 comments Download
M appengine/findit/crash/project_classifier.py View 3 chunks +10 lines, -10 lines 0 comments Download
D appengine/findit/crash/results.py View 1 chunk +0 lines, -194 lines 0 comments Download
M appengine/findit/crash/scorers/min_distance.py View 5 chunks +7 lines, -7 lines 0 comments Download
M appengine/findit/crash/scorers/test/aggregated_scorer_test.py View 4 chunks +15 lines, -15 lines 0 comments Download
M appengine/findit/crash/scorers/test/aggregators_test.py View 1 chunk +1 line, -1 line 0 comments Download
M appengine/findit/crash/scorers/test/min_distance_test.py View 4 chunks +20 lines, -20 lines 0 comments Download
M appengine/findit/crash/scorers/test/top_frame_index_test.py View 3 chunks +7 lines, -7 lines 0 comments Download
A + appengine/findit/crash/suspect.py View 5 chunks +62 lines, -56 lines 0 comments Download
M appengine/findit/crash/test/changelist_classifier_test.py View 10 chunks +54 lines, -54 lines 0 comments Download
M appengine/findit/crash/test/component_classifier_test.py View 4 chunks +13 lines, -13 lines 0 comments Download
M appengine/findit/crash/test/crash_pipeline_test.py View 3 chunks +5 lines, -5 lines 0 comments Download
M appengine/findit/crash/test/crash_test_suite.py View 1 chunk +27 lines, -27 lines 0 comments Download
M appengine/findit/crash/test/findit_for_chromecrash_test.py View 9 chunks +14 lines, -14 lines 0 comments Download
M appengine/findit/crash/test/occurrence_test.py View 3 chunks +7 lines, -7 lines 0 comments Download
M appengine/findit/crash/test/project_classifier_test.py View 4 chunks +20 lines, -20 lines 0 comments Download
D appengine/findit/crash/test/results_test.py View 1 chunk +0 lines, -200 lines 0 comments Download
A + appengine/findit/crash/test/suspect_test.py View 3 chunks +50 lines, -50 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 21 (11 generated)
wrengr
Another renaming, this one much more substantial. PTAL
4 years ago (2016-12-17 00:07:18 UTC) #3
Martin Barbella
Didn't check the individual file updates, but just wanted to chime in to say that ...
4 years ago (2016-12-17 00:11:50 UTC) #4
inferno
lgtm https://codereview.chromium.org/2588513002/diff/1/appengine/findit/crash/loglinear/changelist_features/test/min_distance_test.py File appengine/findit/crash/loglinear/changelist_features/test/min_distance_test.py (right): https://codereview.chromium.org/2588513002/diff/1/appengine/findit/crash/loglinear/changelist_features/test/min_distance_test.py#newcode10 appengine/findit/crash/loglinear/changelist_features/test/min_distance_test.py:10: from crash.suspect import Suspect Did you mean Suspects ...
4 years ago (2016-12-19 18:18:47 UTC) #5
wrengr
https://codereview.chromium.org/2588513002/diff/1/appengine/findit/crash/loglinear/changelist_features/test/min_distance_test.py File appengine/findit/crash/loglinear/changelist_features/test/min_distance_test.py (right): https://codereview.chromium.org/2588513002/diff/1/appengine/findit/crash/loglinear/changelist_features/test/min_distance_test.py#newcode10 appengine/findit/crash/loglinear/changelist_features/test/min_distance_test.py:10: from crash.suspect import Suspect On 2016/12/19 18:18:47, inferno wrote: ...
4 years ago (2016-12-19 18:22:49 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/2588513002/20001
4 years ago (2016-12-19 18:23:26 UTC) #11
commit-bot: I haz the power
No L-G-T-M from a valid reviewer yet. CQ run can only be started by full ...
4 years ago (2016-12-19 18:23:28 UTC) #13
stgao
lgtm with nits https://codereview.chromium.org/2588513002/diff/1/appengine/findit/crash/changelist_classifier.py File appengine/findit/crash/changelist_classifier.py (right): https://codereview.chromium.org/2588513002/diff/1/appengine/findit/crash/changelist_classifier.py#newcode12 appengine/findit/crash/changelist_classifier.py:12: from crash.suspect import Suspects These two ...
4 years ago (2016-12-19 18:30:31 UTC) #15
wrengr
https://codereview.chromium.org/2588513002/diff/1/appengine/findit/crash/changelist_classifier.py File appengine/findit/crash/changelist_classifier.py (right): https://codereview.chromium.org/2588513002/diff/1/appengine/findit/crash/changelist_classifier.py#newcode12 appengine/findit/crash/changelist_classifier.py:12: from crash.suspect import Suspects On 2016/12/19 18:30:30, stgao (slow ...
4 years ago (2016-12-19 18:33:43 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/2588513002/20001
4 years ago (2016-12-19 18:35:41 UTC) #18
commit-bot: I haz the power
4 years ago (2016-12-19 18:45:02 UTC) #21
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/infra/infra/+/0ff06cb8f8877d0296a2f387f443a...

Powered by Google App Engine
This is Rietveld 408576698