Closed
Bug 1301286
Opened 7 years ago
Closed 7 years ago
Intermittent dom/media/tests/mochitest/test_peerConnection_simulcastOffer.html | Error in test execution: Error: Timed out waiting for frames timeout/<@...
Categories
(Core :: WebRTC, defect, P3)
Core
WebRTC
Tracking
()
RESOLVED
FIXED
mozilla54
People
(Reporter: intermittent-bug-filer, Assigned: jesup)
References
Details
(Keywords: intermittent-failure, Whiteboard: [stockwell fixed])
Attachments
(1 file)
1.34 KB,
patch
|
abr
:
review+
|
Details | Diff | Splinter Review |
Filed by: philringnalda [at] gmail.com https://treeherder.mozilla.org/logviewer.html#?job_id=35512639&repo=mozilla-inbound https://queue.taskcluster.net/v1/task/Z_nDGhsoQjykUygMgIRxwQ/runs/0/artifacts/public%2Flogs%2Flive_backing.log
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 hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
![]() |
||
Comment 10•7 years ago
|
||
Paul, although this bug has been open for a long time, I notice the frequency of failures increased around the time you made changes to the test in bug 1328142. Would you mind having a look at the failures / see if you can make this test more reliable?
Flags: needinfo?(paulrkerr)
Assignee | ||
Comment 11•7 years ago
|
||
Paul has left Mozilla (though he may still comment); I landed those patches.
Flags: needinfo?(paulrkerr) → needinfo?(rjesup)
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 17•7 years ago
|
||
:rjesup, we have gone a few weeks with no traction on this bug, just yesterday alone we had 65 failures (primarily on Linux)- Can we get someone to look at this bug this week? I would imagine this is easy to reproduce given the frequency of this, especially since Feb 10th.
Assignee | ||
Comment 18•7 years ago
|
||
I'm actively working on this; the 65 failures were due to two patches colliding. I landed two fixes on 2/13 that should (I hope) greatly reduce the frequency of problems here
Flags: needinfo?(rjesup)
Assignee | ||
Comment 19•7 years ago
|
||
Note that drno landed a patch to greatly improve the underlying code; not sure if that will help or hurt the random failures here.
Assignee | ||
Comment 20•7 years ago
|
||
apparently 100Kbps isn't enough to ensure green tests...
Attachment #8838153 -
Flags: review?(adam)
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → rjesup
Status: NEW → ASSIGNED
Comment 21•7 years ago
|
||
Comment on attachment 8838153 [details] [diff] [review] At least in the webrtc49 update, 100Kbps isn't enough for simulcast tests Review of attachment 8838153 [details] [diff] [review]: ----------------------------------------------------------------- r+ with a suggestion to add a comment. ::: dom/media/tests/mochitest/test_peerConnection_simulcastOffer.html @@ +25,5 @@ > } > > runNetworkTest(() => > pushPrefs(['media.peerconnection.simulcast', true], > + ['media.peerconnection.video.min_bitrate_estimate', 180*1000]).then(() => { Ideally, add a comment here indicating that 180kpbs is an emperically-derived value that is much higher than the theoretically-required 80kpbs. I'd like some sort of breadcumb in case whatever is causing that mystery ever gets driven to ground. It also provides a bit of a "if you need to fudge this futher, that's okay, since the number was kind of made up in the first place" hint.
Attachment #8838153 -
Flags: review?(adam) → review+
Comment 22•7 years ago
|
||
Pushed by rjesup@wgate.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/e118331fa1ff At least in the webrtc49 update, 100Kbps isn't enough for simulcast tests r=abr
Comment 23•7 years ago
|
||
Pushed by rjesup@wgate.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/d1e16f0f601c accidental qref pulled in some half-writtne debug code rs=bustage
Comment hidden (Intermittent Failures Robot) |
Comment 25•7 years ago
|
||
(In reply to Pulsebot from comment #23) > Pushed by rjesup@wgate.com: > https://hg.mozilla.org/integration/mozilla-inbound/rev/d1e16f0f601c > accidental qref pulled in some half-writtne debug code rs=bustage This did not back out the unreviewed logging change in rtcp_sender.cc -- please back that out also.
Flags: needinfo?(rjesup)
Comment 26•7 years ago
|
||
Pushed by rjesup@wgate.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/c1130ac2f33b backout accidental logging change rs=backout
Assignee | ||
Updated•7 years ago
|
Flags: needinfo?(rjesup)
Comment 27•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/e118331fa1ff https://hg.mozilla.org/mozilla-central/rev/d1e16f0f601c https://hg.mozilla.org/mozilla-central/rev/c1130ac2f33b
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox54:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla54
Updated•7 years ago
|
status-firefox52:
--- → affected
status-firefox53:
--- → affected
Comment 28•7 years ago
|
||
bugherder uplift |
https://hg.mozilla.org/releases/mozilla-aurora/rev/afb767a9810a
Comment 29•7 years ago
|
||
bugherder uplift |
https://hg.mozilla.org/releases/mozilla-beta/rev/2937b93c2637
Comment 30•7 years ago
|
||
bugherder uplift |
https://hg.mozilla.org/releases/mozilla-esr52/rev/2937b93c2637
status-firefox-esr52:
--- → fixed
Flags: in-testsuite+
Comment hidden (Intermittent Failures Robot) |
Updated•7 years ago
|
Whiteboard: [stockwell fixed]
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•