dotnet / runtime

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

System.IO.Pipelines.Tests.PipeWriterTests.CompleteWithLargeWriteThrows fails in CI #103586

Open jakobbotsch opened 1 week ago

jakobbotsch commented 1 week ago

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=710311 Build error leg or test failing: System.IO.Pipelines.Tests.PipeWriterTests.CompleteWithLargeWriteThrows Pull request: https://github.com/dotnet/runtime/pull/103576

Error Message

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

{
  "ErrorMessage": "System.IO.Pipelines.Tests.PipeWriterTests.CompleteWithLargeWriteThrows [FAIL]",
  "ErrorPattern": "",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Known issue validation

Build: :mag_right: https://dev.azure.com/dnceng-public/public/_build/results?buildId=710311 Error message validated: [System.IO.Pipelines.Tests.PipeWriterTests.CompleteWithLargeWriteThrows [FAIL]] Result validation: :white_check_mark: Known issue matched with the provided build. Validation performed at: 6/17/2024 4:03:28 PM UTC

Report

Build Definition Test Pull Request
724252 dotnet/runtime System.IO.Pipelines.Tests.PipeWriterTests.CompleteWithLargeWriteThrows dotnet/runtime#104119
722856 dotnet/runtime System.IO.Pipelines.Tests.PipeWriterTests.CompleteWithLargeWriteThrows dotnet/runtime#104109
721874 dotnet/runtime System.IO.Pipelines.Tests.PipeWriterTests.CompleteWithLargeWriteThrows dotnet/runtime#103212
719580 dotnet/runtime System.IO.Pipelines.Tests.PipeWriterTests.CompleteWithLargeWriteThrows dotnet/runtime#103948
710311 dotnet/runtime System.IO.Pipelines.Tests.PipeWriterTests.CompleteWithLargeWriteThrows dotnet/runtime#103576

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 4 5
v-wenyuxu commented 6 days ago

Failed in: runtime-coreclr libraries-pgo 20240623.1

Failed tests:

net9.0-windows-Release-x86-fullpgo_methodprofiling-Windows.10.Amd64.Open
    - System.IO.Pipelines.Tests.PipeWriterTests.CompleteWithLargeWriteThrows

Error message:

Assert.Throws() Failure: No exception was thrown
Expected: typeof(System.InvalidOperationException)

Stack trace:

      at System.IO.Pipelines.Tests.PipeWriterTests.CompleteWithLargeWriteThrows() in /_/src/libraries/System.IO.Pipelines/tests/PipeWriterTests.cs:line 311
--- End of stack trace from previous location ---
v-wenyuxu commented 4 hours ago

Failed in: runtime-coreclr libraries-jitstress 20240630.1

Failed tests:

net9.0-windows-Release-x86-jitstress2_tiered-Windows.10.Amd64.Open
    - System.IO.Pipelines.Tests.PipeWriterTests.CompleteWithLargeWriteThrows

Error message:

 Assert.Throws() Failure: No exception was thrown
Expected: typeof(System.InvalidOperationException)

Stack trace:

   at System.IO.Pipelines.Tests.PipeWriterTests.CompleteWithLargeWriteThrows() in /_/src/libraries/System.IO.Pipelines/tests/PipeWriterTests.cs:line 311
--- End of stack trace from previous location ---