fix: updates project / instance for samples tests#613
Merged
thiagotnunes merged 4 commits intogoogleapis:masterfrom Nov 11, 2020
Merged
Conversation
Updates the project and instance for the samples tests, so that they use the same configuration as the integration tests.
|
Warning: This pull request is touching the following templated files:
|
|
Warning: This pull request is touching the following templated files:
|
Excludes modified kokoro / pom.xml files from the synth.
42accee to
90ebe33
Compare
|
Warning: This pull request is touching the following templated files:
|
Creates the quickstart database for the integration test.
|
Warning: This pull request is touching the following templated files:
|
Codecov Report
@@ Coverage Diff @@
## master #613 +/- ##
============================================
+ Coverage 84.05% 84.06% +0.01%
- Complexity 2502 2504 +2
============================================
Files 141 141
Lines 13806 13806
Branches 1317 1317
============================================
+ Hits 11604 11606 +2
+ Misses 1656 1654 -2
Partials 546 546
Continue to review full report at Codecov.
|
olavloite
approved these changes
Nov 11, 2020
ansh0l
pushed a commit
to ansh0l/java-spanner
that referenced
this pull request
Nov 10, 2022
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#4222 Changes: chore: Remove the unused legacy gapic_ruby_library rules binding. PiperOrigin-RevId: 377601228 Source-Link: googleapis/googleapis@2aacd41 fix(documentai): Fix Ruby gem title of documentai v1 (package not currently published) Committer: @virost PiperOrigin-RevId: 377593283 Source-Link: googleapis/googleapis@6c4106b chore: release rules_gapic v0.5.4 Committer: @miraleung PiperOrigin-RevId: 377584737 Source-Link: googleapis/googleapis@7399875 chore: regenerate API index Source-Link: googleapis/googleapis@109a240 feat(documentai): Move CommonOperationMetadata into a separate proto file for potential reuse. PiperOrigin-RevId: 377562108 Source-Link: googleapis/googleapis@3e0f7eb chore(analytics/admin): rename PHP microgen Bazel rules, delete monolith rules in googleapis Committer: @miraleung PiperOrigin-RevId: 377518010 Source-Link: googleapis/googleapis@060218c chore(clouddms): Update clouddms_v1 BUILD.bazel for python PiperOrigin-RevId: 377511005 Source-Link: googleapis/googleapis@378aa28
rajatbhatta
pushed a commit
to rajatbhatta/java-spanner
that referenced
this pull request
Nov 17, 2022
…onfig to v1.0.3 (googleapis#613) [](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-shared-config](https://togithub.com/googleapis/java-shared-config) | `1.0.2` -> `1.0.3` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/java-shared-config</summary> ### [`v1.0.3`](https://togithub.com/googleapis/java-shared-config/blob/master/CHANGELOG.md#​103-httpswwwgithubcomgoogleapisjava-shared-configcomparev102v103-2021-09-21) [Compare Source](https://togithub.com/googleapis/java-shared-config/compare/v1.0.2...v1.0.3) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-spanner-jdbc).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the project and instance for the samples tests, so that they use the same configuration as the integration tests.
Fixes #606