Skip to content

[HTTP] Re-enable AuthProxy__ValidCreds_ProxySendsRequestToServer test#124595

Open
ManickaP wants to merge 1 commit intodotnet:mainfrom
ManickaP:fix/reenable-1507-auth-proxy
Open

[HTTP] Re-enable AuthProxy__ValidCreds_ProxySendsRequestToServer test#124595
ManickaP wants to merge 1 commit intodotnet:mainfrom
ManickaP:fix/reenable-1507-auth-proxy

Conversation

@ManickaP
Copy link
Member

Remove the ActiveIssue attribute disabling this outerloop proxy authentication test. The test was disabled in October 2018 due to assertion failures in Http2Connection.InvalidateHttp2Connection and connection reset errors. The HTTP/2 connection pool has been completely rewritten since then.

Ran locally for 20 iterations without a failure.

Fixes #1507

Remove the ActiveIssue attribute disabling this outerloop proxy
authentication test. The test was disabled in October 2018 due to
assertion failures in Http2Connection.InvalidateHttp2Connection and
connection reset errors. The HTTP/2 connection pool has been
completely rewritten since then.

Fixes dotnet#1507

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings February 19, 2026 13:53
@ManickaP
Copy link
Member Author

/azp run runtime-libraries-coreclr outerloop

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@dotnet-policy-service
Copy link
Contributor

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

Copy link
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

Re-enables a previously disabled OuterLoop proxy authentication functional test in the HTTP test suite by removing the ActiveIssue suppression tied to #1507.

Changes:

  • Removed the [ActiveIssue("https://github.com/dotnet/runtime/issues/1507")] attribute from AuthProxy__ValidCreds_ProxySendsRequestToServer, allowing the test to run again in CI OuterLoop coverage.

Copy link
Member

@wfurt wfurt left a comment

Choose a reason for hiding this comment

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

good luck.

@ManickaP
Copy link
Member Author

/azp run runtime-libraries-coreclr outerloop

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

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.

AuthProxy__ValidCreds_ProxySendsRequestToServer failing a lot in CI

3 participants

Comments