New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 605355 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Last visit > 30 days ago
Closed: May 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 1
Type: Bug



Sign in to add a comment

crash: Port component and dependency classifier to Findit app

Project Member Reported by st...@chromium.org, Apr 21 2016

Issue description

By components, it was the original CR labels.
By dependency, it is the full project path in the DEPS file and probably a project short name, like third_party/pdfium and pdfium.

We need a better solution to update the mapping from file paths to components. The data shouldn't go into the code base as a json file again.
 

Comment 1 by st...@chromium.org, Apr 21 2016

Summary: crash: Port component and dependency classifier to Findit app (was: Port component and dependency classifier to Findit app)
Status: Started (was: Assigned)
Project Member

Comment 3 by bugdroid1@chromium.org, May 25 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/infra/infra.git/+/bf6da84ffe7d2bf4029b7286af17cb2aede16a4d

commit bf6da84ffe7d2bf4029b7286af17cb2aede16a4d
Author: katesonia <katesonia@chromium.org>
Date: Wed May 25 01:21:21 2016

[Findit] Enable project classifier and component classifier

Enable the project classifier and component classifier.

Set the classifier configuration in CrashConfig model from config page.

BUG= 605355 

Review-Url: https://codereview.chromium.org/1914113002

[modify] https://crrev.com/bf6da84ffe7d2bf4029b7286af17cb2aede16a4d/appengine/findit/crash/callstack.py
[add] https://crrev.com/bf6da84ffe7d2bf4029b7286af17cb2aede16a4d/appengine/findit/crash/classifier.py
[add] https://crrev.com/bf6da84ffe7d2bf4029b7286af17cb2aede16a4d/appengine/findit/crash/component_classifier.py
[modify] https://crrev.com/bf6da84ffe7d2bf4029b7286af17cb2aede16a4d/appengine/findit/crash/fracas.py
[modify] https://crrev.com/bf6da84ffe7d2bf4029b7286af17cb2aede16a4d/appengine/findit/crash/fracas_parser.py
[add] https://crrev.com/bf6da84ffe7d2bf4029b7286af17cb2aede16a4d/appengine/findit/crash/project_classifier.py
[modify] https://crrev.com/bf6da84ffe7d2bf4029b7286af17cb2aede16a4d/appengine/findit/crash/results.py
[modify] https://crrev.com/bf6da84ffe7d2bf4029b7286af17cb2aede16a4d/appengine/findit/crash/scorers/test/aggregator_test.py
[modify] https://crrev.com/bf6da84ffe7d2bf4029b7286af17cb2aede16a4d/appengine/findit/crash/test/callstack_filters_test.py
[modify] https://crrev.com/bf6da84ffe7d2bf4029b7286af17cb2aede16a4d/appengine/findit/crash/test/callstack_test.py
[add] https://crrev.com/bf6da84ffe7d2bf4029b7286af17cb2aede16a4d/appengine/findit/crash/test/classifier_test.py
[add] https://crrev.com/bf6da84ffe7d2bf4029b7286af17cb2aede16a4d/appengine/findit/crash/test/component_classifier_test.py
[modify] https://crrev.com/bf6da84ffe7d2bf4029b7286af17cb2aede16a4d/appengine/findit/crash/test/crash_test_suite.py
[modify] https://crrev.com/bf6da84ffe7d2bf4029b7286af17cb2aede16a4d/appengine/findit/crash/test/crash_testcase.py
[modify] https://crrev.com/bf6da84ffe7d2bf4029b7286af17cb2aede16a4d/appengine/findit/crash/test/findit_for_crash_test.py
[modify] https://crrev.com/bf6da84ffe7d2bf4029b7286af17cb2aede16a4d/appengine/findit/crash/test/fracas_crash_pipeline_test.py
[modify] https://crrev.com/bf6da84ffe7d2bf4029b7286af17cb2aede16a4d/appengine/findit/crash/test/fracas_parser_test.py
[modify] https://crrev.com/bf6da84ffe7d2bf4029b7286af17cb2aede16a4d/appengine/findit/crash/test/fracas_test.py
[add] https://crrev.com/bf6da84ffe7d2bf4029b7286af17cb2aede16a4d/appengine/findit/crash/test/project_classifier_test.py
[modify] https://crrev.com/bf6da84ffe7d2bf4029b7286af17cb2aede16a4d/appengine/findit/crash/test/results_test.py
[modify] https://crrev.com/bf6da84ffe7d2bf4029b7286af17cb2aede16a4d/appengine/findit/crash/test/stacktrace_test.py
[modify] https://crrev.com/bf6da84ffe7d2bf4029b7286af17cb2aede16a4d/appengine/findit/crash/test/stacktrace_test_suite.py
[modify] https://crrev.com/bf6da84ffe7d2bf4029b7286af17cb2aede16a4d/appengine/findit/handlers/crash/crash_config.py
[modify] https://crrev.com/bf6da84ffe7d2bf4029b7286af17cb2aede16a4d/appengine/findit/model/crash/crash_config.py
[add] https://crrev.com/bf6da84ffe7d2bf4029b7286af17cb2aede16a4d/appengine/findit/model/crash/test/crash_config_test.py
[modify] https://crrev.com/bf6da84ffe7d2bf4029b7286af17cb2aede16a4d/appengine/findit/templates/crash/crash_config.html

Comment 4 by st...@chromium.org, May 26 2016

Status: Fixed (was: Started)

Sign in to add a comment