You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multiple socket tests are failing on Android Helix machines in the runtime-extra-platforms pipeline. The failures appear to be infrastructure/environment-related rather than code regressions.
These failures appear to be infrastructure issues:
IPv6 connectivity problems: Tests listening on ::1 (IPv6 loopback) fail with "Connection refused", suggesting IPv6 is not properly configured on the Android emulators
Dual-stack socket behavior: Tests expecting dual-mode sockets to work correctly are failing, consistent with IPv6 configuration issues
Intermittent blocking mode transitions: Suggests timing or thread synchronization issues in the test environment
Note
This content was generated by GitHub Copilot.
Description
Multiple socket tests are failing on Android Helix machines in the
runtime-extra-platformspipeline. The failures appear to be infrastructure/environment-related rather than code regressions.Failing Tests
System.Net.Sockets.Tests.DualModeConnectToDnsEndPoint.DualModeConnect_DnsEndPointToHost_Helper(listenOn: ::1, dualModeServer: False)SocketException: Connection refused [::ffff:10.64.33.238]:34855System.Net.Sockets.Tests.DualModeConnectAsync.DualModeConnectAsync_DnsEndPointToHost_Helper(listenOn: ::1, dualModeServer: False)SocketException: Connection refusedSystem.Net.Sockets.Tests.SocketBlockingModeTransitionTests.ConnectAsync_WithBuffer_SucceedsAssert.False() Failure(expected blocking mode behavior not met)System.Net.Sockets.Tests.SocketAsyncEventArgsTest.Connect_Parallel_FailsOver(preferIPv6: True)Assert.NotNull() Failure: Value is nullAnalysis
These failures appear to be infrastructure issues:
::1(IPv6 loopback) fail with "Connection refused", suggesting IPv6 is not properly configured on the Android emulatorsFailure Details
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=1396313
Job:
android-arm64 Release AllSubsets_MonoHelix Work Item:
93091357-214b-436d-a5c4-a31ee456a876System.Net.Sockets.TestsLog excerpt:
Recommendations
Related
Note
🔒 Integrity filter blocked 1 item
The following item were blocked because they don't meet the GitHub integrity level.
search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".To allow these resources, lower
min-integrityin your GitHub frontmatter: