runtime icon indicating copy to clipboard operation
runtime copied to clipboard

Time-outs in `System.Net.Http.Functional.Tests` on Windows/arm64 CoreCLR

Open matouskozak opened this issue 1 year ago • 3 comments

Build Information

Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=618649 Build error leg or test failing: System.Net.Http.Functional.Tests

Failing windows-arm64 Release Libraries_Release_CoreCLR job on runtime-extra-platforms.

Error Message

Fill the error message using step by step known issues guidance.

{
  "ErrorMessage": "System.Net.Http.Functional.Tests.Http1MultiChunkResponseStreamZeroByteReadTest.ZeroByteRead_IssuesZeroByteReadOnUnderlyingStream(readMode: SyncSpan, useSsl: True) [FAIL]",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Error log

 System.Net.Http.Functional.Tests.Http1MultiChunkResponseStreamZeroByteReadTest.ZeroByteRead_IssuesZeroByteReadOnUnderlyingStream(readMode: SyncSpan, useSsl: True) [FAIL]
      System.Threading.Tasks.TaskCanceledException : The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
      ---- System.TimeoutException : The operation was canceled.
      -------- System.Threading.Tasks.TaskCanceledException : The operation was canceled.
      ------------ System.IO.IOException : The read operation failed, see inner exception.
      ---------------- System.ObjectDisposedException : Cannot access a disposed object.

Known issue validation

Build: :mag_right: https://dev.azure.com/dnceng-public/public/_build/results?buildId=618649 Error message validated: [System.Net.Http.Functional.Tests.Http1MultiChunkResponseStreamZeroByteReadTest.ZeroByteRead_IssuesZeroByteReadOnUnderlyingStream(readMode: SyncSpan, useSsl: True) [FAIL]] Result validation: :x: Known issue did not match with the provided build. Validation performed at: 3/27/2024 5:51:27 AM UTC

Report

Build Definition Test Pull Request
656656 dotnet/runtime System.Net.Http.Functional.Tests.SyncHttpHandlerTest_Cookies.GetAsync_SetCookieContainer_CookieSent dotnet/runtime#101478
653719 dotnet/runtime System.Net.Http.Functional.Tests.SocksProxyTest_Http2.TestLoopbackAsync
648248 dotnet/runtime System.Net.Http.Functional.Tests.SocketsHttpHandlerTest_AutoRedirect.GetAsync_AllowAutoRedirectTrue_RetainsOriginalFragmentIfAppropriate
644622 dotnet/runtime System.Net.Http.Functional.Tests.SocksProxyTest_Http2.TestLoopbackAsync dotnet/runtime#99555
644363 dotnet/runtime System.Net.Http.Functional.Tests.SocketsHttpHandler_HttpClientHandler_Http11_Cancellation_Test.GetAsync_CancelDuringResponseHeadersReceived_TaskCanceledQuickly dotnet/runtime#100942
643326 dotnet/runtime System.Net.Http.Functional.Tests.SyncHttpHandlerTest_Cookies.GetAsync_SetCookieContainer_CookieSent dotnet/runtime#100389
643084 dotnet/runtime System.Net.Http.Functional.Tests.SocksProxyTest_Http2.TestLoopbackAsync

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 7

matouskozak avatar Mar 27 '24 05:03 matouskozak

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

removing blocking-clean-ci as it has not failed in 30 days

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 0

jeffschwMSFT avatar Mar 27 '24 18:03 jeffschwMSFT

removing blocking-clean-ci as it has not failed in 30 days

24-Hour Hit Count 7-Day Hit Count 1-Month Count 0 0 0

Per our offline discussion, the no-hits are caused by Build Analysis not running on the runtime-extra-platforms pipeline (cc: @AlitzelMendez). The failures are still present on main rolling builds (e.g. https://dev.azure.com/dnceng-public/public/_build/results?buildId=621391&view=logs&jobId=542c931e-8293-51c7-dbad-a0a58a58ddc4&j=542c931e-8293-51c7-dbad-a0a58a58ddc4&t=9c7b0705-aa05-5c85-78fa-e85c2a87ac24).

matouskozak avatar Mar 28 '24 07:03 matouskozak

No failure or re-runs Http1MultiChunkResponseStreamZeroByteReadTest.ZeroByteRead_IssuesZeroByteReadOnUnderlyingStream within 30 days in main, reported issue in the table is from release/8.0-staging.

Closing the issue, we can re-open if needed.

liveans avatar Jul 03 '24 11:07 liveans