Closed
Bug 1599779
Opened 5 years ago
Closed 5 years ago
fix "signature" command to support other crash id forms
Categories
(Socorro :: Signature, enhancement, P3)
Socorro
Signature
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: willkg, Assigned: willkg)
Details
Attachments
(1 file)
I'm often copy/pasting crash ids from Bugzilla and crash reports when testing signature generation changes. It's a pain in the ass right now because I have to be careful to copy and paste just the crash id and I often miss a letter or pick up a character I didn't want.
What if the signature command supported multiple forms of the crash id? For example:
- 0b794045-87ec-4649-9ce1-73ec10191120 -- raw crash id
- bp-0b794045-87ec-4649-9ce1-73ec10191120 -- crash id as it shows up in bugzilla
- https://HOST/report/index/0b794045-87ec-4649-9ce1-73ec10191120 -- crash report url
This bug covers fixing this.
Also, maybe we should do this for all the commands.
Assignee | ||
Updated•5 years ago
|
Type: task → enhancement
Priority: -- → P3
Assignee | ||
Comment 1•5 years ago
|
||
Assignee: nobody → willkg
Assignee | ||
Comment 2•5 years ago
|
||
willkg merged PR #5049: "bug 1599779: support other crashid forms in signature command" in cb47adf.
The other commands that would benefit from this are:
- fetch_crash_data
- reprocess
- verify
I'll leave this open until I fix them, too.
Assignee | ||
Comment 3•5 years ago
|
||
This went to prod today in bug #1602793.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•