Closed
Bug 1737878
Opened 4 years ago
Closed 4 years ago
expose normalized frames in signature result
Categories
(Socorro :: Signature, task, P2)
Socorro
Signature
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: willkg, Assigned: willkg)
References
()
Details
Attachments
(1 file)
When signature generation runs, it generates a signature result. That structure contains:
signature: the final signaturenotes: notes from the rules that randebug_log: some egregiously boring stuff, but helpful for debugging signature generationextra: a dictionary of additional stuff
When the CSignatureTool runs, it adds a proto_signature to the extra dict. That's a | delimited string of the normalized frames.
It'd be helpful for users of siggen if the result also contained a list of the normalized frames.
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Comment 1•4 years ago
|
||
| Assignee | ||
Comment 2•4 years ago
|
||
| Assignee | ||
Comment 3•4 years ago
|
||
Once this gets deployed to prod, we should update the siggen issue and then do a release of that.
| Assignee | ||
Comment 4•4 years ago
|
||
I pushed this to prod in bug #1738043. This doesn't affect Socorro (unless it's erroring out which it isn't).
Marking as FIXED.
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•