Open
Bug 1433824
Opened 7 years ago
Updated 3 years ago
TPS should fail if an error log is written
Categories
(Firefox :: Sync, enhancement, P3)
Firefox
Sync
Tracking
()
NEW
People
(Reporter: markh, Unassigned)
Details
In general, we don't expect TPS to write error logs. If TPS failed when it did, we'd probably have noticed bug 1433823 much earlier. If there are one or 2 places where error logs are expected, we can probably annotate those tests to reflect that.
Off the top of my head, it might be enough to have |resetFileLog| in policies.js send |this._logManager.sawError| in the |weave:service:reset-file-log| notification and have TPS listen to this event.
Updated•7 years ago
|
Component: TPS → Sync
Priority: -- → P3
Product: Testing → Firefox
Version: Version 3 → unspecified
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•