Skip to content

Conversation

@srnagar
Copy link
Member

@srnagar srnagar commented Dec 10, 2025

This pull request introduces a new method to handle HTTP requests during playback mode in the test proxy client. The main change is the addition of an overridden send method that redirects requests to the test proxy and processes the playback response.

Playback mode enhancements:

  • Added an overridden send(HttpRequest request, Context context) method to TestProxyPlaybackClient that redirects requests to the test proxy and processes the playback response, improving support for playback scenarios.

Copilot AI review requested due to automatic review settings December 10, 2025 20:32
@github-actions github-actions bot added the Azure.Core azure-core label Dec 10, 2025
@github-actions
Copy link
Contributor

API Change Check

APIView identified API level changes in this PR and created the following API reviews

com.azure:azure-core-test

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

This pull request adds support for context propagation in the TestProxyPlaybackClient by overriding the send(HttpRequest, Context) method from the HttpClient interface. This ensures that context information is properly passed through during playback mode testing.

Key Changes

  • Added send(HttpRequest request, Context context) method to properly handle context propagation during playback operations

@srnagar srnagar enabled auto-merge (squash) December 10, 2025 20:54
@srnagar
Copy link
Member Author

srnagar commented Dec 11, 2025

/check-enforcer override

@srnagar srnagar merged commit bc6b026 into Azure:main Dec 11, 2025
40 of 41 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Azure.Core azure-core

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants