Closed
Bug 921604
Opened 11 years ago
Closed 11 years ago
Signaling unittest trickle tests fail on machines with multiple addresses
Categories
(Core :: WebRTC: Signaling, defect)
Core
WebRTC: Signaling
Tracking
()
RESOLVED
FIXED
mozilla27
People
(Reporter: ehugg, Assigned: ehugg)
Details
Attachments
(1 file)
1.13 KB,
patch
|
abr
:
review+
|
Details | Diff | Splinter Review |
Signaling unittests test CreateOfferSetLocalTrickleTestServer fails on my machine with this error:
agent: onSetLocalDescriptionSuccess
agent: onIceCandidate [1/] candidate:3 2 UDP 1686044670 192.0.2.1 1001 typ srflx raddr 192.168.122.1 rport 56985
agent: onIceCandidate [1/] candidate:1 2 UDP 1686110206 192.0.2.1 1001 typ srflx raddr 64.101.40.11 rport 56710
agent: onIceCandidate [1/] candidate:3 1 UDP 1686044671 192.0.2.1 1001 typ srflx raddr 192.168.122.1 rport 41630
agent: onIceCandidate [1/] candidate:1 1 UDP 1686110207 192.0.2.1 1001 typ srflx raddr 64.101.40.11 rport 37856
/home/ehugg/mozilla/third/media/webrtc/signaling/test/signaling_unittests.cpp:2632: Failure
Value of: agent(0)->MatchingCandidates(kBogusSrflxAddress)
Actual: 4
Expected: 2U
Which is: 2
I believe it's because it's a VM host and has a virtual adapter 192.168.122.1 as well at it's real one 64.101.40.11.
This test is from bug 842549.
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → ethanhugg
Assignee | ||
Comment 1•11 years ago
|
||
Assignee | ||
Updated•11 years ago
|
Attachment #811359 -
Flags: review?(adam)
Comment 2•11 years ago
|
||
Comment on attachment 811359 [details] [diff] [review]
Fix trickle unittests for machines with multiple addresses
Review of attachment 811359 [details] [diff] [review]:
-----------------------------------------------------------------
lgtm
Attachment #811359 -
Flags: review?(adam) → review+
Assignee | ||
Comment 3•11 years ago
|
||
Comment 4•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla27
You need to log in
before you can comment on or make changes to this bug.
Description
•