Skip to content

[release/9.0] Set network isolation policy for aspnetcore-ci#65172

Merged
wtgodbe merged 1 commit into
release/9.0from
backport/pr-65168-to-release/9.0
Feb 2, 2026
Merged

[release/9.0] Set network isolation policy for aspnetcore-ci#65172
wtgodbe merged 1 commit into
release/9.0from
backport/pr-65168-to-release/9.0

Set network isolation policy for aspnetcore-ci

1653bf0
Select commit
Loading
Failed to load commit list.
Azure Pipelines / aspnetcore-quarantined-pr succeeded Jan 21, 2026 in 24m 20s

Build #20260121.48 had test failures

Details

Tests

  • Failed: 13 (0.74%)
  • Passed: 1,660 (94.69%)
  • Other: 80 (4.56%)
  • Total: 1,753

Annotations

Check failure on line 44 in .packages\microsoft.dotnet.helix.sdk\9.0.0-beta.25626.6\tools\azure-pipelines\AzurePipelines.MultiQueue.targets

See this annotation in the file changed.

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

.packages\microsoft.dotnet.helix.sdk\9.0.0-beta.25626.6\tools\azure-pipelines\AzurePipelines.MultiQueue.targets#L44

.packages\microsoft.dotnet.helix.sdk\9.0.0-beta.25626.6\tools\azure-pipelines\AzurePipelines.MultiQueue.targets(44,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Test Microsoft.AspNetCore.SignalR.Client.FunctionalTests.HubConnectionTests.ChangingUserNameDuringReconnectLogsWarning has failed. Check the Test tab or this console log: https://helix.dot.net/api/2019-06-17/jobs/92940c2f-0c25-4496-99cb-768db009f6ab/workitems/Microsoft.AspNetCore.SignalR.Client.FunctionalTests--net9.0/console

Check failure on line 44 in .packages\microsoft.dotnet.helix.sdk\9.0.0-beta.25626.6\tools\azure-pipelines\AzurePipelines.MultiQueue.targets

See this annotation in the file changed.

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

.packages\microsoft.dotnet.helix.sdk\9.0.0-beta.25626.6\tools\azure-pipelines\AzurePipelines.MultiQueue.targets#L44

.packages\microsoft.dotnet.helix.sdk\9.0.0-beta.25626.6\tools\azure-pipelines\AzurePipelines.MultiQueue.targets(44,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Test Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests.RedisEndToEndTests.HubConnectionCanSendAndReceiveGroupMessagesGroupNameWithPatternIsTreatedAsLiteral has failed. Check the Test tab or this console log: https://helix.dot.net/api/2019-06-17/jobs/92940c2f-0c25-4496-99cb-768db009f6ab/workitems/Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests--net9.0/console

Check failure on line 44 in .packages\microsoft.dotnet.helix.sdk\9.0.0-beta.25626.6\tools\azure-pipelines\AzurePipelines.MultiQueue.targets

See this annotation in the file changed.

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

.packages\microsoft.dotnet.helix.sdk\9.0.0-beta.25626.6\tools\azure-pipelines\AzurePipelines.MultiQueue.targets#L44

.packages\microsoft.dotnet.helix.sdk\9.0.0-beta.25626.6\tools\azure-pipelines\AzurePipelines.MultiQueue.targets(44,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Test Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests.RedisEndToEndTests.StatefulReconnectPreservesMessageFromOtherServer has failed. Check the Test tab or this console log: https://helix.dot.net/api/2019-06-17/jobs/92940c2f-0c25-4496-99cb-768db009f6ab/workitems/Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests--net9.0/console

Check failure on line 44 in .packages\microsoft.dotnet.helix.sdk\9.0.0-beta.25626.6\tools\azure-pipelines\AzurePipelines.MultiQueue.targets

See this annotation in the file changed.

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

.packages\microsoft.dotnet.helix.sdk\9.0.0-beta.25626.6\tools\azure-pipelines\AzurePipelines.MultiQueue.targets#L44

.packages\microsoft.dotnet.helix.sdk\9.0.0-beta.25626.6\tools\azure-pipelines\AzurePipelines.MultiQueue.targets(44,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Test Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests.RedisEndToEndTests.HubConnectionCanSendAndReceiveGroupMessages has failed. Check the Test tab or this console log: https://helix.dot.net/api/2019-06-17/jobs/92940c2f-0c25-4496-99cb-768db009f6ab/workitems/Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests--net9.0/console

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

Assert.Fail(): 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 2746
--- End of stack trace from previous location ---

Check failure on line 1 in Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests.RedisEndToEndTests.HubConnectionCanSendAndReceiveGroupMessagesGroupNameWithPatternIsTreatedAsLiteral

See this annotation in the file changed.

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

Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests.RedisEndToEndTests.HubConnectionCanSendAndReceiveGroupMessagesGroupNameWithPatternIsTreatedAsLiteral

Test failed

Check failure on line 1 in Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests.RedisEndToEndTests.StatefulReconnectPreservesMessageFromOtherServer

See this annotation in the file changed.

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

Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests.RedisEndToEndTests.StatefulReconnectPreservesMessageFromOtherServer

Test failed

Check failure on line 1 in Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests.RedisEndToEndTests.HubConnectionCanSendAndReceiveGroupMessages

See this annotation in the file changed.

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

Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests.RedisEndToEndTests.HubConnectionCanSendAndReceiveGroupMessages

Test failed