Skip to content
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

Socket UDP test failures due to endpoint mismatches #90125

Closed
MihaZupan opened this issue Aug 7, 2023 · 2 comments · Fixed by #90284
Closed

Socket UDP test failures due to endpoint mismatches #90125

MihaZupan opened this issue Aug 7, 2023 · 2 comments · Fixed by #90284
Assignees
Labels
area-System.Net.Sockets blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' blocking-clean-ci-optional Blocking optional rolling runs Known Build Error Use this to report build issues in the .NET Helix tab
Milestone

Comments

@MihaZupan
Copy link
Member

MihaZupan commented Aug 7, 2023

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=365410
Build error leg or test failing: System.Net.Sockets.Tests.TelemetryTest.EventSource_EventsRaisedAsExpected
Pull request: #90094

{
  "ErrorMessage": "Actual:   0.0.0.0:0",
  "ErrorPattern": "",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=365410
Error message validated: Actual: 0.0.0.0:0
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 8/7/2023 11:50:20 PM UTC

Report

Build Definition Test Pull Request
369570 dotnet/runtime System.Net.Sockets.Tests.TelemetryTest.EventSource_EventsRaisedAsExpected
369569 dotnet/runtime System.Net.Sockets.Tests.TelemetryTest.EventSource_EventsRaisedAsExpected
369466 dotnet/runtime System.Net.Sockets.Tests.SendReceiveUdpClient.SendToRecvFromAsync_Datagram_UDP_UdpClient
369431 dotnet/runtime System.Net.Sockets.Tests.SendReceiveUdpClient.SendToRecvFromAsync_Datagram_UDP_UdpClient #90253
369132 dotnet/runtime System.Net.Sockets.Tests.TelemetryTest.EventSource_EventsRaisedAsExpected #90284
367934 dotnet/runtime System.Net.Sockets.Tests.TelemetryTest.EventSource_EventsRaisedAsExpected
367932 dotnet/runtime System.Net.Sockets.Tests.SendReceiveUdpClient.SendToRecvFromAsync_Datagram_UDP_UdpClient
367930 dotnet/runtime System.Net.Sockets.Tests.TelemetryTest.EventSource_EventsRaisedAsExpected
366452 dotnet/runtime System.Net.Sockets.Tests.SendReceiveUdpClient.SendToRecvFromAsync_Datagram_UDP_UdpClient
366447 dotnet/runtime System.Net.Sockets.Tests.SendReceiveUdpClient.SendToRecvFromAsync_Datagram_UDP_UdpClient
365410 dotnet/runtime System.Net.Sockets.Tests.TelemetryTest.EventSource_EventsRaisedAsExpected #90094
365214 dotnet/runtime System.Net.Sockets.Tests.TelemetryTest.EventSource_EventsRaisedAsExpected

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
5 12 12
@MihaZupan MihaZupan added area-System.Net.Sockets blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' blocking-clean-ci-optional Blocking optional rolling runs Known Build Error Use this to report build issues in the .NET Helix tab labels Aug 7, 2023
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Aug 7, 2023
@ghost
Copy link

ghost commented Aug 7, 2023

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

Issue Details

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=365410
Build error leg or test failing: System.Net.Sockets.Tests.TelemetryTest.EventSource_EventsRaisedAsExpected
Pull request: #90094

{
  "ErrorMessage": "Actual:   0.0.0.0:0",
  "ErrorPattern": "",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}
Author: MihaZupan
Assignees: -
Labels:

area-System.Net.Sockets, blocking-clean-ci, blocking-clean-ci-optional, Known Build Error

Milestone: -

@MihaZupan
Copy link
Member Author

@wfurt Looking at tests failing with the same message, I see the first occurrence on #88970, with many more starting Aug 1st, when it was merged.

Example failure:

Assert.Equal() Failure
Expected: 127.0.0.1:63379
Actual:   0.0.0.0:0
   at System.Net.Sockets.Tests.ReceiveFrom`1.ReceiveSent_UDP_Success(Boolean ipv4) in /_/src/libraries/System.Net.Sockets/tests/FunctionalTests/ReceiveFrom.cs:line 153

Assert.Equal(sender.LocalEndPoint, result.RemoteEndPoint);

Seems to be passing on reruns most of the time

@wfurt wfurt self-assigned this Aug 7, 2023
@wfurt wfurt removed the untriaged New issue has not been triaged by the area owner label Aug 7, 2023
@wfurt wfurt added this to the 8.0.0 milestone Aug 7, 2023
@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label Aug 10, 2023
@ghost ghost removed the in-pr There is an active PR which will close this issue when it is merged label Aug 11, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Sep 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Net.Sockets blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' blocking-clean-ci-optional Blocking optional rolling runs Known Build Error Use this to report build issues in the .NET Helix tab
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants