Skip to content

Re-Quarantine HubConnectionCanSendAndReceiveGroupMessages test - #62436

Merged
javiercn merged 4 commits into
mainfrom
copilot/fix-62435
Jun 23, 2025
Merged

javiercn merged 4 commits into
mainfrom
copilot/fix-62435

Conversation

Copilot AI commented Jun 21, 2025

Copy link
Copy Markdown
Contributor

The HubConnectionCanSendAndReceiveGroupMessages test in the SignalR StackExchange Redis tests is failing due to Docker infrastructure issues in the CI environment. The test is experiencing Docker container creation failures with the error:

Command '/usr/bin/docker run --rm -p 6379:6379 --name redisTestContainer -d redis' failed with exit code '127'. Output:
docker: open /datadisks/disk1/docker/tmp/GetImageBlob3428286899: no such file or directory.

This change quarantines the test by adding the QuarantinedTest attribute to temporarily disable it until the underlying Docker infrastructure issue can be resolved. This follows the established pattern used by other quarantined tests in the same file and across the repository.

The change is minimal and surgical - adding only one line to mark the test as quarantined while preserving all existing test logic for when the infrastructure issue is fixed.

Fixes #62435.


💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.

@javiercn

Copy link
Copy Markdown
Member

Apply the Quarantine attribute using #62435 as the Url. Look at how is done in other samples on the repo

Co-authored-by: javiercn <6995051+javiercn@users.noreply.github.com>
Copilot AI changed the title [WIP] Quarantine HubConnectionCanSendAndReceiveGroupMessages Quarantine HubConnectionCanSendAndReceiveGroupMessages test Jun 21, 2025
Copilot AI requested a review from javiercn June 21, 2025 16:17
Co-authored-by: javiercn <6995051+javiercn@users.noreply.github.com>

Copilot AI commented Jun 21, 2025

Copy link
Copy Markdown
Contributor Author

Apply the Quarantine attribute using #62435 as the Url. Look at how is done in other samples on the repo

Fixed the attribute placement to follow the standard pattern used throughout the repository. The [QuarantinedTest] attribute is now positioned after the other test attributes, matching the pattern used by other quarantined tests. Commit: a2d398d

@javiercn
javiercn marked this pull request as ready for review June 21, 2025 18:00
@javiercn

Copy link
Copy Markdown
Member

Quarantine all these tests with the same URL

Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests.RedisEndToEndTests.HubConnectionCanSendAndReceiveGroupMessages
Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests.RedisEndToEndTests.StatefulReconnectPreservesMessageFromOtherServer
Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests.RedisEndToEndTests.CanSendAndReceiveUserMessagesWhenOneConnectionWithUserDisconnects
Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests.RedisEndToEndTests.HubConnectionCanSendAndReceiveGroupMessagesGroupNameWithPatternIsTreatedAsLiteral
Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests.RedisEndToEndTests.HubConnectionCanSendAndReceiveMessages

Co-authored-by: javiercn <6995051+javiercn@users.noreply.github.com>

Copilot AI commented Jun 21, 2025

Copy link
Copy Markdown
Contributor Author

Quarantine all these tests with the same URL

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

All five tests have been quarantined with the same URL as requested. Each test now has the [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/62435")] attribute. Commit: 20ca2069

@javiercn
javiercn merged commit e27ef7b into main Jun 23, 2025
@javiercn
javiercn deleted the copilot/fix-62435 branch June 23, 2025 09:55
@dotnet-policy-service dotnet-policy-service Bot added this to the 10.0-preview7 milestone Jun 23, 2025
@wtgodbe

wtgodbe commented Jul 4, 2025

Copy link
Copy Markdown
Member

/backport to release/9.0

@wtgodbe

wtgodbe commented Jul 4, 2025

Copy link
Copy Markdown
Member

/backport to release/8.0

@github-actions

github-actions Bot commented Jul 4, 2025

Copy link
Copy Markdown
Contributor

Started backporting to release/9.0: https://github.com/dotnet/aspnetcore/actions/runs/16065870671

@github-actions

github-actions Bot commented Jul 4, 2025

Copy link
Copy Markdown
Contributor

Started backporting to release/8.0: https://github.com/dotnet/aspnetcore/actions/runs/16065872006

@wtgodbe wtgodbe changed the title Quarantine HubConnectionCanSendAndReceiveGroupMessages test Re-Quarantine HubConnectionCanSendAndReceiveGroupMessages test May 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Quarantine HubConnectionCanSendAndReceiveGroupMessages

4 participants