Closed
Bug 1231368
Opened 10 years ago
Closed 6 years ago
Reassigning alerts doesn't check for errors
Categories
(Tree Management :: Perfherder, defect, P3)
Tree Management
Perfherder
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: wlach, Unassigned)
Details
(Whiteboard: perfherder-starter-bug, [lang=js])
In bug 1228156, we added support for reassigning alerts, but we don't currently check for errors. The fact that:
(1) We require the user to be logged in to perform this operation
(2) We validate the form input before submitting
... should mean that this will work in 99% of cases, but there are still possible failure modes:
(1) The user specifies an invalid revised summary id
(2) Network error
You can see an example of where we throw an error after this type of operation fails here:
https://github.com/mozilla/treeherder/blob/cbd32a4/ui/js/controllers/perf/graphs.js#L575
| Reporter | ||
Comment 1•10 years ago
|
||
The file to modify is ui/js/controllers/perf/alerts.js
Updated•8 years ago
|
Priority: -- → P5
Updated•7 years ago
|
Whiteboard: perfherder-starter-bug → perfherder-starter-bug, [lang=js]
Updated•6 years ago
|
Priority: P5 → P3
Comment 2•6 years ago
|
||
Much older than 18 months, thus closing this as INCOMPLETE.
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•