Skip to content

[test-quarantine] Quarantine ResponseBodyTests.ResponseBody_WriteContentLength_PassedThrough#66064

Merged
wtgodbe merged 1 commit intomainfrom
quarantine-responsebody-writecl-test-1fa97bd5b4ca4a33
Mar 29, 2026
Merged

[test-quarantine] Quarantine ResponseBodyTests.ResponseBody_WriteContentLength_PassedThrough#66064
wtgodbe merged 1 commit intomainfrom
quarantine-responsebody-writecl-test-1fa97bd5b4ca4a33

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

This test has been failing intermittently in CI on merged PR builds, indicating it is flaky.

The test Microsoft.AspNetCore.Server.HttpSys.ResponseBodyTests.ResponseBody_WriteContentLength_PassedThrough fails with:

System.Net.Http.HttpRequestException: An error occurred while sending the request.
 ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host..
 ---> System.Net.Sockets.SocketException (10054): An existing connection was forcibly closed by the remote host.

This appears to be a race condition where the HTTP connection is closed before the client can read the response, likely related to the HttpSys server shutting down while a request is in flight during test cleanup.

Associated issue: #63532

Observed in:

Generated by Daily Test Quarantine Management ·

…rough (#63532)

Associated issue: #63532

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions github-actions Bot requested a review from halter73 as a code owner March 29, 2026 10:25
@github-actions github-actions Bot requested a review from BrennanConroy as a code owner March 29, 2026 10:25
@github-actions github-actions Bot added test-failure area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions labels Mar 29, 2026
@wtgodbe wtgodbe merged commit e24760d into main Mar 29, 2026
22 of 24 checks passed
@wtgodbe wtgodbe deleted the quarantine-responsebody-writecl-test-1fa97bd5b4ca4a33 branch March 29, 2026 14:07
@dotnet-policy-service dotnet-policy-service Bot added this to the 11.0-preview3 milestone Mar 29, 2026
@wtgodbe wtgodbe modified the milestones: 11.0-preview3, 11.0-preview4 Apr 4, 2026
javiercn pushed a commit that referenced this pull request Apr 6, 2026
…rough (#63532) (#66064)

Associated issue: #63532

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@wtgodbe
Copy link
Copy Markdown
Member

wtgodbe commented Apr 9, 2026

/backport to release/10.0

@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions Bot commented Apr 9, 2026

Started backporting to release/10.0 (link to workflow run)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions test-failure

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant