Closed
Bug 1367879
Opened 7 years ago
Closed 7 years ago
Intermittent dom/media/test/test_mediarecorder_record_changing_video_resolution.html | Expected number of resize events - got 1, expected 3
Categories
(Core :: Graphics: WebRender, defect, P1)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla58
Tracking | Status | |
---|---|---|
firefox57 | --- | unaffected |
firefox58 | --- | unaffected |
People
(Reporter: intermittent-bug-filer, Assigned: kats)
References
(Blocks 1 open bug)
Details
(Keywords: intermittent-failure, Whiteboard: [wr-mvp] [stockwell disabled])
Attachments
(1 file)
Updated•7 years ago
|
Component: Audio/Video: Playback → Audio/Video: Recording
Updated•7 years ago
|
Rank: 35
Priority: -- → P3
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 hidden (Intermittent Failures Robot) |
Comment 7•7 years ago
|
||
Mass change P3->P4 to align with new Mozilla triage process.
Priority: P3 → P4
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Updated•7 years ago
|
Component: Audio/Video: Recording → Graphics: WebRender
Updated•7 years ago
|
Comment 10•7 years ago
|
||
I am confused why this is in webrender instead of audio/video recording, but I will trust that this is there for a reason.
:kats, this is one of our high frequency failures, can you help prioritize this and get someone to work on a fix when appropriate?
Flags: needinfo?(bugmail)
Whiteboard: [stockwell needswork]
Updated•7 years ago
|
Assignee | ||
Comment 11•7 years ago
|
||
(In reply to Joel Maher ( :jmaher) (UTC-5) from comment #10)
> I am confused why this is in webrender instead of audio/video recording, but
> I will trust that this is there for a reason.
The reason is this:
(In reply to OrangeFactor Robot from comment #9)
> Platform breakdown:
> * linux64-qr: 40
>
If it only happens on linux64-qr, it's more likely to be a webrender bug than an audio/video bug.
I'll see what I can do about this (which will probably be a cursory investigation followed by disabling the test pending a more detailed investigation).
Assignee: nobody → bugmail
Flags: needinfo?(bugmail)
Assignee | ||
Comment 12•7 years ago
|
||
I can't repro the failure locally. But walking through the test and looking at the output, it seems that the video that is made from capturing the canvas is incomplete. The canvas is supposed to go through three resizes (although since it starts at 100x100 I would have expected it to be only two resizes) but it doesn't seem to capture any frames at the last size. So then when the test walks through the video it only fires two resize events instead of the expected 3.
At this point my best guess is that assuming the recording involves readback, webrender slows this down enough that the 100ms [1] time is exceeded, which I think would result in the behaviour observed.
[1] http://searchfox.org/mozilla-central/rev/e62604a97286f49993eb29c493672c17c7398da9/dom/media/test/test_mediarecorder_record_changing_video_resolution.html#134
Comment hidden (mozreview-request) |
Comment 14•7 years ago
|
||
mozreview-review |
Comment on attachment 8915142 [details]
Bug 1367879 - Skip test that fails frequently with webrender enabled.
https://reviewboard.mozilla.org/r/186388/#review191442
Attachment #8915142 -
Flags: review?(jmaher) → review+
Comment 15•7 years ago
|
||
Pushed by kgupta@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7c4fffd110b6
Skip test that fails frequently with webrender enabled. r=jmaher
Comment 16•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla58
Updated•7 years ago
|
Priority: P4 → P1
Whiteboard: [stockwell needswork] → [wr-mvp] [stockwell needswork]
Updated•7 years ago
|
Whiteboard: [wr-mvp] [stockwell needswork] → [wr-mvp] [stockwell disabled]
Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•