Open
Description
Failing Test(s)
- Microsoft.AspNetCore.OutputCaching.Tests.CachedResponseBodyTests.Copy_MultipleSegments
Error Message
System.OperationCanceledException : The operation was canceled.
Stacktrace
at System.Threading.CancellationToken.ThrowOperationCanceledException()
at System.Threading.CancellationToken.ThrowIfCancellationRequested()
at System.IO.Pipelines.Pipe.GetReadAsyncResult()
at Microsoft.AspNetCore.OutputCaching.Tests.CachedResponseBodyTests.ReceiveDataAsync(PipeReader reader, List`1 receivedSegments, CancellationToken cancellationToken) in /_/src/Middleware/OutputCaching/test/CachedResponseBodyTests.cs:line 100
at Microsoft.AspNetCore.OutputCaching.Tests.CachedResponseBodyTests.Copy_MultipleSegments() in /_/src/Middleware/OutputCaching/test/CachedResponseBodyTests.cs:line 84
--- End of stack trace from previous location ---
Logs