dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
14.55k stars 4.54k forks source link

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

Closed matouskozak closed 2 days ago

matouskozak commented 3 months ago

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
697183 dotnet/runtime System.Net.Http.Functional.Tests.SocketsHttpHandler_RequestContentLengthMismatchTest_Http3.ContentLength_DoesNotMatchRequestContentLength_Throws

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 1
dotnet-policy-service[bot] commented 3 months ago

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

jeffschwMSFT commented 3 months ago

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
matouskozak commented 3 months ago

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).

liveans commented 2 days ago

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.