Skip to content

[test-quarantine] Quarantine TestServerTests.WebSocketsWorks#99

Open
github-actions[bot] wants to merge 1 commit intomainfrom
quarantine/testservertests-websocketsworks-52cb568d62b08391
Open

[test-quarantine] Quarantine TestServerTests.WebSocketsWorks#99
github-actions[bot] wants to merge 1 commit intomainfrom
quarantine/testservertests-websocketsworks-52cb568d62b08391

Conversation

@github-actions
Copy link
Copy Markdown

Summary

Quarantines Microsoft.AspNetCore.SignalR.Client.Tests.TestServerTests.WebSocketsWorks which has been failing intermittently in the aspnetcore-ci pipeline (definition 83).

Root Cause

The test fails with System.ObjectDisposedException: Cannot access a disposed object. Object name: 'IServiceProvider' during test teardown. This is a race condition where the hub dispatcher attempts to create a service scope in OnDisconnectedAsync after the test's IServiceProvider has already been disposed.

Associated issue: #97

Failures

Generated by Daily Test Quarantine Management ·

Test fails intermittently with ObjectDisposedException when IServiceProvider
is disposed during test teardown while hub dispatcher tries to create a scope
in OnDisconnectedAsync (race condition).

Tracking issue: #97

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants