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

Quarantine Microsoft.AspNetCore.Server.HttpSys.FunctionalTests.DelegateTests.DelegateAfterReceiverRestart #60142

Merged

Update DelegateTests.cs

7c5d920
Select commit
Loading
Failed to load commit list.
Merged

Quarantine Microsoft.AspNetCore.Server.HttpSys.FunctionalTests.DelegateTests.DelegateAfterReceiverRestart #60142

Update DelegateTests.cs
7c5d920
Select commit
Loading
Failed to load commit list.
Azure Pipelines / aspnetcore-ci succeeded Feb 3, 2025 in 55m 20s

Build #20250131.9 had test failures

Details

Tests

  • Failed: 1 (0.00%)
  • Passed: 151,677 (97.71%)
  • Other: 3,549 (2.29%)
  • Total: 155,227

Annotations

Check failure on line 1 in Microsoft.AspNetCore.ResponseCaching.Tests.CachedResponseBodyTests.Copy_MultipleSegments

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-ci

Microsoft.AspNetCore.ResponseCaching.Tests.CachedResponseBodyTests.Copy_MultipleSegments

System.OperationCanceledException : The operation was canceled.
Raw output
   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 105
   at Microsoft.AspNetCore.ResponseCaching.Tests.CachedResponseBodyTests.Copy_MultipleSegments() in /_/src/Middleware/ResponseCaching/test/CachedResponseBodyTests.cs:line 90
--- End of stack trace from previous location ---