Uh oh!
There was an error while loading. Please reload this page.
Disable GetHostEntry tests on SLES. - #55543
Merged
Merged
Conversation
ghost
commented
Jul 13, 2021
Tagging subscribers to this area: @dotnet/ncl Issue DetailsOther tests like Dns_GetHostEntryAsync_DisableIPv6_ExcludesIPv6Addresses are also failing on SLES as other disabled tests were: Childexception:
System.Net.Internals.SocketExceptionFactory+ExtendedSocketException(00000005,0xFFFDFFFF):Nameorservicenot known
at System.Net.Dns.GetHostEntryOrAddressesCore(StringhostName,BooleanjustAddresses,AddressFamilyaddressFamily)in/_/src/libraries/System.Net.NameResolution/src/System/Net/Dns.cs:line 403
at System.Net.Dns.GetHostEntryCore(StringhostName,AddressFamilyaddressFamily)in/_/src/libraries/System.Net.NameResolution/src/System/Net/Dns.cs:line 384
at System.Net.Dns.GetHostEntry(StringhostNameOrAddress,AddressFamilyfamily)in/_/src/libraries/System.Net.NameResolution/src/System/Net/Dns.cs:line 91
at System.Net.Dns.GetHostEntry(StringhostNameOrAddress)in/_/src/libraries/System.Net.NameResolution/src/System/Net/Dns.cs:line 60
at System.Net.NameResolution.Tests.GetHostEntryTest.<Dns_GetHostEntry_DisableIPv6_ExcludesIPv6Addresses>g__RunTest|7_0(StringhostnameInner)in/_/src/libraries/System.Net.NameResolution/tests/FunctionalTests/GetHostEntryTest.cs:line 132
at System.Reflection.RuntimeMethodInfo.Invoke(Objectobj,BindingFlagsinvokeAttr,Binderbinder,Object[]parameters,CultureInfoculture)in/_/src/mono/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.cs:line 370
|
wfurt
approved these changes
Jul 13, 2021
wfurt
left a comment
Member
There was a problem hiding this comment.
LGTM for now.
We should really figure out what is broken with our SLES images.
stephentoub
approved these changes
Jul 13, 2021
karelz
commented
Jul 13, 2021
Member
Disabled tests tracked in #55271 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Other tests like Dns_GetHostEntryAsync_DisableIPv6_ExcludesIPv6Addresses are also failing on SLES as other disabled tests were: