Closed
Bug 1392587
Opened 8 years ago
Closed 8 years ago
remove BreakpadStackwalkerRule
Categories
(Socorro :: General, task, P3)
Socorro
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: willkg, Assigned: willkg)
Details
Attachments
(1 file)
In socorro/processor/breakpad_transform_rules.py, we have BreakpadStackwalkerRule and also BreakpadStackwalkerRule2015.
The latter does not inherit from the former--they're two separate rules.
We don't use BreakpadStackwalkerRule, so we should remove it and related tests and documentation.
| Assignee | ||
Comment 1•8 years ago
|
||
This isn't urgent, but would be nice to do for cleanup. Making it a P3.
Priority: -- → P3
| Assignee | ||
Comment 2•8 years ago
|
||
I just wasted a bunch of time looking at the wrong BreakpadStackwalkerRule. Grabbing this to do now.
Assignee: nobody → willkg
Status: NEW → ASSIGNED
| Assignee | ||
Comment 3•8 years ago
|
||
Comment 4•8 years ago
|
||
Commits pushed to master at https://github.com/mozilla-services/socorro
https://github.com/mozilla-services/socorro/commit/cb21e539dc685874d70ef254805cb8c1387fca0a
fixes bug 1392587 - remove BreakpadStackwalkerRule
We don't use this anymore--we use BreakpadStackwalkerRule2015. This removes the
rule and its tests.
https://github.com/mozilla-services/socorro/commit/d8f66fd7e4f21c31002114f87f14b4028690228b
Merge pull request #4059 from willkg/1392587-breakpadstackwalkerrule
fixes bug 1392587 - remove BreakpadStackwalkerRule
Updated•8 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•