You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems circleci currently only generates and runs the showcase unit tests for grpc transport. We need some unit tests for rest transport with showcase protos.
The text was updated successfully, but these errors were encountered:
This is intended. Currently the only way to generate the rest transport is including "rest" in the "transport" option of the python_gapic_out flag (e.g. --python_gapic_out="transport=grpc+rest". This was decided instead of maintaining a separate long running branch here, #688 (comment).
Since all features have not yet been implemented, Showcase unit tests on rest transport are guaranteed to fail. This in combination with the above led to the choice of not including rest generation for CircleCI until rest transport features are complete.
It seems circleci currently only generates and runs the showcase unit tests for grpc transport. We need some unit tests for rest transport with showcase protos.
The text was updated successfully, but these errors were encountered: