Open
Bug 848094
Opened 12 years ago
Updated 2 years ago
ice_unittest should verify that DNS-resolution for STUN works.
Categories
(Core :: WebRTC: Networking, defect)
Core
WebRTC: Networking
Tracking
()
NEW
backlog | parking-lot |
People
(Reporter: jib, Unassigned)
References
Details
From Bug 837919, Comment 30:
>@@ +430,5 @@
>> +
>> +TEST_F(IceGatherTest, TestGatherDNSStunBogusHostname) {
>> + peer_->SetStunServer(kBogusStunServerHostname, kDefaultStunServerPort);
>> + peer_->SetDNSResolver();
>> + Gather();
>
>These tests need to verify that the actual results make sense. Please file a bug.
Reporter | ||
Comment 1•12 years ago
|
||
Also:
>> + nsIDNSService::RESOLVE_DISABLE_IPV6,
>> + pr, my_NS_GetCurrentThread(),
>> + getter_AddRefs(pr->request_)))) {
>
> [...] Please add a unit test that verifies that nICEr behaves properly in
> response to this. Suggest extending NrIceResolverFake
Updated•12 years ago
|
Whiteboard: [WebRTC][blocking-webrtc-]
Updated•10 years ago
|
backlog: --- → parking-lot
Whiteboard: [WebRTC][blocking-webrtc-]
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•