-
Notifications
You must be signed in to change notification settings - Fork 133
test: adds test for numeric as primary key #857
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #857 +/- ##
============================================
+ Coverage 85.06% 85.10% +0.04%
- Complexity 2585 2589 +4
============================================
Files 143 143
Lines 14145 14154 +9
Branches 1369 1366 -3
============================================
+ Hits 12032 12046 +14
+ Misses 1541 1539 -2
+ Partials 572 569 -3
Continue to review full report at Codecov.
|
google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITDatabaseTest.java
Outdated
Show resolved
Hide resolved
google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITDatabaseTest.java
Outdated
Show resolved
Hide resolved
google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITDatabaseTest.java
Outdated
Show resolved
Hide resolved
google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITDatabaseTest.java
Show resolved
Hide resolved
@thiagotnunes Is there a specific reason that this has not yet been merged? |
@olavloite yes, this is currently not supported by the backend yet. |
Skips the integration test for numeric primary key when using the emulator.
f57ff41
to
8e29fd5
Compare
This is an auto-generated regeneration of the .pb.go files by cloud.google.com/go/internal/gapicgen. Once this PR is submitted, genbot will update the corresponding PR to depend on the newer version of go-genproto, and assign reviewers. Whilst this or any regen PR is open in go-genproto, genbot will not create any more regeneration PRs. If all regen PRs are closed, gapicgen will create a new set of regeneration PRs once per night. If you have been assigned to review this PR, please: - Ensure that CI is passing. If it's failing, it requires your manual attention. - Approve and submit this PR if you believe it's ready to ship. That will prompt genbot to assign reviewers to the google-cloud-go PR. Corresponding google-cloud-go PR: googleapis/google-cloud-go#6337 Changes: feat(bigquery/migration): Add Presto dialect to bigquerymigration v2 client library PiperOrigin-RevId: 460797158 Source-Link: googleapis/googleapis@46f2598 chore: regenerate API index Source-Link: googleapis/googleapis@52cae2e feat: added support for BatchCreateTasks preview PiperOrigin-RevId: 460776984 Source-Link: googleapis/googleapis@c501985 chore: regenerate API index Source-Link: googleapis/googleapis@d87a170 feat: publish cloud networksecurity v1 PiperOrigin-RevId: 460770654 Source-Link: googleapis/googleapis@e7edbb9
Adds test for numeric as primary key.