[Predator] Bug in min_distance. In results.py the analysis info is changed to use AnalysisInfo class instead of a dict during refactoring, however the min_distance hasn't be updated.
Typo... changed the owner
The following revision refers to this bug: https://chromium.googlesource.com/infra/infra.git/+/e50200467b7e522a03b2d9d73d6cd27d0b49874c commit e50200467b7e522a03b2d9d73d6cd27d0b49874c Author: katesonia <katesonia@chromium.org> Date: Wed Nov 02 03:08:19 2016 [Predator] Fix bug in min_distance after refactor and add back skip added/deleted deps. Also added culprit_test for culprit.py BUG= 660621 , 659346 Review-Url: https://codereview.chromium.org/2449853012 [modify] https://crrev.com/e50200467b7e522a03b2d9d73d6cd27d0b49874c/appengine/findit/crash/changelist_classifier.py [modify] https://crrev.com/e50200467b7e522a03b2d9d73d6cd27d0b49874c/appengine/findit/crash/culprit.py [modify] https://crrev.com/e50200467b7e522a03b2d9d73d6cd27d0b49874c/appengine/findit/crash/scorers/min_distance.py [modify] https://crrev.com/e50200467b7e522a03b2d9d73d6cd27d0b49874c/appengine/findit/crash/scorers/test/aggregated_scorer_test.py [modify] https://crrev.com/e50200467b7e522a03b2d9d73d6cd27d0b49874c/appengine/findit/crash/scorers/test/min_distance_test.py [modify] https://crrev.com/e50200467b7e522a03b2d9d73d6cd27d0b49874c/appengine/findit/crash/test/changelist_classifier_test.py [add] https://crrev.com/e50200467b7e522a03b2d9d73d6cd27d0b49874c/appengine/findit/crash/test/culprit_test.py [modify] https://crrev.com/e50200467b7e522a03b2d9d73d6cd27d0b49874c/appengine/findit/crash/test/findit_for_chromecrash_test.py [modify] https://crrev.com/e50200467b7e522a03b2d9d73d6cd27d0b49874c/appengine/findit/model/crash/crash_analysis.py
Comment 1 by kateso...@chromium.org
, Oct 29 2016Components: Tools>Test>FindIt>Crash
Labels: -Pri-3 Pri-1
Owner: kateso...@chromium.org