Retry Microsoft.AspNetCore.ResponseCaching.Tests.CachedResponseBodyTests.Copy_SingleSegment
- Dominant language
- C#
- Stars
- 38.4k
- Forks
- 10.9k
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 290
Description
## Failing Test(s)
- Microsoft.AspNetCore.ResponseCaching.Tests.CachedResponseBodyTests.Copy_SingleSegment
## Error Message
```text
System.OperationCanceledException : The operation was canceled.
```
## Stacktrace
```text
Stack trace
at System.Threading.CancellationToken.ThrowOperationCanceledException()
at System.Threading.CancellationToken.ThrowIfCancellationRequested()
at System.IO.Pipelines.Pipe.GetReadAsyncResult()
at Microsoft.AspNetCore.ResponseCaching.Tests.CachedResponseBodyTests.ReceiveDataAsync(PipeReader reader, List`1 receivedSegments, CancellationToken cancellationToken) in /_/src/Middleware/ResponseCaching/test/CachedResponseBodyTests.cs:line 107
at Microsoft.AspNetCore.ResponseCaching.Tests.CachedResponseBodyTests.Copy_SingleSegment() in /_/src/Middleware/ResponseCaching/test/CachedResponseBodyTests.cs:line 68
--- End of stack trace from previous location ---
```
## Logs
```text
```
## Build
https://dev.azure.com/dnceng-public/public/_build/results?buildId=1025374&view=results
Contributor guide
Assessment
This issue has not been assessed yet.