Skip to content

Disable GetHostEntry tests on SLES. - #55543

Merged
stephentoub merged 1 commit into
mainfrom
juhoyosa/disable-GetHostEntry
Jul 13, 2021
Merged

Disable GetHostEntry tests on SLES.#55543
stephentoub merged 1 commit into
mainfrom
juhoyosa/disable-GetHostEntry

Conversation

@hoyosjs

Copy link
Copy Markdown
Member

Other 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

@hoyosjs
hoyosjs requested review from a team and antonfirsovJuly 13, 2021 00:17
@ghostghost added the area-System.Net label Jul 13, 2021
@ghost

Copy link
Copy Markdown

Tagging subscribers to this area: @dotnet/ncl
See info in area-owners.md if you want to be subscribed.

Issue Details

Other 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
Author:hoyosjs
Assignees:-
Labels:

area-System.Net

Milestone:-

@wfurtwfurt left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM for now.
We should really figure out what is broken with our SLES images.

@stephentoub
stephentoub merged commit 6696768 into mainJul 13, 2021
@stephentoub
stephentoub deleted the juhoyosa/disable-GetHostEntry branch July 13, 2021 03:05
@karelz

Copy link
Copy Markdown
Member

Disabled tests tracked in #55271

@karelzkarelz added this to the 6.0.0 milestone Jul 15, 2021
@ghostghost locked as resolved and limited conversation to collaborators Aug 14, 2021
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@hoyosjs@karelz@stephentoub@wfurt