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

feat: add support for new cloud client test framework in google-cloud-spanner-executor #2217

Merged
merged 61 commits into from Jan 10, 2023

Conversation

gyang-google
Copy link
Contributor

This is the initial commit for client-wise executor of cloud Java Spanner client. This feature enables the ability to test cloud Spanner clients through an universal testing protos, defined by proto-google-cloud-spanner-executor-v1.

Prepare new protos for existing executor features.
Commented out Batch txns and change stream for future support.
Prepare protos for change stream.
Fix partition token.
Fix request index for batch read.
…issue. This is achieved by wrapping streamObserver into executionFlowContext and make all the calls synchronized.
Prepare new protos for existing executor features.
Commented out Batch txns and change stream for future support.
@gyang-google gyang-google requested review from a team as code owners January 3, 2023 23:54
@product-auto-label product-auto-label bot added size: xl Pull request size is extra large. api: spanner Issues related to the googleapis/java-spanner API. labels Jan 3, 2023
@rajatbhatta rajatbhatta added the owlbot:run Add this label to trigger the Owlbot post processor. label Jan 5, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jan 5, 2023
Copy link
Contributor

@rajatbhatta rajatbhatta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm. Thank you for working on this, @gyang-google !

@rajatbhatta rajatbhatta added the owlbot:run Add this label to trigger the Owlbot post processor. label Jan 10, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jan 10, 2023
@rajatbhatta rajatbhatta merged commit d75ebc1 into googleapis:main Jan 10, 2023
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: xl Pull request size is extra large.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants