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(spanner): add integration tests for proto columns #13756

Merged
merged 1 commit into from Mar 9, 2024

Conversation

devbww
Copy link
Collaborator

@devbww devbww commented Mar 8, 2024

This change is Reviewable

@product-auto-label product-auto-label bot added the api: spanner Issues related to the Spanner API. label Mar 8, 2024
Copy link

codecov bot commented Mar 8, 2024

Codecov Report

Attention: Patch coverage is 18.46154% with 53 lines in your changes are missing coverage. Please review.

Project coverage is 93.23%. Comparing base (6b44994) to head (c24d0f9).
Report is 3 commits behind head on main.

Files Patch % Lines
...r/integration_tests/data_types_integration_test.cc 20.00% 40 Missing ⚠️
...cloud/spanner/testing/database_integration_test.cc 13.33% 13 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #13756      +/-   ##
==========================================
- Coverage   93.25%   93.23%   -0.03%     
==========================================
  Files        2233     2233              
  Lines      193348   193413      +65     
==========================================
+ Hits       180313   180325      +12     
- Misses      13035    13088      +53     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@devbww devbww marked this pull request as ready for review March 8, 2024 21:34
@devbww devbww requested a review from a team as a code owner March 8, 2024 21:34
if (UsingEmulator()) GTEST_SKIP() << "emulator does not support PROTO";

std::vector<ProtoEnum<testing::Genre>> const data = {
testing::Genre::POP,
Copy link
Member

Choose a reason for hiding this comment

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

Oh noes... An enum? 😝

Where is PROGRESSIVE_JAZZ, and BEPOP, and ITALIAN_BARROQUE? And let's hope there are no macros called ROCK in any OS we need to support.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

BEPOP!

@devbww devbww merged commit f66a62f into googleapis:main Mar 9, 2024
62 checks passed
@devbww devbww deleted the proto-column-integration-tests branch March 9, 2024 15:09
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 Spanner API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants