Closed Bug 1289333 Opened 9 years ago Closed 8 years ago

Bugfiler should set the right bug priorities, keywords and crash signature for crashes

Categories

(Tree Management :: Treeherder, defect, P4)

defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: whimboo, Assigned: KWierso)

References

Details

Attachments

(1 file)

To handle crash bugs correctly the appropriate flags have to be set. Those include: * Keyword: crash * Severity: critical * Crash Signature: [@ foobar(foo, bar)]
Blocks: 1278746
Assignee: nobody → wkocher
Comment on attachment 8851299 [details] [review] [treeherder] KWierso:crashsigs > mozilla:master With this patch, if any of the failure lines for a failed job contain a crash signature, the bug filer will show an extra field, pre-filled with the crash signature(s). When you submit a bug with a crash signature, the bug's severity will be set to "critical" and the "crash" keyword will be added to the list of keywords in the bug. I think I might need to make one or more changes before this can work, though. Right now, the keywords are submitted as a comma-separated string, but the Bugzilla REST API docs say the 'keywords' parameter should be an array of keywords. I'm not sure what will happen with a comma separated list. It might break, or it might just take the first keyword in the list.
Attachment #8851299 - Flags: review?(cdawson)
(In reply to Wes Kocher (:KWierso) from comment #3) > I think I might need to make one or more changes before this can work, > though. Right now, the keywords are submitted as a comma-separated string, > but the Bugzilla REST API docs say the 'keywords' parameter should be an > array of keywords. I'm not sure what will happen with a comma separated > list. It might break, or it might just take the first keyword in the list. Switched it to an array. Lets see how it goes.
Comment on attachment 8851299 [details] [review] [treeherder] KWierso:crashsigs > mozilla:master I put in a few review requests. I'm waiting to have some data locally to try testing this. :)
Attachment #8851299 - Flags: review?(cdawson)
Comment on attachment 8851299 [details] [review] [treeherder] KWierso:crashsigs > mozilla:master Fixed up the things you brought up. It still works for me. I don't need to ingest data, just point the UI to the prod server's data.
Attachment #8851299 - Flags: review?(cdawson)
Attachment #8851299 - Flags: review?(cdawson) → review+
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Can anyone please tell when this is going live on production?
A production deploy was performed on Monday (http://logs.glob.uno/?c=mozilla%23treeherder&s=3+Apr+2017&e=3+Apr+2017#c133550), which this was part of, but rolled back due to the unrelated bug 1353066. We'll likely do another prod push within the next 24-48 hours.
Depends on: 1355141
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: