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
If possible, we should distinguish between failures in establishing TCP connection (device not ready/offline) and sudden lost of connection (likely runtime crash).
Currently, when app crashes and there is no exit code set, XHarness will report
TCP_CONNECTION_FAILED
.xharness/src/Microsoft.DotNet.XHarness.Apple/Orchestration/TestOrchestrator.cs
Lines 325 to 330 in 35965f5
If possible, we should distinguish between failures in establishing TCP connection (device not ready/offline) and sudden lost of connection (likely runtime crash).
E.g. https://dev.azure.com/dnceng-public/public/_build/results?buildId=764645&view=ms.vss-test-web.build-test-results-tab&runId=19449412&resultId=100007&paneView=dotnet-dnceng.dnceng-build-release-tasks.helix-test-information-tab reports
XHarness exit code: 92 (TCP_CONNECTION_FAILED)
whilenet.dot.System.Runtime.Tests.log
shows SEGFAULT atSystem.Threading.LazyInitializer:EnsureLockInitialized
.The text was updated successfully, but these errors were encountered: