Closed
Bug 1635645
Opened 5 years ago
Closed 5 years ago
Simulation reducer swallows a lot of errors that are unrelated to it.
Categories
(DevTools :: Accessibility Tools, defect)
DevTools
Accessibility Tools
Tracking
(firefox78 fixed)
RESOLVED
FIXED
Firefox 78
| Tracking | Status | |
|---|---|---|
| firefox78 | --- | fixed |
People
(Reporter: yzen, Assigned: yzen)
Details
Attachments
(1 file)
We need to fix how we handle errors in the simulation reducer. Right now we are not checking the action type and this results in logging for an error that is not necessarily related to simulation itself.
| Assignee | ||
Updated•5 years ago
|
Assignee: nobody → yzenevich
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•5 years ago
|
||
Pushed by yura.zenevich@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/09b37e2d4fe5
check the action type before logging simulation related action errors. r=mtigley
Comment 3•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 78
You need to log in
before you can comment on or make changes to this bug.
Description
•