Closed
Bug 529422
Opened 15 years ago
Closed 15 years ago
Test Pilot week-in-the-life study must filter out duplicate events
Categories
(Mozilla Labs Graveyard :: Test Pilot, defect, P2)
Mozilla Labs Graveyard
Test Pilot
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jono, Assigned: jono)
References
Details
(Whiteboard: week-in-the-life)
The bookmark added, bookmark changed, extension uninstall, extension disable, and download state change observers in the week-in-the-life experiment all seem to be firing multiple times for a single event. Need to make sure we only record one event per event.
It appears that some of the many, many "bookmark created" and "bookmark modified" events we get at startup are coming from the "live bookmark" rss feed folders. We should be filtering out and ignoring those events.
We're filtering out the live bookmark create events in http://hg.mozilla.org/labs/testpilotweb/rev/6aa20dd2e561 .
Duplicate download notifications problem solved in http://hg.mozilla.org/labs/testpilotweb/rev/402ac6363135 by observing only for "dl-done".
The only remaining duplicate is the extension disable/uninstall notification, and status of extensions has been pushed back to the next revision of week-in-the-life study, so I'm folding that into bug 529181 .
No longer blocks: 529175
Status: NEW → RESOLVED
Closed: 15 years ago
Priority: P1 → P2
Resolution: --- → FIXED
Updated•8 years ago
|
Product: Mozilla Labs → Mozilla Labs Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•