Closed
Bug 1969308
Opened 3 months ago
Closed 2 months ago
Unconvert totalsize metric to standard byte number
Categories
(Core :: Machine Learning, defect)
Core
Machine Learning
Tracking
()
VERIFIED
FIXED
141 Branch
People
(Reporter: ngrato, Assigned: ngrato)
References
(Blocks 1 open bug)
Details
(Whiteboard: [genai])
Attachments
(2 files)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
phab-bot
:
approval-mozilla-beta+
|
Details | Review |
the wrong conversion method was used to convert "totalSize".
Updated•3 months ago
|
Summary: Unconvert totalsize metric to standard number → Unconvert totalsize metric to standard byte number
Updated•3 months ago
|
Pushed by ngrato@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/ed45b112efe3
https://hg.mozilla.org/integration/autoland/rev/5e8d586600d7
Unconvert totalsize metric to standard byte number r=Mardak,extension-reviewers
Comment 3•2 months ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 months ago
status-firefox141:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 141 Branch
the wrong conversion method was used to convert 'totalSize'
Original Revision: https://phabricator.services.mozilla.com/D251744
Updated•2 months ago
|
Attachment #9492461 -
Flags: approval-mozilla-beta?
Comment 5•2 months ago
|
||
firefox-beta Uplift Approval Request
- User impact if declined: model size on metrics will be the wrong format
- Code covered by automated testing: yes
- Fix verified in Nightly: yes
- Needs manual QE test: yes
- Steps to reproduce for manual QE testing: initiate actions to trigger glean events. (init a model deletion from about:addons )
- Risk associated with taking this patch: UI errors / metric errors
- Explanation of risk level: This should only touch metrics so I beleive risk is low.
- String changes made/needed: n/a
- Is Android affected?: no
Flags: qe-verify+
Updated•2 months ago
|
Attachment #9492461 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Updated•2 months ago
|
status-firefox140:
--- → fixed
Comment 7•2 months ago
|
||
Verified as Fixed. Tested on the latest Nightly (141.0a1/20250603213222) and Beta (140.0b5
/20250603182419 from https://treeherder.mozilla.org/jobs?repo=mozilla-beta&revision=b9e56b774e8a34db6fbf6f3c419b59ca182349a8) under Windows 11 and Ubuntu 24.04 LTS.
When initiating a model deletion from about:addons, the corresponding glean event shows model size as "size": "23685047"
on the latest Nightly and patched Beta 140.0b5, as opposed to the unpatched Beta 140.0b4 which shows "size": "22.6 MB"
, confirming the fix.
Updated•2 months ago
|
Flags: qe-verify+
You need to log in
before you can comment on or make changes to this bug.
Description
•