Closed
Bug 1351925
Opened 6 years ago
Closed 6 years ago
Intermittent toolkit/content/tests/browser/browser_mediaPlayback_suspended_multipleAudio.js | The blocked audio can't be playback. - false == true -
Categories
(Core :: Audio/Video: Playback, defect, P5)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla56
Tracking | Status | |
---|---|---|
firefox56 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: alwu)
Details
(Keywords: intermittent-failure, Whiteboard: [stockwell fixed:obsolete])
Attachments
(1 file)
Filed by: philringnalda [at] gmail.com https://treeherder.mozilla.org/logviewer.html#?job_id=87366295&repo=mozilla-central https://queue.taskcluster.net/v1/task/BJUumPX7Sja8khGzsZfHqg/runs/0/artifacts/public/logs/live_backing.log
Updated•6 years ago
|
Component: Audio/Video → Audio/Video: Playback
Updated•6 years ago
|
Flags: needinfo?(alwu)
Updated•6 years ago
|
Priority: -- → P5
Assignee | ||
Comment 1•6 years ago
|
||
Close this bug because this issue didn't happen after 4/13. Free feel to reopen this bug if you see this intermittent fail again. https://brasstacks.mozilla.com/orangefactor/?display=Bug&bugid=1351925&startday=2017-02-20&endday=2017-04-26&tree=all
Status: NEW → RESOLVED
Closed: 6 years ago
Flags: needinfo?(alwu)
Resolution: --- → WORKSFORME
Updated•6 years ago
|
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Comment hidden (Intermittent Failures Robot) |
while this is failing 21 times, keep in mind that this is only run during peak load once every 5th push, typically that means we are only seeing 25% of the possibly failures- I suspect the failure rate is 60-80 times in the last week if we ran this on every push. This started up again on the 22nd, I just did some retriggers: https://treeherder.mozilla.org/#/jobs?repo=autoland&filter-searchStr=linux x64 debug browser-chrome&tochange=6d631ae7ee675a4dff13cde60a8501191b3209ae&fromchange=1f6e4335dabb491e85ca1d89185a1e5d1ac04ca0&selectedJob=109019920 (most are bc3, but one instance is bc2)
Flags: needinfo?(alwu)
and the retriggers point out that bug 1374930 is the root cause! :jw_wang, as you are the patch author of bug 1374930, can you get a quick resolution (this week) on fixing this intermittent which seems to be a side effect of one of the patches?
Flags: needinfo?(alwu) → needinfo?(jwwang)
Comment 5•6 years ago
|
||
I don't think this is a regression from bug 1374930: 1. bug 1374930 doesn't change audio channel code at all. 2. comment 1 indicates the issue went away without any fix. So it is probably the code changes the timing to make it more likely to happen. I added some logs for debugging: https://public-artifacts.taskcluster.net/QHhAjxd4RVurixv_YBBeUw/0/public/logs/live_backing.log https://hg.mozilla.org/try/rev/fa0162688950667449d6ddefc37562672dd83f86 JWW -- test 1 JWW Play(ErrorResult& aRv) mAudioChannelWrapper=0x7fe82b69c900 JWW IsTabActivated() ShouldBlockMedia=0 JWW IsPlaybackBlocked() IsTabActivated() JWW PlayInternal() JWW -- test 2 We should check why mAudioChannelAgent->ShouldBlockMedia() (which is expected to return true in this test) returns false in IsTabActivated().
Flags: needinfo?(jwwang) → needinfo?(alwu)
Comment hidden (mozreview-request) |
Assignee | ||
Comment 8•6 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=7211954c4ea74ddf8fed6df773b6a32938f6eeb1
Status: REOPENED → NEW
Flags: needinfo?(alwu)
Comment 9•6 years ago
|
||
mozreview-review |
Comment on attachment 8881560 [details] Bug 1351925 - remove blockMedia() and related tests. https://reviewboard.mozilla.org/r/152730/#review158754
Attachment #8881560 -
Flags: review?(amarchesini) → review+
Comment hidden (mozreview-request) |
Assignee | ||
Comment 11•6 years ago
|
||
Rebase patch and push it to try again. https://treeherder.mozilla.org/#/jobs?repo=try&revision=0ef69747faf7b5f7b938a626c9ebc3777328feba
Assignee | ||
Comment 12•6 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=dc9dff5d3e7fff163aa4c9f4b7f17273dedb7f26
Comment hidden (mozreview-request) |
Assignee | ||
Comment 14•6 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=3a1d6604ce140b975bcbd55ff43f2e6ceadf3bb0
Comment 15•6 years ago
|
||
Pushed by alwu@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/2f803b2d8981 remove blockMedia() and related tests. r=baku
Comment 16•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/2f803b2d8981
Status: NEW → RESOLVED
Closed: 6 years ago → 6 years ago
status-firefox56:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla56
Comment hidden (Intermittent Failures Robot) |
Whiteboard: [stockwell fixed:obsolete]
Comment 18•6 years ago
|
||
I don't see any occurrences of this failure on Beta for Fx55, but given the patch that landed, I figured I would at least check as to whether we want to let this ride the 56 train or nominate it for Beta approval for 55.
Flags: needinfo?(alwu)
Assignee | ||
Comment 19•6 years ago
|
||
Since this failure was triggered by bug1374930 which was only landed on FF56, I think we don't need to uplift this change to FF55.
Flags: needinfo?(alwu)
You need to log in
before you can comment on or make changes to this bug.
Description
•