-
Notifications
You must be signed in to change notification settings - Fork 53
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
chore: refactor golden tests for autopopulation feature #2446
Conversation
Can you also check if there should be goldens for ServiceStubClassComposerTest in grpcrest? |
Besides the two questions above, LGTM. |
I've added in the goldens for them. Thanks! |
I took a look at the grpc+rest composers and we don't think that the auto populate PR impacts those composers. We probably don't need goldens there, so you can remove those golden cases. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, if you can make the two quick changes. Thanks!
Quality Gate passed for 'gapic-generator-java-root'Issues Measures |
Quality Gate passed for 'java_showcase_integration_tests'Issues Measures |
As a clean-up follow up to #2353, this PR refactors the unit golden tests for the autopopulation feature to a separate, new proto called `auto_populate_field_testing.proto`.
As a clean-up follow up to #2353, this PR refactors the unit golden tests for the autopopulation feature to a separate, new proto called
auto_populate_field_testing.proto
.