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

[Communication - Job] Migrate to Test proxy #35688

Merged
merged 4 commits into from
Jul 6, 2023

Conversation

samvaity
Copy link
Member

@samvaity samvaity commented Jun 30, 2023

@azure-sdk
Copy link
Collaborator

API change check

API changes are not detected in this pull request.

@cparisineti
Copy link
Contributor

Test proxy seems to be failing the tests. Is this a mandatory migration? Please link me a doc related to this in Java. I can look into what's causing the test failures. Thanks.

@@ -69,7 +69,7 @@ public final class JobRouterAdministrationsImpl {
@ServiceInterface(name = "AzureCommunicationSe")
public interface JobRouterAdministrationsService {
@Patch("/routing/classificationPolicies/{id}")
@ExpectedResponses({200})
@ExpectedResponses({200,201})
Copy link
Member Author

@samvaity samvaity Jul 5, 2023

Choose a reason for hiding this comment

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

@cparisineti/williamzhao87 Is this expected?

Seeing this error even with the old testing framework.
Where 201 is an unexpected error. com.azure.communication.jobrouter.implementation.models.CommunicationErrorResponseException: Status code 201, "{"id":"JAVA_LIVE_TES..

Copy link
Contributor

@cparisineti cparisineti Jul 5, 2023

Choose a reason for hiding this comment

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

@samvaity
Copy link
Member Author

samvaity commented Jul 5, 2023

Test proxy seems to be failing the tests. Is this a mandatory migration? Please link me a doc related to this in Java. I can look into what's causing the test failures. Thanks.

Test Proxy is just a testing framework update. It should not be interfering with the actual test cases.
Mono tracking issue to update to Test Proxy for all services - #33342

@samvaity samvaity force-pushed the communication-job branch from 6f9037b to 6b2844a Compare July 5, 2023 20:33
@samvaity samvaity self-assigned this Jul 6, 2023
@samvaity samvaity marked this pull request as ready for review July 6, 2023 19:15
@samvaity samvaity merged commit a09c380 into Azure:main Jul 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants