Closed
Bug 1284936
Opened 8 years ago
Closed 8 years ago
Start taking into account users who report code 0 for UPDATE_CHECK_CODE_NOTIFY in update orphaning dashboard
Categories
(Toolkit :: Application Update, defect)
Toolkit
Application Update
Tracking
()
RESOLVED
FIXED
People
(Reporter: spohl, Assigned: spohl)
References
Details
Attachments
(1 file)
Currently, we fail to check if users report code 0 for UPDATE_CHECK_CODE_NOTIFY and instead record users as -1 in the dashboard. Code 0 means that update checks did not find an update. This is obviously still problematic for orphaned users who should definitely be seeing updates, but it should reduce the number of users in the undefined -1 state in the dashboard.
Assignee | ||
Comment 1•8 years ago
|
||
I ran this against the v20160627 longitudinal dataset. Only 3 users of the 120553 orphaned users with updates enabled are reporting UPDATE_CHECK_NO_UPDATE_NOTIFY. The positive is that we don't seem to have a major issue with people not detecting updates and reporting "no update found" when they shouldn't. However, it does not help significantly in reducing the number of users not reporting anything for UPDATE_CHECK_CODE_NOTIFY (i.e. what we display as "-1" in the dashboard).
Attachment #8769452 -
Flags: review?(rvitillo)
Attachment #8769452 -
Flags: feedback?(robert.strong.bugs)
Updated•8 years ago
|
Attachment #8769452 -
Flags: review?(rvitillo)
Attachment #8769452 -
Flags: review?(robert.strong.bugs)
Attachment #8769452 -
Flags: feedback?(robert.strong.bugs)
Comment 2•8 years ago
|
||
Comment on attachment 8769452 [details]
Respect UPDATE_CHECK_NO_UPDATE_NOTIFY
lgtm
Attachment #8769452 -
Flags: review?(robert.strong.bugs) → review+
Assignee | ||
Comment 3•8 years ago
|
||
This has landed.
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•