Skip to content

[HTTP] Remove stale ActiveIssue overrides for #72586 #124384

Merged
ManickaP merged 1 commit intodotnet:mainfrom
ManickaP:fix/72586-cancel-pending-read-tests
Feb 16, 2026
Merged

[HTTP] Remove stale ActiveIssue overrides for #72586 #124384
ManickaP merged 1 commit intodotnet:mainfrom
ManickaP:fix/72586-cancel-pending-read-tests

Conversation

@ManickaP
Copy link
Copy Markdown
Member

Issue #72586 was closed (completed) in Oct 2022. The three test method overrides that returned Task.CompletedTask are no longer needed, allowing the base class CancelPending tests to run.

…ConformanceTests

Issue dotnet#72586 was closed (completed) in Oct 2022. The three test method
overrides that returned Task.CompletedTask are no longer needed, allowing
the base class CancelPending tests to run.
Copilot AI review requested due to automatic review settings February 13, 2026 14:37
@github-actions github-actions Bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Feb 13, 2026
@ManickaP ManickaP added area-System.Net.Http and removed needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels Feb 13, 2026
@dotnet-policy-service
Copy link
Copy Markdown
Contributor

Tagging subscribers to this area: @karelz, @dotnet/ncl
See info in area-owners.md if you want to be subscribed.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR removes stale ActiveIssue-based overrides that were disabling response stream cancellation conformance tests for HTTP/1 response streams, allowing the shared ConnectedStreamConformanceTests coverage to run again now that #72586 is closed.

Changes:

  • Removed three overridden test methods that returned Task.CompletedTask and were marked with ActiveIssue(72586).
  • Re-enabled the base class ReadAsync_CancelPending* conformance tests for Http1CloseResponseStreamConformanceTests and Http1RawResponseStreamConformanceTests.

@ManickaP ManickaP requested a review from a team February 13, 2026 15:31
@ManickaP
Copy link
Copy Markdown
Member Author

/ba-g unrelated infra issues, the re-enabled tests are not failing.

@ManickaP ManickaP merged commit 8ef4143 into dotnet:main Feb 16, 2026
96 of 101 checks passed
@ManickaP ManickaP deleted the fix/72586-cancel-pending-read-tests branch February 16, 2026 09:12
iremyux pushed a commit to iremyux/dotnet-runtime that referenced this pull request Mar 2, 2026
…4384)

Issue dotnet#72586 was closed (completed) in Oct 2022. The three test method
overrides that returned Task.CompletedTask are no longer needed,
allowing the base class CancelPending tests to run.
@github-actions github-actions Bot locked and limited conversation to collaborators Mar 19, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants