Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance the integration tests using the Azure SDK test proxy #110

Open
majguo opened this issue Jun 6, 2023 · 0 comments
Open

Enhance the integration tests using the Azure SDK test proxy #110

majguo opened this issue Jun 6, 2023 · 0 comments
Labels
backlog Backlog items tests tests framework, unit test, integration test, etc.

Comments

@majguo
Copy link
Contributor

majguo commented Jun 6, 2023

In the discussion of #37, @agoncal mentioned that the Azure SDK integration tests are executed against a test proxy, which will record the real http request/response in record mode and return the specific recorded response in playback mode. The benefit of this approach is obvious which can greatly save cost especially there're a lot of dependent Azure services.

The similar approach can be applied to Quarkus Azure Service extensions as they are built on top of Azure SDK. Details pls see:

@majguo majguo added the feature New feature or request label Jun 6, 2023
@majguo majguo added tests tests framework, unit test, integration test, etc. backlog Backlog items and removed feature New feature or request labels Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Backlog items tests tests framework, unit test, integration test, etc.
Projects
None yet
Development

No branches or pull requests

1 participant