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

Issue 2432203003: [Predator] Run predator. (Closed)

Created:
4 years, 2 months ago by Sharu Jiang
Modified:
4 years, 1 month ago
Reviewers:
wrengr, stgao
CC:
chromium-reviews, infra-reviews+infra_chromium.org, mbarbella (wrong one), inferno
Target Ref:
refs/heads/master
Project:
infra
Visibility:
Public.

Description

[Predator] Run predator. Implement run-predator.py and make delta test script run. BUG=605369 Committed: https://chromium.googlesource.com/infra/infra/+/ced5e9b61c62f348d5e880d1cec54f0ba1fe6309

Patch Set 1 : . #

Total comments: 33

Patch Set 2 : Address comments. #

Patch Set 3 : Fix nits. #

Total comments: 5

Patch Set 4 : Fix nits. #

Patch Set 5 : Add TODO. #

Patch Set 6 : Delete iterator hack to get config. #

Patch Set 7 : Fix flaky BadStatusLine exception. #

Total comments: 14

Patch Set 8 : Fix nits and refactor GetLockedMethod #

Patch Set 9 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+383 lines, -116 lines) Patch
M appengine/findit/crash/changelist_classifier.py View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M appengine/findit/crash/crash_pipeline.py View 1 3 chunks +6 lines, -5 lines 0 comments Download
M appengine/findit/crash/culprit.py View 1 1 chunk +0 lines, -1 line 0 comments Download
M appengine/findit/crash/findit.py View 1 1 chunk +1 line, -2 lines 0 comments Download
M appengine/findit/crash/test/crash_testcase.py View 1 2 3 4 5 6 7 8 3 chunks +19 lines, -0 lines 0 comments Download
M appengine/findit/handlers/crash/crash_handler.py View 1 3 chunks +5 lines, -3 lines 0 comments Download
M appengine/findit/handlers/crash/test/crash_handler_test.py View 1 2 3 2 chunks +1 line, -6 lines 0 comments Download
M appengine/findit/util_scripts/crash_queries/crash_iterator.py View 1 2 3 4 2 chunks +2 lines, -8 lines 0 comments Download
M appengine/findit/util_scripts/crash_queries/delta_test/delta_test.py View 1 2 3 4 5 6 7 8 12 chunks +54 lines, -26 lines 0 comments Download
M appengine/findit/util_scripts/crash_queries/delta_test/delta_util.py View 1 2 3 4 5 6 7 8 3 chunks +22 lines, -22 lines 0 comments Download
M appengine/findit/util_scripts/crash_queries/delta_test/run-delta-test.py View 1 2 3 4 5 6 7 8 3 chunks +11 lines, -13 lines 0 comments Download
A appengine/findit/util_scripts/crash_queries/delta_test/run-predator.py View 1 2 3 4 5 6 7 8 1 chunk +127 lines, -0 lines 0 comments Download
M appengine/findit/util_scripts/git_checkout/local_git_repository.py View 1 2 3 4 5 6 7 8 3 chunks +9 lines, -9 lines 0 comments Download
M appengine/findit/util_scripts/git_checkout/test/local_git_repository_test.py View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/findit/util_scripts/iterator.py View 1 3 chunks +8 lines, -6 lines 0 comments Download
M appengine/findit/util_scripts/local_cache.py View 1 2 3 4 5 6 2 chunks +2 lines, -3 lines 0 comments Download
M appengine/findit/util_scripts/script_util.py View 1 2 3 4 5 6 7 8 3 chunks +109 lines, -6 lines 0 comments Download
M appengine/findit/util_scripts/test/script_util_test.py View 1 2 3 4 5 6 7 8 2 chunks +4 lines, -3 lines 0 comments Download

Messages

Total messages: 44 (29 generated)
Sharu Jiang
PTAL :)
4 years, 1 month ago (2016-11-01 00:29:19 UTC) #11
wrengr
lgtm, with nits. https://codereview.chromium.org/2432203003/diff/160001/appengine/findit/crash/culprit.py File appengine/findit/crash/culprit.py (right): https://codereview.chromium.org/2432203003/diff/160001/appengine/findit/crash/culprit.py#newcode101 appengine/findit/crash/culprit.py:101: result['regression_range'] = self.regression_range We should copy ...
4 years, 1 month ago (2016-11-01 22:07:52 UTC) #12
stgao
https://codereview.chromium.org/2432203003/diff/160001/appengine/findit/lib/cache_decorator.py File appengine/findit/lib/cache_decorator.py (right): https://codereview.chromium.org/2432203003/diff/160001/appengine/findit/lib/cache_decorator.py#newcode51 appengine/findit/lib/cache_decorator.py:51: _PREDATOR_ROOT_DIR = os.path.join(os.path.dirname(__file__), os.path.pardir) not "PREDATOR" here, as this ...
4 years, 1 month ago (2016-11-02 01:45:49 UTC) #13
Sharu Jiang
https://codereview.chromium.org/2432203003/diff/160001/appengine/findit/crash/culprit.py File appengine/findit/crash/culprit.py (right): https://codereview.chromium.org/2432203003/diff/160001/appengine/findit/crash/culprit.py#newcode101 appengine/findit/crash/culprit.py:101: result['regression_range'] = self.regression_range On 2016/11/01 22:07:52, wrengr wrote: > ...
4 years, 1 month ago (2016-11-11 23:10:26 UTC) #14
stgao
https://codereview.chromium.org/2432203003/diff/160001/appengine/findit/util_scripts/crash_queries/delta_test/run-predator.py File appengine/findit/util_scripts/crash_queries/delta_test/run-predator.py (right): https://codereview.chromium.org/2432203003/diff/160001/appengine/findit/util_scripts/crash_queries/delta_test/run-predator.py#newcode39 appengine/findit/util_scripts/crash_queries/delta_test/run-predator.py:39: def GetCrashConfigFromRemoteAPI(cls, app_id, **_): On 2016/11/11 23:10:26, Sharu Jiang ...
4 years, 1 month ago (2016-11-14 21:34:12 UTC) #17
wrengr
https://codereview.chromium.org/2432203003/diff/160001/appengine/findit/util_scripts/crash_queries/delta_test/run-predator.py File appengine/findit/util_scripts/crash_queries/delta_test/run-predator.py (right): https://codereview.chromium.org/2432203003/diff/160001/appengine/findit/util_scripts/crash_queries/delta_test/run-predator.py#newcode49 appengine/findit/util_scripts/crash_queries/delta_test/run-predator.py:49: return config On 2016/11/14 21:34:12, stgao (slow on Monday) ...
4 years, 1 month ago (2016-11-14 21:51:07 UTC) #18
Sharu Jiang
https://codereview.chromium.org/2432203003/diff/160001/appengine/findit/util_scripts/crash_queries/delta_test/run-predator.py File appengine/findit/util_scripts/crash_queries/delta_test/run-predator.py (right): https://codereview.chromium.org/2432203003/diff/160001/appengine/findit/util_scripts/crash_queries/delta_test/run-predator.py#newcode39 appengine/findit/util_scripts/crash_queries/delta_test/run-predator.py:39: def GetCrashConfigFromRemoteAPI(cls, app_id, **_): On 2016/11/14 21:34:12, stgao (slow ...
4 years, 1 month ago (2016-11-15 02:21:47 UTC) #19
Sharu Jiang
Ping :)
4 years, 1 month ago (2016-11-17 03:08:56 UTC) #25
stgao
lgtm as I don't want to block this CL for too long. However, there are ...
4 years, 1 month ago (2016-11-17 05:03:05 UTC) #26
Sharu Jiang
https://codereview.chromium.org/2432203003/diff/460001/appengine/findit/crash/changelist_classifier.py File appengine/findit/crash/changelist_classifier.py (right): https://codereview.chromium.org/2432203003/diff/460001/appengine/findit/crash/changelist_classifier.py#newcode301 appengine/findit/crash/changelist_classifier.py:301: repository.repo_url = stack_deps[dep].repo_url On 2016/11/17 05:03:05, stgao (slow on ...
4 years, 1 month ago (2016-11-17 09:03:16 UTC) #27
Sharu Jiang
4 years, 1 month ago (2016-11-17 09:07:59 UTC) #29
stgao
lgtm
4 years, 1 month ago (2016-11-17 15:28:07 UTC) #30
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/2432203003/520001
4 years, 1 month ago (2016-11-17 20:15:14 UTC) #33
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/2432203003/540001
4 years, 1 month ago (2016-11-17 20:21:13 UTC) #39
commit-bot: I haz the power
4 years, 1 month ago (2016-11-17 20:37:02 UTC) #41
Message was sent while issue was closed.
Committed patchset #12 (id:540001) as
https://chromium.googlesource.com/infra/infra/+/ced5e9b61c62f348d5e880d1cec54...

Powered by Google App Engine
This is Rietveld 408576698