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

fix: add test case for server streaming with common response #1452

Closed
wants to merge 6 commits into from

Conversation

parthea
Copy link
Contributor

@parthea parthea commented Feb 14, 2024

This PR adds a server side streaming test case which failed in the python GAPIC generator (b/311671723). The response type that failed was from common protos (https://google.aip.dev/213) rather than from the API. The reason that we saw this issue in python is because for certain common protos we don’t use proto-plus and we need to handle the response in a different way.

We added the test case to gapic-generator-python in googleapis/gapic-generator-python#1942 and we would like to propose adding the test case to the showcase test suite.

@parthea parthea self-assigned this Feb 14, 2024
@parthea parthea closed this Mar 23, 2024
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.

1 participant