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

Add Test Proxy support #1874

Open
heaths opened this issue Oct 24, 2024 · 0 comments
Open

Add Test Proxy support #1874

heaths opened this issue Oct 24, 2024 · 0 comments
Assignees
Labels
Azure.Core The azure_core crate Client This issue points to a problem in the data-plane of the library. test-enhancement test-reliability Issue that causes tests to be unreliable

Comments

@heaths
Copy link
Member

heaths commented Oct 24, 2024

We need to generate the test proxy and have support to use it in all our integration tests. This should be as easy as possible to use, much like .NET.

We should consider putting all this in a separate crate e.g., azure_core_test or maybe even typespec_client_core_test. Depends how much is Azure-specific (probably everything since it hinges on Test Proxy which, AFAIK, is only geared at Azure SDKs).

@heaths heaths added Azure.Core The azure_core crate Client This issue points to a problem in the data-plane of the library. test-enhancement test-reliability Issue that causes tests to be unreliable labels Oct 24, 2024
@heaths heaths self-assigned this Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Azure.Core The azure_core crate Client This issue points to a problem in the data-plane of the library. test-enhancement test-reliability Issue that causes tests to be unreliable
Projects
Status: Untriaged
Development

No branches or pull requests

1 participant