Intermittent TV toolkit/components/glean/tests/xpcshell/test_ProfilerMarkers.js | single tracking bug
Categories
(Toolkit :: Telemetry, defect, P5)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr128 | --- | unaffected |
firefox134 | --- | unaffected |
firefox135 | --- | unaffected |
firefox136 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: aabh)
References
(Regression)
Details
(Keywords: intermittent-failure, regression, test-verify-fail)
Attachments
(1 file)
Filed by: sstanca [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=491497166&repo=autoland
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/awH0oe3KTU6ncOX_VC62ww/runs/0/artifacts/public/logs/live_backing.log
Reftest URL: https://hg.mozilla.org/mozilla-central/raw-file/tip/layout/tools/reftest/reftest-analyzer.xhtml#logurl=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/awH0oe3KTU6ncOX_VC62ww/runs/0/artifacts/public/logs/live_backing.log&only_show_unexpected=1
[task 2025-01-23T17:44:22.667Z] 17:44:22 INFO - TEST-PASS | toolkit/components/glean/tests/xpcshell/test_ProfilerMarkers.js | took 3141ms
[task 2025-01-23T17:44:22.669Z] 17:44:22 INFO - TEST-START | toolkit/components/glean/tests/xpcshell/test_ProfilerMarkers.js
[task 2025-01-23T17:44:25.980Z] 17:44:25 WARNING - TEST-UNEXPECTED-FAIL | toolkit/components/glean/tests/xpcshell/test_ProfilerMarkers.js | xpcshell return code: 0
[task 2025-01-23T17:44:25.981Z] 17:44:25 INFO - TEST-INFO took 3311ms
[task 2025-01-23T17:44:25.981Z] 17:44:25 INFO - >>>>>>>
[task 2025-01-23T17:44:25.981Z] 17:44:25 INFO - (xpcshell/head.js) | test MAIN run_test pending (1)
[task 2025-01-23T17:44:25.982Z] 17:44:25 INFO - (xpcshell/head.js) | test run_next_test 0 pending (2)
[task 2025-01-23T17:44:25.982Z] 17:44:25 INFO - (xpcshell/head.js) | test MAIN run_test finished (2)
[task 2025-01-23T17:44:25.986Z] 17:44:25 INFO - running event loop
[task 2025-01-23T17:44:25.987Z] 17:44:25 INFO - toolkit/components/glean/tests/xpcshell/test_ProfilerMarkers.js | Starting setup test_setup
[task 2025-01-23T17:44:25.988Z] 17:44:25 INFO - (xpcshell/head.js) | test test_setup pending (2)
[task 2025-01-23T17:44:25.988Z] 17:44:25 INFO - (xpcshell/head.js) | test run_next_test 0 finished (2)
[task 2025-01-23T17:44:25.988Z] 17:44:25 INFO - (xpcshell/head.js) | test run_next_test 1 pending (2)
[task 2025-01-23T17:44:25.988Z] 17:44:25 INFO - (xpcshell/head.js) | test test_setup finished (2)
[task 2025-01-23T17:44:25.989Z] 17:44:25 INFO - toolkit/components/glean/tests/xpcshell/test_ProfilerMarkers.js | Starting test_fog_counter_markers
[task 2025-01-23T17:44:25.989Z] 17:44:25 INFO - (xpcshell/head.js) | test test_fog_counter_markers pending (2)
[task 2025-01-23T17:44:25.989Z] 17:44:25 INFO - (xpcshell/head.js) | test run_next_test 1 finished (2)
[task 2025-01-23T17:44:25.989Z] 17:44:25 INFO - TEST-PASS | toolkit/components/glean/tests/xpcshell/test_ProfilerMarkers.js | test_fog_counter_markers - [test_fog_counter_markers : 54] true == true
Comment 1•19 days ago
|
||
Looks like enough things are instrumented now that we can't go with deepEqual
any more, as the failure was that we didn't have {"type":"IntLikeMetric","id":"javascriptGc.minorReason","label":"OUT_OF_NURSERY","val":1},{"type":"IntLikeMetric","id":"javascriptGc.minorReasonLong","label":"OUT_OF_NURSERY","val":1}
in the markers list.
Assignee | ||
Comment 2•19 days ago
|
||
Ach, that's annoying. I shall add that as an exception to the IntLikeMetricMarker
. I've already done that for some other markers. More generally, I'll open a bug to filter to specific metrics for all tests so that we don't hit this in future.
Assignee | ||
Comment 3•19 days ago
|
||
Updated•19 days ago
|
Comment 5•19 days ago
|
||
Set release status flags based on info from the regressing bug 1919334
Comment hidden (Intermittent Failures Robot) |
Description
•