-
Notifications
You must be signed in to change notification settings - Fork 68
Closed
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
Implement initial coverage for REGAPIC via Gapic-Showcase. We want to try and reach some parity with the tests that are implemented in Golang, but we may not strive to implement everything done in Golang and may not copy their structure.
Plans for implementation:
- Callables (Echo)
- Unary - PR at chore: Add Showcase Callables IT #1483
- Server Side Streaming - PR at chore: Add httpjson server-side streaming showcase tests #1588
- Behaviors (Echo)
- Http Annotation - query/ path/ body combinations (Compliance) - PR: chore: Add Showcase Http Annotations Test #1568
- CRUD (Identity) - PR: chore: Add HttpJson CRUD Showcase tests #1589
- Get
- List
- Create
- Delete
- Update
- Mixins (Echo)
Bugs/ Blockers:
- GAPIC HttpJson additional_bindings annotation is not being used #1440 (Part 1 completed, Part 2 is not required)
- Set the default charset as UTF-8 for REST calls with
application/json
MediaType #1437 - HttpJson Unary Callables not following RetrySetting's TotalTimeout value #1504
- HttpJson UpdateUserRequest's FieldMask is unable to be Unmarshalled gapic-showcase#1263
- Allow HTTP POST calls for any showcase PATCH RPCs gapic-showcase#1261
- com.google.showcase.v1beta1.MessagingClientHttpJsonTest#updateBlurbTest failing with 404 error #1547
- HttpJson ServerSideStreaming error in EchoClient gapic-showcase#1286
- HttpJson Mixins RPCs (Locations & IAM) Not Supported gapic-showcase#1299
- IAM Policy Mixin for HttpJson matches incorrect Mux Handler gapic-showcase#1338
Metadata
Metadata
Assignees
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.