-
Notifications
You must be signed in to change notification settings - Fork 5k
Tests time out: System.Net.Sockets.Tests.DnsEndPointTest - mostly on SLES.15 in release/6.0 branches #57929
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
Comments
Tagging subscribers to this area: @dotnet/ncl Issue DetailsTest type: System.Net.Sockets.Tests.DnsEndPointTest Failures 6/24-8/83 (incl. PRs):
Failure:
|
@antonfirsov any idea why only this test fails? |
Async NameResolution is async-over-sync on Unix, queuing work on the ThreadPool in parallel with other socket tests. One explanation can be that the 10seconds timeout is too strict in some cases. Another one is that resolution of invalid names fails too slowly on these SLES machines. The two can be related. I wonder if there is anything special to the release test runs in comparison to the main runs (images? machines? some sort of helix config?). Is the fix for #48751 applicable for these test runs? /cc @MattGal |
@antonfirsov FYI -- 3rd test is similar failure (added above), but not unique to SLES and also reproduces more on main branch (5x). |
We had a chat and I did note that .svc is using D2_v4 (Intel-based) while all the other SLES.15 queues are using D2a_v4 (AMD-EPYC based) processors. Nothing else is particularly interesting (same image, same size, no change in image since 7/29...), and the same test has passed on .svc in the past. Anton is going to investigate, depending on the outcome it may be worth just upping the timeout. |
I don't think this is CPU intensive test. |
Long story short: I have spent several hours trying to get a test run on SLES in order to repro #57929, no success so far, and it may take days to make progress, since I'm unfamiliar with SLES. I recommend to bump the timeout values for now, and see if it helps with the issue. If not, we may invest into another round of investigation. (hopefully) fixes #57929
Reopening to track backport to 6.0 |
Failures 7/11-9/9 (incl. PRs):
Failures:
Socket_ConnectAsyncDnsEndPoint_HostNotFound
Socket_StaticConnectAsync_HostNotFound
Socket_StaticConnectAsync_Success
-- main branch failures tracked in Tests failed: System.Net.Sockets.Tests.DnsEndPointTest / * #21924Kusto query:
Failure:
The text was updated successfully, but these errors were encountered: