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

test: refactor executor code with autogenerated protos #2759

Merged
merged 5 commits into from
Dec 20, 2023

Conversation

harshachinta
Copy link
Contributor

@harshachinta harshachinta commented Dec 15, 2023

The executor framework in Java depends on the proto from artifact uploaded through cndb-client-testing-protos repo.

Recently we have added OwlBot setup in #2754 to auto generate the protos similar to other spanner folders. #2756 is the result of this owlbot configuration where the protos for executor now lie with in this repo and gets updated automatically through owl-bot.

This PR replaces the references of earlier protos with the newly generated protos. The validation of this change has been performed on local systest which runs successfully.
https://screenshot.googleplex.com/B4dn7jKBi8Z6muM

@harshachinta harshachinta requested review from a team as code owners December 15, 2023 13:59
@product-auto-label product-auto-label bot added size: s Pull request size is small. api: spanner Issues related to the googleapis/java-spanner API. labels Dec 15, 2023
@product-auto-label product-auto-label bot added size: m Pull request size is medium. and removed size: s Pull request size is small. labels Dec 15, 2023
@harshachinta harshachinta added the owlbot:run Add this label to trigger the Owlbot post processor. label Dec 15, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Dec 15, 2023
@product-auto-label product-auto-label bot added size: s Pull request size is small. and removed size: m Pull request size is medium. labels Dec 20, 2023
@product-auto-label product-auto-label bot added size: u Pull request is empty. and removed size: s Pull request size is small. labels Dec 20, 2023
@product-auto-label product-auto-label bot added size: xs Pull request size is extra small. and removed size: u Pull request is empty. labels Dec 20, 2023
@harshachinta harshachinta added the owlbot:run Add this label to trigger the Owlbot post processor. label Dec 20, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Dec 20, 2023
@harshachinta harshachinta merged commit 1a2676d into googleapis:main Dec 20, 2023
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: spanner Issues related to the googleapis/java-spanner API. size: xs Pull request size is extra small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants