You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DnsGetHostEntry_LocalhostSubdomain_RespectsAddressFamily(addressFamily: InterNetwork) and DnsGetHostAddresses_LocalhostSubdomain_RespectsAddressFamily(addressFamily: InterNetwork) fail on android because the DNS resolver returns IPv6 addresses (link-local fe80:: addresses) when only IPv4 (InterNetwork) was requested.
[FAIL] System.Net.NameResolution.Tests.GetHostEntryTest.DnsGetHostEntry_LocalhostSubdomain_RespectsAddressFamily(addressFamily: InterNetwork)
Assert.All() Failure: 10 out of 12 items in the collection did not pass.
[1]: Item: fe80::f051:a9ff:fe8c:708a%47
Error Message
{
"ErrorMessage": ["DnsGetHostEntry_LocalhostSubdomain_RespectsAddressFamily(addressFamily: InterNetwork)", "Assert.All() Failure: 10 out of 12 items in the collection did not pass."],
"ErrorPattern": "",
"BuildRetry": false,
"ExcludeConsoleLog": false
}
Occurrences in window: 3 builds (1423593, 1424079, 1427615)
Recommended action
The Android emulator's DNS resolver returns IPv6 link-local addresses even when AddressFamily.InterNetwork is specified. This may be an Android-specific DNS resolution behavior or a missing platform filter in the test. Consider adding [ActiveIssue] for Android or adjusting the test to account for platform DNS behavior.
Note
🔒 Integrity filter blocked 2 items
The following items were blocked because they don't meet the GitHub integrity level.
#125825search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#128392search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
To allow these resources, lower min-integrity in your GitHub frontmatter:
Build Information
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=1423593
Build error leg or test failing: android-arm64 Release NativeAOT - System.Net.NameResolution.Functional.Tests
Error Details
DnsGetHostEntry_LocalhostSubdomain_RespectsAddressFamily(addressFamily: InterNetwork)andDnsGetHostAddresses_LocalhostSubdomain_RespectsAddressFamily(addressFamily: InterNetwork)fail on android because the DNS resolver returns IPv6 addresses (link-localfe80::addresses) when only IPv4 (InterNetwork) was requested.Error Message
{ "ErrorMessage": ["DnsGetHostEntry_LocalhostSubdomain_RespectsAddressFamily(addressFamily: InterNetwork)", "Assert.All() Failure: 10 out of 12 items in the collection did not pass."], "ErrorPattern": "", "BuildRetry": false, "ExcludeConsoleLog": false }Impact on platforms
First build it occurred
Recommended action
The Android emulator's DNS resolver returns IPv6 link-local addresses even when
AddressFamily.InterNetworkis specified. This may be an Android-specific DNS resolution behavior or a missing platform filter in the test. Consider adding[ActiveIssue]for Android or adjusting the test to account for platform DNS behavior.Note
🔒 Integrity filter blocked 2 items
The following items were blocked because they don't meet the GitHub integrity level.
search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".To allow these resources, lower
min-integrityin your GitHub frontmatter: