Open steveharter opened 1 year ago
Tagging subscribers to this area: @dotnet/area-system-text-json, @gregsdennis See info in area-owners.md if you want to be subscribed.
Author: | steveharter |
---|---|
Assignees: | - |
Labels: | `area-System.Text.Json`, `blocking-clean-ci`, `Known Build Error` |
Milestone: | - |
I'm also seeing System.Text.Json.Tests.Utf8JsonWriterTests.WriteRawMaxUtf16InputLength
fail a couple of times with OOM in the same build. It all impacts Debug builds on Windows.
The test was disabled on Linux for similar reasons. I've posted https://github.com/dotnet/runtime/pull/89442 which disables it altogether.
Build Information
Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=326554 Build error leg or test failing: System.Text.Json.Tests.Utf8JsonWriterTests.WriteRawLargeJsonToStreamWithoutFlushing Pull request: https://github.com/dotnet/runtime/pull/87335
System.Text.Json.Tests: [Long Running Test] 'System.Text.Json.Tests.Utf8JsonWriterTests.WriteRawMaxUtf16InputLength', Elapsed: 00:02:03
Known issue validation
Build: :mag_right: https://dev.azure.com/dnceng-public/public/_build/results?buildId=326554 Error message validated:
System.Text.Json.Tests.Utf8JsonWriterTests.WriteRawLargeJsonToStreamWithoutFlushing.*System.OutOfMemoryException : Exception of type 'System.OutOfMemoryException' was thrown
Result validation: :x: Known issue did not match with the provided build. Validation performed at: 6/30/2023 9:23:10 PM UTCReport
Summary