Skip to content

Modify ListCertificates_AlwaysReturnsTheCertificate_WithHighestVersio…

f123d27
Select commit
Loading
Failed to load commit list.
Merged

Add host.docker.internal and host.containers.internal to the dev cert SAN #61265

Modify ListCertificates_AlwaysReturnsTheCertificate_WithHighestVersio…
f123d27
Select commit
Loading
Failed to load commit list.
Azure Pipelines / aspnetcore-quarantined-pr succeeded Apr 15, 2025 in 1h 1m 17s

Build #20250415.10 had test failures

Details

Tests

  • Failed: 10 (0.75%)
  • Passed: 1,296 (97.52%)
  • Other: 23 (1.73%)
  • Total: 1,329

Annotations

Check failure on line 259 in .dotnet/sdk/10.0.100-preview.4.25211.22/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-quarantined-pr

.dotnet/sdk/10.0.100-preview.4.25211.22/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets#L259

.dotnet/sdk/10.0.100-preview.4.25211.22/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(259,5): error NETSDK1085: (NETCORE_ENGINEERING_TELEMETRY=Build) The 'NoBuild' property was set to true but the 'Build' target was invoked.

Check failure on line 259 in .dotnet/sdk/10.0.100-preview.4.25211.22/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-quarantined-pr

.dotnet/sdk/10.0.100-preview.4.25211.22/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets#L259

.dotnet/sdk/10.0.100-preview.4.25211.22/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(259,5): error NETSDK1085: (NETCORE_ENGINEERING_TELEMETRY=Build) The 'NoBuild' property was set to true but the 'Build' target was invoked.

Check failure on line 259 in .dotnet/sdk/10.0.100-preview.4.25211.22/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-quarantined-pr

.dotnet/sdk/10.0.100-preview.4.25211.22/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets#L259

.dotnet/sdk/10.0.100-preview.4.25211.22/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(259,5): error NETSDK1085: (NETCORE_ENGINEERING_TELEMETRY=Build) The 'NoBuild' property was set to true but the 'Build' target was invoked.

Check failure on line 259 in .dotnet/sdk/10.0.100-preview.4.25211.22/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-quarantined-pr

.dotnet/sdk/10.0.100-preview.4.25211.22/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets#L259

.dotnet/sdk/10.0.100-preview.4.25211.22/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(259,5): error NETSDK1085: (NETCORE_ENGINEERING_TELEMETRY=Build) The 'NoBuild' property was set to true but the 'Build' target was invoked.

Check failure on line 1 in Microsoft.AspNetCore.SignalR.Client.FunctionalTests.HubConnectionTests.ChangingUserNameDuringReconnectLogsWarning

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-quarantined-pr

Microsoft.AspNetCore.SignalR.Client.FunctionalTests.HubConnectionTests.ChangingUserNameDuringReconnectLogsWarning

1 error(s) logged.
Microsoft.AspNetCore.Http.Connections.Client.Internal.WebSocketsTransport - ErrorSendingMessage - Error while sending a message.
===================
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'System.Net.WebSockets.ClientWebSocket'.
   at System.Net.WebSockets.ClientWebSocket.get_ConnectedWebSocket()
   at System.Net.WebSockets.ClientWebSocket.SendAsync(ReadOnlyMemory`1 buffer, WebSocketMessageType messageType, Boolean endOfMessage, CancellationToken cancellationToken)
   at System.Net.WebSockets.WebSocketExtensions.SendAsync(WebSocket webSocket, ReadOnlySequence`1 buffer, WebSocketMessageType webSocketMessageType, CancellationToken cancellationToken) in /_/src/SignalR/common/Shared/WebSocketExtensions.cs:line 19
   at Microsoft.AspNetCore.Http.Connections.Client.Internal.WebSocketsTransport.StartSending(WebSocket socket, Boolean ignoreFirstCanceled) in /_/src/SignalR/clients/csharp/Http.Connections.Client/src/Internal/WebSocketsTransport.cs:line 562
===================
Raw output
   at Microsoft.AspNetCore.SignalR.Tests.VerifyNoErrorsScope.Dispose() in D:\a\_work\1\s\src\Shared\SignalR\VerifyNoErrorScope.cs:line 47
   at Microsoft.AspNetCore.SignalR.Tests.InProcessTestServer`1.DisposeAsync() in D:\a\_work\1\s\src\Shared\SignalR\InProcessTestServer.cs:line 161
   at Microsoft.AspNetCore.SignalR.Tests.InProcessTestServer`1.DisposeAsync() in D:\a\_work\1\s\src\Shared\SignalR\InProcessTestServer.cs:line 168
   at Microsoft.AspNetCore.SignalR.Client.FunctionalTests.HubConnectionTests.ChangingUserNameDuringReconnectLogsWarning() in /_/src/SignalR/clients/csharp/Client/test/FunctionalTests/HubConnectionTests.cs:line 2748
--- End of stack trace from previous location ---

Check failure on line 1 in Microsoft.AspNetCore.InternalTesting.Tests.QuarantinedTestAttributeTest.FlakyTestToEnsureRetryWorks

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-quarantined-pr

Microsoft.AspNetCore.InternalTesting.Tests.QuarantinedTestAttributeTest.FlakyTestToEnsureRetryWorks

Assert.True() Failure
Expected: True
Actual:   False
Raw output
   at Microsoft.AspNetCore.InternalTesting.Tests.QuarantinedTestAttributeTest.FlakyTestToEnsureRetryWorks() in /_/src/Testing/test/QuarantinedTestAttributeTest.cs:line 27
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check failure on line 1 in Microsoft.AspNetCore.Server.IIS.IISExpress.FunctionalTests.AppOfflineIISExpressTests.AppOfflineDroppedWhileSiteStarting_SiteShutsDown_InProcess

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-quarantined-pr

Microsoft.AspNetCore.Server.IIS.IISExpress.FunctionalTests.AppOfflineIISExpressTests.AppOfflineDroppedWhileSiteStarting_SiteShutsDown_InProcess

Assert.Contains() Failure: Filter not matched in collection
Collection: [Information Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer: Deploying [Variation] :: ServerType=IISExpress, Runtime=CoreClr, Arch=x64, BaseUrlHint=, Publish=True, HostingModel=InProcess, Information Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer: Microsoft Windows NT 10.0.26100.0, Information Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer: Using prepublished application from C:hwABA60978wB1E009AAeInProcessWebSite-Portable, Debug Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer: Processing C:hwABA60978	46866bece58145cd8aa836e4e97fc028ARM64, Debug Microsoft.AspNetCore.Server.IntegrationTesting.IIS.IISExpressDeployer:   Copying aspnetcorev2_inprocess.dll, ···]
Raw output
   at Microsoft.AspNetCore.Server.IIS.IISExpress.FunctionalTests.AppOfflineIISExpressTests.AppOfflineDroppedWhileSiteStarting_SiteShutsDown_InProcess() in /_/src/Servers/IIS/IIS/test/IISExpress.FunctionalTests/InProcess/AppOfflineIISExpressTests.cs:line 60
--- End of stack trace from previous location ---

Check failure on line 1 in Microsoft.AspNetCore.Server.IIS.FunctionalTests.Http2TrailerResetTests.Reset_DuringRequestBody_Resets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-quarantined-pr

Microsoft.AspNetCore.Server.IIS.FunctionalTests.Http2TrailerResetTests.Reset_DuringRequestBody_Resets

System.TimeoutException : The operation has timed out.
Raw output
   at Microsoft.AspNetCore.InternalTesting.TaskExtensions.TimeoutAfter[T](Task`1 task, TimeSpan timeout, String filePath, Int32 lineNumber) in /_/src/Shared/TaskExtensions.cs:line 88
   at Microsoft.AspNetCore.Http2Cat.Http2Utilities.ReceiveFrameAsync(UInt32 maxFrameSize) in /_/src/Shared/Http2cat/Http2Utilities.cs:line 839
   at Microsoft.AspNetCore.Server.IIS.FunctionalTests.Http2TrailerResetTests.<>c.<<Reset_DuringRequestBody_Resets>b__22_0>d.MoveNext() in /_/src/Servers/IIS/IIS/test/IIS.FunctionalTests/Http2TrailersResetTests.cs:line 418
--- End of stack trace from previous location ---
   at Microsoft.AspNetCore.Http2Cat.Http2CatHostedService.RunAsync() in /_/src/Shared/Http2cat/Http2CatHostedService.cs:line 114
   at Microsoft.AspNetCore.Http2Cat.Http2CatHostedService.RunAsync() in /_/src/Shared/Http2cat/Http2CatHostedService.cs:line 128
   at Microsoft.AspNetCore.Http2Cat.Http2CatHostedService.RunAsync() in /_/src/Shared/Http2cat/Http2CatHostedService.cs:line 128
   at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation)
   at Microsoft.Extensions.Hosting.Internal.Host.StopAsync(CancellationToken cancellationToken)
   at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.WaitForShutdownAsync(IHost host, CancellationToken token)
   at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token)
   at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token)
   at Microsoft.AspNetCore.Server.IIS.FunctionalTests.Http2TrailerResetTests.Reset_DuringRequestBody_Resets() in /_/src/Servers/IIS/IIS/test/IIS.FunctionalTests/Http2TrailersResetTests.cs:line 405
--- End of stack trace from previous location ---