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

Add IHostedLifecycleService #87335

Merged
merged 5 commits into from
Jun 30, 2023

Revert prior test change; fix aggregate exception

cdf42fc
Select commit
Loading
Failed to load commit list.
Merged

Add IHostedLifecycleService #87335

Revert prior test change; fix aggregate exception
cdf42fc
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Jun 30, 2023 in 0s

.NET Result Analysis

Details

Known Repository Errors

Known test errors

Test Failures (3 tests failed)

[All failing tests from runtime-libraries-coreclr outerloop-windows]

❌ System.Text.Json.Tests.Utf8JsonWriterTests.WriteRawLargeJsonToStreamWithoutFlushing [Console] [Details] [Artifacts] [0.34% failure rate]
[:construction: Report test infrastructure issue] [:page_facing_up: Report test repository issue]

Failing Configuration

  • net8.0-windows-Debug-x64-CoreCLR_Debug-Windows.Amd64.Server2022.Open
Exception Message
System.OutOfMemoryException : Exception of type 'System.OutOfMemoryException' was thrown.
CallStack
   at System.Array.Resize[T](T[]& array, Int32 newSize) in /_/src/libraries/System.Private.CoreLib/src/System/Array.cs:line 63
   at System.Buffers.ArrayBufferWriter`1.CheckAndResizeBuffer(Int32 sizeHint) in /_/src/libraries/Common/src/System/Buffers/ArrayBufferWriter.cs:line 200
   at System.Buffers.ArrayBufferWriter`1.GetMemory(Int32 sizeHint) in /_/src/libraries/Common/src/System/Buffers/ArrayBufferWriter.cs:line 134
   at System.Text.Json.Utf8JsonWriter.Grow(Int32 requiredSize) in /_/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.cs:line 1069
   at System.Text.Json.Utf8JsonWriter.WriteRawValueCore(ReadOnlySpan`1 utf8Json, Boolean skipInputValidation) in /_/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.Raw.cs:line 266
   at System.Text.Json.Utf8JsonWriter.WriteRawValue(ReadOnlySpan`1 utf8Json, Boolean skipInputValidation) in /_/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.Raw.cs:line 113
   at System.Text.Json.Tests.Utf8JsonWriterTests.WriteRawLargeJsonToStreamWithoutFlushing() in /_/src/libraries/System.Text.Json/tests/System.Text.Json.Tests/Utf8JsonWriterTests.WriteRaw.cs:line 373
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodInvoker.cs:line 59
❌ System.Text.Json.Tests.Utf8JsonWriterTests.WriteRawMaxUtf16InputLength [Console] [Details] [Artifacts] [0.34% failure rate]
[:construction: Report test infrastructure issue] [:page_facing_up: Report test repository issue]

Failing Configurations (2)

  • Windows.10.Amd64.ServerRS5.Open
  • Windows.Nano.1809.Amd64.Open
Data Driven SubResults
    System.Text.Json.Tests.Utf8JsonWriterTests.WriteRawMaxUtf16InputLength(tokenType: StartArray)
    Exception Message
    System.OutOfMemoryException : Exception of type 'System.OutOfMemoryException' was thrown.
    Stack Trace
       at System.Text.Json.Utf8JsonWriter.TranscodeAndWriteRawValue(ReadOnlySpan`1 json, Boolean skipInputValidation) in /_/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.Raw.cs:line 206
       at System.Text.Json.Utf8JsonWriter.WriteRawValue(String json, Boolean skipInputValidation) in /_/src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.Raw.cs:line 46
       at System.Text.Json.Tests.Utf8JsonWriterTests.WriteRawValueWithSetting(Utf8JsonWriter writer, String payload, OverloadParamType param, Boolean skipInputValidation) in /_/src/libraries/System.Text.Json/tests/System.Text.Json.Tests/Utf8JsonWriterTests.WriteRaw.cs:line 476
       at System.Text.Json.Tests.Utf8JsonWriterTests.<WriteRawMaxUtf16InputLength>g__RunTest|249_0(OverloadParamType paramType, <>c__DisplayClass249_0&) in /_/src/libraries/System.Text.Json/tests/System.Text.Json.Tests/Utf8JsonWriterTests.WriteRaw.cs:line 435
       at System.Text.Json.Tests.Utf8JsonWriterTests.WriteRawMaxUtf16InputLength(JsonTokenType tokenType) in /_/src/libraries/System.Text.Json/tests/System.Text.Json.Tests/Utf8JsonWriterTests.WriteRaw.cs:line 417
       at InvokeStub_Utf8JsonWriterTests.WriteRawMaxUtf16InputLength(Object, Object, IntPtr*)
       at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)

Was this helpful? Yes No