Closed
Bug 1415283
Opened 8 years ago
Closed 8 years ago
Intermittent /webrtc/RTCDTMFSender-ontonechange-long.https.html | insertDTMF with duration greater than 6000 should be clamped to 6000 - assert_approx_equals: Expect tonechange event for "" to be fired approximately after 6070 seconds expected 6070 +/- 15
Categories
(Core :: WebRTC, defect, P3)
Core
WebRTC
Tracking
()
RESOLVED
FIXED
mozilla58
| Tracking | Status | |
|---|---|---|
| firefox58 | --- | fixed |
People
(Reporter: aryx, Assigned: dminor)
References
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
+++ This bug was initially created as a clone of Bug #1411822 +++
https://treeherder.mozilla.org/logviewer.html#?job_id=142751449&repo=mozilla-inbound
[task 2017-11-07T17:01:21.931Z] 17:01:21 INFO - TEST-UNEXPECTED-FAIL | /webrtc/RTCDTMFSender-ontonechange-long.https.html | insertDTMF with duration greater than 6000 should be clamped to 6000 - assert_approx_equals: Expect tonechange event for "" to be fired approximately after 6070 seconds expected 6070 +/- 150 but got 6236
[task 2017-11-07T17:01:21.931Z] 17:01:21 INFO - test_tone_change_events/</</onToneChange<@https://web-platform.test:8443/webrtc/RTCDTMFSender-helper.js:79:9
[task 2017-11-07T17:01:21.932Z] 17:01:21 INFO - Test.prototype.step@https://web-platform.test:8443/resources/testharness.js:1489:20
[task 2017-11-07T17:01:21.933Z] 17:01:21 INFO - Test.prototype.step_func/<@https://web-platform.test:8443/resources/testharness.js:1513:20
[task 2017-11-07T17:01:21.933Z] 17:01:21 INFO - TEST-OK | /webrtc/RTCDTMFSender-ontonechange-long.https.html | took 6893ms
Comment 1•8 years ago
|
||
Looks like even 150 extra seconds is not enough.
Dan, Michel: is it possible that this is maybe some kind of bug in our implementation?
Rank: 25
Flags: needinfo?(mfroman)
Flags: needinfo?(dminor)
Priority: -- → P3
| Assignee | ||
Comment 2•8 years ago
|
||
The message in that test is incorrect, the values in the test are milliseconds not seconds, so that is 150 extra milliseconds and we only missed by 6 milliseconds. I'll look into getting the test fixed and add a longer timeout.
Assignee: nobody → dminor
Flags: needinfo?(dminor)
| Comment hidden (mozreview-request) |
Updated•8 years ago
|
Flags: needinfo?(mfroman)
Comment 4•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8926345 [details]
Bug 1415283 - Increase timeout for tone events in RTCDTMFSender-helper.js;
https://reviewboard.mozilla.org/r/197612/#review202890
Attachment #8926345 -
Flags: review?(james) → review+
Pushed by dminor@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/dcf4f46ab589
Increase timeout for tone events in RTCDTMFSender-helper.js; r=jgraham
| Reporter | ||
Comment 6•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox58:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla58
| Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•