Skip to content

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

Closed
parthea wants to merge 6 commits intomainfrom
add-test-case-for-server-streaming
Closed

fix: add test case for server streaming with common response#1452
parthea wants to merge 6 commits intomainfrom
add-test-case-for-server-streaming

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