Remove `glean_timestamp` from recorded events in test mode
Categories
(Data Platform and Tools :: Glean: SDK, defect, P1)
Tracking
(firefox127 fixed)
Tracking | Status | |
---|---|---|
firefox127 | --- | fixed |
People
(Reporter: janerik, Assigned: janerik)
References
(Regression)
Details
(Keywords: regression)
Attachments
(2 files)
When we default-enabled the wall-clock timestamp it also got exposed to testing.
Reasonably tests expect no extras when none are recorded by them.
Yet now there are values. This was exposed in https://github.com/mozilla-mobile/firefox-android/pull/6005 (test run).
For the moment we fix that in a-c directly (quicker, no Glean release needed). But we should just filter those out in the Glean SDK.
This work includes reverting the change in a-c.
Assignee | ||
Updated•1 year ago
|
Comment 1•1 year ago
|
||
Authored by https://github.com/badboy
https://github.com/mozilla-mobile/firefox-android/commit/55761191324df298ea5a644e34baef9f0e88eff7
[main] Bug 1885170 - Wrap the Glean SDK EventMetricType
to overwrite the testGetValue
function.
Updated•1 year ago
|
Comment 2•1 year ago
|
||
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 3•1 year ago
|
||
Previously added as a workaround in https://github.com/mozilla-mobile/firefox-android/pull/6005
The new Glean update will fix that in the SDK directly.
Updated•1 year ago
|
Comment 5•1 year ago
|
||
bugherder |
Description
•