Closed
Bug 1379400
Opened 8 years ago
Closed 8 years ago
Intermittent dom/media/tests/mochitest/test_peerConnection_stats.html | candidate-pair.bytesReceived is a sane number (20,000<>800,000) for a short test. value=801806
Categories
(Core :: WebRTC: Signaling, defect, P1)
Core
WebRTC: Signaling
Tracking
()
RESOLVED
FIXED
mozilla56
| Tracking | Status | |
|---|---|---|
| firefox56 | --- | fixed |
People
(Reporter: aryx, Assigned: mjf)
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
https://treeherder.mozilla.org/logviewer.html#?job_id=112766068&repo=mozilla-inbound
10:32:55 INFO - 118 INFO candidate-pair is: {"id":"xO1I","timestamp":1499509975108.575,"type":"candidate-pair","bytesReceived":801806,"bytesSent":789611,"lastPacketReceivedTimestamp":1383649338,"lastPacketSentTimestamp":1383649349,"localCandidateId":"P4bi","nominated":true,"priority":9115005270282338000,"readable":true,"remoteCandidateId":"OWxu","selected":true,"state":"succeeded","transportId":"0-1499509962677000 (id=4294967356 url=http://mochi.test:8888/tests/dom/media/tests/mochitest/test_peerConnection_stats.html) aLevel=0","writable":true}
10:32:55 INFO - 119 INFO TEST-PASS | dom/media/tests/mochitest/test_peerConnection_stats.html | candidate-pair.transportId has a value. value=0-1499509962677000 (id=4294967356 url=http://mochi.test:8888/tests/dom/media/tests/mochitest/test_peerConnection_stats.html) aLevel=0
10:32:55 INFO - 120 INFO TEST-PASS | dom/media/tests/mochitest/test_peerConnection_stats.html | candidate-pair.localCandidateId has a value. value=P4bi
10:32:55 INFO - 121 INFO TEST-PASS | dom/media/tests/mochitest/test_peerConnection_stats.html | candidate-pair.remoteCandidateId has a value. value=OWxu
10:32:55 INFO - 122 INFO TEST-PASS | dom/media/tests/mochitest/test_peerConnection_stats.html | candidate-pair.priority has a value. value=9115005270282338000
10:32:55 INFO - 123 INFO TEST-PASS | dom/media/tests/mochitest/test_peerConnection_stats.html | candidate-pair.readable is true. value=true
10:32:55 INFO - 124 INFO TEST-PASS | dom/media/tests/mochitest/test_peerConnection_stats.html | candidate-pair.writable is true. value=true
10:32:55 INFO - 125 INFO candidate-pair state is succeeded and selected is true
10:32:55 INFO - 126 INFO TEST-PASS | dom/media/tests/mochitest/test_peerConnection_stats.html | candidate-pair.nominated is true. value=true
10:32:55 INFO - 127 INFO TEST-PASS | dom/media/tests/mochitest/test_peerConnection_stats.html | candidate-pair.bytesSent is a sane number (20,000<>800,000)for a short test. value=789611
10:32:55 INFO - Buffered messages finished
10:32:55 ERROR - 128 INFO TEST-UNEXPECTED-FAIL | dom/media/tests/mochitest/test_peerConnection_stats.html | candidate-pair.bytesReceived is a sane number (20,000<>800,000) for a short test. value=801806
10:32:55 INFO - pedanticChecks/<@dom/media/tests/mochitest/test_peerConnection_stats.html:433:9
10:32:55 INFO - pedanticChecks@dom/media/tests/mochitest/test_peerConnection_stats.html:111:3
10:32:55 INFO - PC_REMOTE_TEST_REMOTE_STATS/<@dom/media/tests/mochitest/test_peerConnection_stats.html:534:5
10:32:55 INFO - promise callback*PC_REMOTE_TEST_REMOTE_STATS@dom/media/tests/mochitest/test_peerConnection_stats.html:532:10
10:32:55 INFO - execute/</<@dom/media/tests/mochitest/head.js:746:31
10:32:55 INFO - promise callback*execute/<@dom/media/tests/mochitest/head.js:744:14
10:32:55 INFO - execute@dom/media/tests/mochitest/head.js:739:12
10:32:55 INFO - async*runTestWhenReady/<@dom/media/tests/mochitest/head.js:370:41
10:32:55 INFO - promise callback*runTestWhenReady@dom/media/tests/mochitest/head.js:370:10
10:32:55 INFO - runNetworkTest@dom/media/tests/mochitest/pc.js:2042:9
10:32:55 INFO - async*@dom/media/tests/mochitest/test_peerConnection_stats.html:539:1
Comment 1•8 years ago
|
||
Michael looks like we need to increase the numbers here :-)
Flags: needinfo?(mfroman)
| Comment hidden (Intermittent Failures Robot) |
| Assignee | ||
Updated•8 years ago
|
Assignee: nobody → mfroman
Flags: needinfo?(mfroman)
| Assignee | ||
Comment 3•8 years ago
|
||
(In reply to Nils Ohlmeier [:drno] from comment #1)
> Michael looks like we need to increase the numbers here :-)
I'll remove the upper bound check - it doesn't really give us much value anyway.
| Comment hidden (mozreview-request) |
Comment 5•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8884861 [details]
Bug 1379400 - remove upper limit on "sane" value for bytes received or sent.
https://reviewboard.mozilla.org/r/155736/#review160822
Attachment #8884861 -
Flags: review?(drno) → review+
Updated•8 years ago
|
Rank: 19
Priority: -- → P1
Comment 6•8 years ago
|
||
We received 783 KB?
| Assignee | ||
Comment 7•8 years ago
|
||
(In reply to Jan-Ivar Bruaroey [:jib] from comment #6)
> We received 783 KB?
That value isn't typical, but isn't unheard of from what I've seen running the test locally. This particular test seems to run between 10 and 22 seconds here. Maybe the variability in the test runs is a separate bug?
Pushed by mfroman@nostrum.com:
https://hg.mozilla.org/integration/autoland/rev/8983a62bf048
remove upper limit on "sane" value for bytes received or sent. r=drno
Comment 9•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox56:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla56
You need to log in
before you can comment on or make changes to this bug.
Description
•