Intermittent dom/media/test/test_mediarecorder_record_changing_video_resolution.html | single tracking bug
Categories
(Core :: Audio/Video: Playback, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox110 | --- | fixed |
People
(Reporter: jmaher, Assigned: pehrsons)
References
Details
(Keywords: intermittent-failure, intermittent-testcase, Whiteboard: [stockwell unknown])
Attachments
(1 file)
Reporter | ||
Comment 1•3 years ago
|
||
Additional information about this bug failures and frequency patterns can be found by running: ./mach test-info failure-report --bug 1776953
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Updated•2 years ago
|
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 12•2 years ago
•
|
||
Update:
There have been 31 failures within the last 7 days:
- 25 failures on OS X 10.15 WebRender opt
- 6 failures on OS X 10.15 WebRender Shippable opt
Recent failure log: https://treeherder.mozilla.org/logviewer?job_id=398539194&repo=mozilla-central&lineNumber=3556
[task 2022-12-03T11:43:48.830Z] 11:43:48 INFO - TEST-PASS | dom/media/test/test_mediarecorder_record_changing_video_resolution.html | onresize height should be as expected
[task 2022-12-03T11:43:48.830Z] 11:43:48 INFO - Seeking to next frame finished. width=150, height=150
[task 2022-12-03T11:43:48.831Z] 11:43:48 INFO - Seeking to next frame
[task 2022-12-03T11:43:48.831Z] 11:43:48 INFO - Seeking to next frame finished. width=150, height=150
[task 2022-12-03T11:43:48.831Z] 11:43:48 INFO - Seeking to next frame
[task 2022-12-03T11:43:48.832Z] 11:43:48 INFO - Seeking to next frame finished. width=150, height=150
[task 2022-12-03T11:43:48.832Z] 11:43:48 INFO - Buffered messages finished
[task 2022-12-03T11:43:48.833Z] 11:43:48 INFO - TEST-UNEXPECTED-FAIL | dom/media/test/test_mediarecorder_record_changing_video_resolution.html | Expected number of resize events - got 2, expected 3
[task 2022-12-03T11:43:48.833Z] 11:43:48 INFO - SimpleTest.is@SimpleTest/SimpleTest.js:487:14
[task 2022-12-03T11:43:48.833Z] 11:43:48 INFO - startTest/mediaRecorder.onstop/video.onended@dom/media/test/test_mediarecorder_record_changing_video_resolution.html:97:9
[task 2022-12-03T11:43:48.833Z] 11:43:48 INFO - GECKO(2163) | MEMORY STAT | vsize 14822MB | residentFast 97MB | heapAllocated 17MB
[task 2022-12-03T11:43:48.834Z] 11:43:48 INFO - TEST-OK | dom/media/test/test_mediarecorder_record_changing_video_resolution.html | took 1750ms
Jim, as the owner of this component, can you assign the bug to someone?
Thank you.
Updated•2 years ago
|
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Updated•2 years ago
|
Comment 15•2 years ago
|
||
From andreas - The frequent failure is mac-only oddly enough. two resize events instead of 3. so either some frame wasn't captured or it was dropped by the encoder. For gtests we disallow frame drops, we could do the same with mochitests via a pref. We already have "media.recorder.video.frame_drops", just need to flip it.
Assignee | ||
Comment 16•2 years ago
|
||
Updated•2 years ago
|
Assignee | ||
Comment 17•2 years ago
|
||
Speculative, but this gets rid of one source of skipped frames that is timing and machine dependent.
Comment 18•2 years ago
|
||
Comment 19•2 years ago
|
||
bugherder |
Updated•2 years ago
|
Comment hidden (Intermittent Failures Robot) |
Description
•