aboutTelemetry.js references unknown file aboutTelemetry.properties
Categories
(Toolkit :: Telemetry, defect)
Tracking
()
People
(Reporter: standard8, Assigned: chutten)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
Bug 1523741 removed aboutTelemetry.properties, but it looks like there is a reference left within aboutTelemetry.js:
The bundle referenced there is used within StackRenderer.renderHeader
, but doesn't seem to break running about:telemetry - maybe StackRenderer
is normally (or completely?) unused?
Updated•3 years ago
|
Comment 1•3 years ago
|
||
Set release status flags based on info from the regressing bug 1523741
Comment 2•3 years ago
|
||
:berning5, since you are the author of the regressor, bug 1523741, could you take a look?
For more information, please visit auto_nag documentation.
Updated•3 years ago
|
Updated•3 years ago
|
Comment 3•3 years ago
•
|
||
This is only used from the "late writes" section, which is only rendered if there are late writes.
The relevant lines have no coverage in automated tests because there are no late writes... This seems unfortunate - from a very quick look, this is currently tricky to do - perhaps the simplest thing would be to have a way to clear the telemetry cache, then write dummy late write stack data into the profile directory, then async fetch the telemetry data and then open about:telemetry
.
As it is, AFAICT if there are late writes, about:telemetry
will partially break, losing origin telemetry and simple measurements.
Given Avery worked on this as an MSU student 3 years ago, I think we're unlikely to hear back from him - passing needinfo to chutten as this breakage is probably relevant to his interests...
Assignee | ||
Comment 4•3 years ago
|
||
To test:
- go to
about:telemetry
,
2: inspect the categories, - add
.has-data
to theclass
es of the Late Writes section, - select the now-visible section,
- in the console run
StackRenderer.renderHeader("late-writes", 1)
You should see a header rendered that says "Late Writes #1" in your Firefox's
language.
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Comment 6•3 years ago
|
||
bugherder |
Updated•3 years ago
|
Description
•