Skip to content

[main] (deps): Bump src/submodules/googletest from 90a4152 to 5719306 #61963

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

[main] (deps): Bump src/submodules/googletest

587273f
Select commit
Loading
Failed to load commit list.
Merged

[main] (deps): Bump src/submodules/googletest from 90a4152 to 5719306 #61963

[main] (deps): Bump src/submodules/googletest
587273f
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis succeeded May 19, 2025 in 0s

.NET Result Analysis

Details

All checks completed

[aspnetcore-ci]

[aspnetcore-quarantined-pr]

[aspnetcore-components-e2e]

Build Rerun

✔️ Build passed after 1 retries.

(Attempt #1) [link to build]

aspnetcore-ci / Build / Tests: Helix x64 / Run build.cmd helix target

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌.packages\microsoft.dotnet.helix.sdk\10.0.0-beta.25260.104\tools\azure-pipelines\AzurePipelines.MultiQueue.targets(44,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Test Microsoft.AspNetCore.ConcurrencyLimiter.Tests.ConcurrencyLimiterEventSourceTests.TracksDurationSpentInQueue has failed. Check the Test tab or [this console log]
    ❌.packages\microsoft.dotnet.helix.sdk\10.0.0-beta.25260.104\tools\azure-pipelines\AzurePipelines.MultiQueue.targets(44,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Test Microsoft.AspNetCore.ResponseCaching.Tests.CachedResponseBodyTests.Copy_SingleSegment has failed. Check the Test tab or [this console log]

Non-Deterministic Test Failures Detected

Microsoft.AspNetCore.ConcurrencyLimiter.Tests.ConcurrencyLimiterEventSourceTests.TracksDurationSpentInQueue [Console] [Details] [Artifacts] [0.07% failure rate]
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

Failing Configuration

Exception Message
System.Threading.Tasks.TaskCanceledException : A task was canceled.
CallStack
   at System.Threading.Channels.ChannelReader`1.ReadAllAsync(CancellationToken cancellationToken)+MoveNext()
   at System.Threading.Channels.ChannelReader`1.ReadAllAsync(CancellationToken cancellationToken)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
   at Microsoft.AspNetCore.ConcurrencyLimiter.Tests.ConcurrencyLimiterEventSourceTests.TracksDurationSpentInQueue() in /_/src/Middleware/ConcurrencyLimiter/test/ConcurrencyLimiterEventSourceTests.cs:line 117
--- End of stack trace from previous location ---
Microsoft.AspNetCore.ResponseCaching.Tests.CachedResponseBodyTests.Copy_SingleSegment [Console] [Details] [Artifacts] [0.26% failure rate]
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

Failing Configuration

Exception Message
System.OperationCanceledException : The operation was canceled.
CallStack
   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 ---

Was this helpful? Yes No