Skip to content

[release/10.0] Delete signalr-daily-tests.yml#64588

Merged
wtgodbe merged 1 commit into
release/10.0from
backport/pr-64587-to-release/10.0
Dec 3, 2025
Merged

[release/10.0] Delete signalr-daily-tests.yml#64588
wtgodbe merged 1 commit into
release/10.0from
backport/pr-64587-to-release/10.0

Delete signalr-daily-tests.yml

abfc6ee
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Dec 2, 2025 in 0s

.NET Result Analysis

Details

Tip

To unconditionally bypass the build analysis check (turn it green), you can use the escape mechanism feature. The completion time may vary, potentially taking several minutes, depending on the build analysis workload at the moment.

Known test errors

Test Failures (2 tests failed)

🔹 [All failing tests from aspnetcore-ci]

    Microsoft.AspNetCore.SignalR.Client.Tests--net10.0.WorkItemExecution [Console] [Details] [Artifacts] [1.09% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]
    This is a helix work item crash with status: BadExit. To investigate look the [Console log] / navigate to [Helix Artifacts]

    Failing Configuration

    Microsoft.AspNetCore.SignalR.Client.Tests.TestServerTests.LongPollingWorks [Console] [Details] [Artifacts] [1.36% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Exception Message
    1 error(s) logged.
    Microsoft.AspNetCore.SignalR.HubConnectionHandler - ErrorDispatchingHubEvent - Error when dispatching 'OnDisconnectedAsync' on hub.
    ===================
    System.ObjectDisposedException: Cannot access a disposed object.
    Object name: 'IServiceProvider'.
       at Microsoft.Extensions.DependencyInjection.ServiceLookup.ThrowHelper.ThrowObjectDisposedException()
       at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(ServiceIdentifier serviceIdentifier, ServiceProviderEngineScope serviceProviderEngineScope)
       at Microsoft.Extensions.DependencyInjection.ServiceLookup.ServiceProviderEngineScope.GetService(Type serviceType)
       at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetService[T](IServiceProvider provider)
       at Microsoft.AspNetCore.SignalR.Internal.DefaultHubActivator`1.Create() in /_/src/SignalR/server/Core/src/Internal/DefaultHubActivator.cs:line 27
       at Microsoft.AspNetCore.SignalR.Internal.DefaultHubDispatcher`1.OnDisconnectedAsync(HubConnectionContext connection, Exception exception) in /_/src/SignalR/server/Core/src/Internal/DefaultHubDispatcher.cs:line 124
       at Microsoft.AspNetCore.SignalR.Internal.DefaultHubDispatcher`1.OnDisconnectedAsync(HubConnectionContext connection, Exception exception) in /_/src/SignalR/server/Core/src/Internal/DefaultHubDispatcher.cs:line 150
       at Microsoft.AspNetCore.SignalR.HubConnectionHandler`1.HubOnDisconnectedAsync(HubConnectionContext connection, Exception exception) in /_/src/SignalR/server/Core/src/HubConnectionHandler.cs:line 230
       at Microsoft.AspNetCore.SignalR.HubConnectionHandler`1.RunHubAsync(HubConnectionContext connection) in /_/src/SignalR/server/Core/src/HubConnectionHandler.cs:line 197
       at Microsoft.AspNetCore.SignalR.HubConnectionHandler`1.OnConnectedAsync(ConnectionContext connection) in /_/src/SignalR/server/Core/src/HubConnectionHandler.cs:line 150
       at Microsoft.AspNetCore.SignalR.HubConnectionHandler`1.OnConnectedAsync(ConnectionContext connection) in /_/src/SignalR/server/Core/src/HubConnectionHandler.cs:line 157
       at Microsoft.AspNetCore.Http.Connections.Internal.HttpConnectionContext.ExecuteApplication(ConnectionDelegate connectionDelegate) in /_/src/SignalR/common/Http.Connections/src/Internal/HttpConnectionContext.cs:line 636
    ===================
    CallStack
       at Microsoft.AspNetCore.SignalR.Tests.VerifyNoErrorsScope.Dispose() in D:\a\_work\1\s\src\Shared\SignalR\VerifyNoErrorScope.cs:line 47
       at Microsoft.AspNetCore.SignalR.Client.Tests.TestServerTests.LongPollingWorks() in /_/src/SignalR/clients/csharp/Client/test/UnitTests/TestServerTests.cs:line 131
       at Microsoft.AspNetCore.SignalR.Client.Tests.TestServerTests.LongPollingWorks()
    --- End of stack trace from previous location ---

Was this helpful? Yes No