Failing Test
Microsoft.AspNetCore.SignalR.Client.Tests.TestServerTests.LongPollingWorks
Error Message
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'IServiceProvider'.
Stacktrace
Stack trace
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'IServiceProvider'.
at Microsoft.AspNetCore.SignalR.Internal.DefaultHubDispatcher`1.OnDisconnectedAsync(HubLifetimeContext context, Exception exception)
at Microsoft.AspNetCore.SignalR.HubConnectionHandler`1.RunHubAsync(HubConnectionContext connection)
Logs
Log: TestServerTests_LongPollingWorks.log
Build
Failed in multiple main branch builds. The error occurs in DefaultHubDispatcher.OnDisconnectedAsync when the DI service provider has already been disposed during test teardown, but the hub disconnect handler still tries to access it. This is a timing-dependent failure during long-polling connection cleanup.
Generated by Daily Test Quarantine Management · 5.7K AIC · ⌖ 52 AIC · ⊞ 25.6K · ◷
Failing Test
Microsoft.AspNetCore.SignalR.Client.Tests.TestServerTests.LongPollingWorksError Message
Stacktrace
Stack trace
Logs
Log: TestServerTests_LongPollingWorks.log
Build
Failed in multiple main branch builds. The error occurs in
DefaultHubDispatcher.OnDisconnectedAsyncwhen the DI service provider has already been disposed during test teardown, but the hub disconnect handler still tries to access it. This is a timing-dependent failure during long-polling connection cleanup.