Investigate DNSv6 issues in Fenix
Categories
(Core :: Networking, enhancement, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: CuveeHsu, Assigned: kershaw)
References
Details
(Whiteboard: [necko-triaged])
Attachments
(1 file)
Failure in test_network_connectivity_service.js
Not sure if it's limitation of android.
It might be WONTFIX.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Hi Valentin,
I have some questions about DNSv6 issue on android.
- Could you explain a bit what exactly the issue is? I've tried to use
about:networking#dnslookuptool
to resolveexample.org
with fennec on android 9 and I do see ipv6 address. - In test_network_connectivity_service.js, why do we use localhost for ipv6 domain and why we use
example.org
for ipv4?
Thanks.
Comment 2•5 years ago
|
||
From what I can recall from writing the test the problem was that ip6-localhost
didn't always resolve to ::1 on Android.
But from looking at /etc/hosts in both my Android phone and the emulator, that should work.
So maybe it's ok now? Give it a shot and see if it works :)
(In reply to Kershaw Chang [:kershaw] from comment #1)
- In test_network_connectivity_service.js, why do we use localhost for ipv6 domain and why we use
example.org
for ipv4?
Because hostnames defined in server-locations.txt normally resolve to a local IP - like example.com
But that doesn't seem to work for ipv6. So we used ::1
directly to check IP connectivity (not DNS).
Assignee | ||
Comment 3•5 years ago
|
||
Using ip6-localhost
looks good on try.
https://treeherder.mozilla.org/#/jobs?repo=try&revision=56294f3a1f4bf3dc0339aee78b0034f4c7961f44
Assignee | ||
Comment 4•5 years ago
|
||
Comment 6•5 years ago
|
||
bugherder |
Description
•