-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
UDP tests fail with timeout sending/receiving data over loopback #16019
Comments
Need to investigate this test - this seems to be a test setup/infra issue, hence moving to RTM milestone. |
Similar to the UDP test: dotnet/corefx#5411 Test timed out. This is indicative of CPU/mem/tcp pressure on the CI machine and since it's intermittent I'll tentatively mark it as a "test bug". To confirm we'll requires a repro with ETW traces enabled either in the CI (we need #15570 for this) or in a private environment. |
http://dotnet-ci.cloudapp.net/job/dotnet_corefx/job/windows_nt_debug_prtest/1569/console
|
The common theme here seems to be failures in |
Again here:
|
More here:
|
Looks like another instance last night: http://dotnet-ci.cloudapp.net/job/dotnet_corefx/job/outerloop_windows_nt_release/124/ I'll work on a fix. |
With dotnet/corefx#7112, these should be much less likely. There are three test cases left to address, but we haven't seen these failures in any of those cases so far. We can clean up the remaining cases in RTM. |
The remaining tests don't seem to have failed in the last month, so hardening those isn't looking particularly urgent. Moving this issue out of this release for now. |
The overall problem here seems basically solved. Let's file separate issues for any similar failures that come up in the future. |
Hit a timeout in this test:
http://dotnet-ci.cloudapp.net/job/dotnet_corefx/job/windows_nt_debug_prtest/565/testReport/junit/System.Net.Sockets.Tests/DualMode/ReceiveFromAsyncV6BoundToSpecificV6_Success/
The text was updated successfully, but these errors were encountered: