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

Issue 2607813002: [Predator] Make ``CallStackDetector`` return a namedtuple. (Closed)

Created:
3 years, 11 months ago by Sharu Jiang
Modified:
3 years, 11 months ago
Reviewers:
wrengr, stgao
CC:
chromium-reviews, infra-reviews+infra_chromium.org, Martin Barbella, inferno
Target Ref:
refs/heads/master
Project:
infra
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Fix nit. #

Total comments: 15

Patch Set 3 : Fix nits. #

Patch Set 4 : Add ``FromStartOfCallStack`` to ``CallStackBuffer`` #

Total comments: 2

Patch Set 5 : Rebase and fix nit. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+167 lines, -136 lines) Patch
M appengine/findit/crash/callstack_detectors.py View 1 2 3 4 9 chunks +79 lines, -46 lines 0 comments Download
M appengine/findit/crash/chromecrash_parser.py View 1 2 3 1 chunk +3 lines, -7 lines 0 comments Download
M appengine/findit/crash/clusterfuzz_parser.py View 1 2 3 1 chunk +3 lines, -8 lines 0 comments Download
M appengine/findit/crash/stacktrace.py View 1 2 3 1 chunk +12 lines, -0 lines 0 comments Download
M appengine/findit/crash/test/callstack_detectors_test.py View 3 chunks +54 lines, -74 lines 0 comments Download
M appengine/findit/crash/test/stacktrace_test.py View 1 2 3 2 chunks +16 lines, -0 lines 0 comments Download
M appengine/findit/util_scripts/crash_queries/delta_test/delta_test.py View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 16 (8 generated)
Sharu Jiang
PTAL.
3 years, 11 months ago (2016-12-28 20:59:34 UTC) #3
wrengr
Code-wise, looks good. Though I have a question...: https://codereview.chromium.org/2607813002/diff/40001/appengine/findit/crash/callstack_detectors.py File appengine/findit/crash/callstack_detectors.py (right): https://codereview.chromium.org/2607813002/diff/40001/appengine/findit/crash/callstack_detectors.py#newcode14 appengine/findit/crash/callstack_detectors.py:14: namedtuple('StartOfCallStack', ...
3 years, 11 months ago (2016-12-29 20:13:03 UTC) #5
Sharu Jiang
https://codereview.chromium.org/2607813002/diff/40001/appengine/findit/crash/callstack_detectors.py File appengine/findit/crash/callstack_detectors.py (right): https://codereview.chromium.org/2607813002/diff/40001/appengine/findit/crash/callstack_detectors.py#newcode14 appengine/findit/crash/callstack_detectors.py:14: namedtuple('StartOfCallStack', On 2016/12/29 20:13:02, wrengr wrote: > I'd put ...
3 years, 11 months ago (2016-12-29 21:40:15 UTC) #6
Sharu Jiang
3 years, 11 months ago (2016-12-29 22:11:38 UTC) #7
wrengr
lgtm with nit https://codereview.chromium.org/2607813002/diff/80001/appengine/findit/crash/callstack_detectors.py File appengine/findit/crash/callstack_detectors.py (right): https://codereview.chromium.org/2607813002/diff/80001/appengine/findit/crash/callstack_detectors.py#newcode29 appengine/findit/crash/callstack_detectors.py:29: language_type, metadata) Should ``metadata or {}`` ...
3 years, 11 months ago (2016-12-29 23:36:27 UTC) #9
Sharu Jiang
https://codereview.chromium.org/2607813002/diff/80001/appengine/findit/crash/callstack_detectors.py File appengine/findit/crash/callstack_detectors.py (right): https://codereview.chromium.org/2607813002/diff/80001/appengine/findit/crash/callstack_detectors.py#newcode29 appengine/findit/crash/callstack_detectors.py:29: language_type, metadata) On 2016/12/29 23:36:27, wrengr wrote: > Should ...
3 years, 11 months ago (2016-12-30 00:18:01 UTC) #10
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/2607813002/100001
3 years, 11 months ago (2016-12-30 00:18:21 UTC) #13
commit-bot: I haz the power
3 years, 11 months ago (2016-12-30 00:27:25 UTC) #16
Message was sent while issue was closed.
Committed patchset #5 (id:100001) as
https://chromium.googlesource.com/infra/infra/+/625719640848f6141d0c6e261fd74...

Powered by Google App Engine
This is Rietveld 408576698