-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI failure: Networking tests failing with 'No such host is known' #80578
Comments
Tagging subscribers to this area: @dotnet/ncl Issue DetailsSaw some backport PRs hitting this problem. Opening an issue in case it's a larger problem than just an intermittent network infra issue. Affected PR: #79273
Affected PR: #80433
|
The first failure (Unknown host) is not infra issue, but a test issue. We are querying non-existent host (to avoid hitting cache) and cancel the request. runtime/src/libraries/System.Net.NameResolution/tests/FunctionalTests/GetHostAddressesTest.cs Line 188 in 6774329
runtime/src/libraries/System.Net.NameResolution/tests/FunctionalTests/TestSettings.cs Line 14 in 6774329
The flakiness of the test should get addressed by #78909 I don't know about the rest. But it is weird that the flakiness is present only on (redhat.7.amd64.open.svc). This would need to be investigated further. |
Could the failures in this PR have the same root cause? #80576 The exception message is "The operation timed out", not "No such host is known". |
No recent hits, not actionable at this moment, closing until issue resurfaces. |
Saw some backport PRs hitting this problem. Opening an issue in case it's a larger problem than just an intermittent network infra issue.
Affected PR: #79273
Libraries Test Run checked coreclr windows x86 Debug
System.Net.NameResolution.Tests.GetHostAddressesTest_Cancellation.DnsGetHostAddresses_PostCancelledToken_Throws
Affected PR: #80433
Libraries Test Run release coreclr Linux x64 Debug
System.Net.Http.Functional.Tests
(various)Affected PR: #80562
Libraries Test Run release coreclr Linux x64 Debug
System.Net.Http.Functional.Tests
Affected PR: #80579
Libraries Test Run release coreclr Linux x64 Debug
System.Net.Http.Functional.Tests
The text was updated successfully, but these errors were encountered: