Skip to content

Adding some unit tests for cloud spanner#2356

Merged
vkedia merged 4 commits intogoogleapis:masterfrom
vkedia:tests
Aug 22, 2017
Merged

Adding some unit tests for cloud spanner#2356
vkedia merged 4 commits intogoogleapis:masterfrom
vkedia:tests

Conversation

@vkedia
Copy link
Copy Markdown

@vkedia vkedia commented Aug 17, 2017

No description provided.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Aug 17, 2017
@vkedia vkedia changed the title Added some unit tests for cloud spanner Adding some unit tests for cloud spanner Aug 18, 2017
Copy link
Copy Markdown
Contributor

@vam-google vam-google left a comment

Choose a reason for hiding this comment

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

LGTM.

A note, not directly related to the change. Some of previously non-static internal classes in SpannerImpl were made static as part of this review. The SpannerImpl class is pretty big (2500 lines), and contains more than 20 internall classes (allmost all static). It seems like SpannerImpl class is doing the job of a package (grouping various related classes together). I don't mean to do it in this PR, but please consider moving those classes to a separate package and extracting them from SpannerImpl.

} catch (Exception e) {
throw Throwables.propagate(e);
Throwables.throwIfUnchecked(e);
throw new RuntimeException(e);

This comment was marked as spam.

@garrettjonesgoogle
Copy link
Copy Markdown
Contributor

Don't merge this until I'm able to do a release with our current code in master

@vkedia
Copy link
Copy Markdown
Author

vkedia commented Aug 22, 2017

@garrettjonesgoogle Can this be merged now?

@garrettjonesgoogle
Copy link
Copy Markdown
Contributor

Yes it can be merged now.

@vkedia vkedia merged commit cec93a5 into googleapis:master Aug 22, 2017
@vkedia vkedia deleted the tests branch August 22, 2017 18:00
chingor13 pushed a commit that referenced this pull request Feb 20, 2026
…onfig to v1.7.1 (#2356)

* build(deps): update dependency com.google.cloud:google-cloud-shared-config to v1.7.1

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: PhongChuong <147636638+PhongChuong@users.noreply.github.com>
suztomo pushed a commit to suztomo/google-cloud-java that referenced this pull request Mar 23, 2026
meltsufin pushed a commit that referenced this pull request May 2, 2026
…legate to backend (#2356)

* Remove validation check

* allow the subquery test to run in prod env

* chore: generate libraries at Mon Apr 13 17:41:06 UTC 2026

---------

Co-authored-by: cloud-java-bot <cloud-java-bot@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants