-
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
[android] Connection issues in Sockets and Functional networking tests #104709
Comments
Tagging subscribers to 'arch-android': @vitek-karas, @simonrozsival, @steveisok, @akoeplinger |
Tagging subscribers to this area: @dotnet/ncl |
Could the failures be caused by #104251 @antonfirsov ? (cc: @simonrozsival) |
unlikely @matouskozak . [Fact]
public async Task Datagram_UDP_ShouldImplicitlyBindLocalEndpoint()
{
using var socket = new Socket(AddressFamily.InterNetwork, SocketType.Dgram, ProtocolType.Udp);
byte[] buffer = new byte[32];
Task sendTask = SendToAsync(socket, new ArraySegment<byte>(buffer), GetGetDummyTestEndpoint()); That tests sends data to random site that should follow default route and succeed. So this looks more like environmental problem to me. (or test design) If this is persistent we should investigate of the test systems have full internet access. |
Thank you @wfurt for the investigation. I opened an infrastructure issue for it dotnet/dnceng#3405. |
The internet connection to the devices was restored. Closing. |
Build Information
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=735679
Build error leg or test failing:
System.Net.Sockets.Tests
,System.Net.Ping.Functional.Tests
,System.Net.NameResolution.Pal.Tests
Affected CI:
android_[arm/arm64] Release AllSubset_Mono
(runtime-extra-platforms
)Range of commits: 5795e8c...a2b7214
Stack trace example from
System.Net.Sockets.Tests
:Error Message
Fill the error message using step by step known issues guidance.
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=735679
Error message validated:
['System.Net.Sockets.Tests' END OF WORK ITEM LOG: Command exited with 1
]Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 7/12/2024 8:22:53 AM UTC
Report
Summary
The text was updated successfully, but these errors were encountered: