Skip to content
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

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

Open
jakobbotsch opened this issue Jun 17, 2024 · 5 comments
Labels
area-System.IO.Pipelines blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab untriaged New issue has not been triaged by the area owner

Comments

@jakobbotsch
Copy link
Member

jakobbotsch commented Jun 17, 2024

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: #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: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=710311
Error message validated: [System.IO.Pipelines.Tests.PipeWriterTests.CompleteWithLargeWriteThrows [FAIL]]
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 6/17/2024 4:03:28 PM UTC

Report

Build Definition Test Pull Request
809622 dotnet/runtime System.IO.Pipelines.Tests.PipeWriterTests.CompleteWithLargeWriteThrows #107871
808359 dotnet/runtime System.IO.Pipelines.Tests.PipeWriterTests.CompleteWithLargeWriteThrows #107818
805866 dotnet/runtime System.IO.Pipelines.Tests.PipeWriterTests.CompleteWithLargeWriteThrows #107027
803726 dotnet/runtime System.IO.Pipelines.Tests.PipeWriterTests.CompleteWithLargeWriteThrows #107580
797424 dotnet/runtime System.IO.Pipelines.Tests.PipeWriterTests.CompleteWithLargeWriteThrows #106924
791252 dotnet/runtime System.IO.Pipelines.Tests.PipeWriterTests.CompleteWithLargeWriteThrows #106403
789842 dotnet/runtime System.IO.Pipelines.Tests.PipeWriterTests.CompleteWithLargeWriteThrows #106961
788144 dotnet/runtime System.IO.Pipelines.Tests.PipeWriterTests.CompleteWithLargeWriteThrows #106957
787046 dotnet/runtime System.IO.Pipelines.Tests.PipeWriterTests.CompleteWithLargeWriteThrows #106906

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 1 9
@jakobbotsch jakobbotsch added blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab labels Jun 17, 2024
@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Jun 17, 2024
@v-wenyuxu
Copy link

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
Copy link

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

@v-wenyuxu
Copy link

Failed in: runtime-coreclr libraries-jitstress 20240708.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 ---

@v-wenyuxu
Copy link

Failed in: runtime-coreclr libraries-jitstress 20240724.1

Failed tests:

net9.0-windows-Release-x64-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 ---

@v-wenyuxu
Copy link

Failed in: runtime-coreclr libraries-jitstress 20240807.1

Failed tests:

net9.0-windows-Release-x64-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 ---

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-System.IO.Pipelines blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab untriaged New issue has not been triaged by the area owner
Projects
None yet
Development

No branches or pull requests

2 participants