Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

test(deps): update dependency junit:junit to v4.13.2#870

Merged
thiagotnunes merged 1 commit intogoogleapis:masterfrom
renovate-bot:renovate/junit-junit-4.x
Feb 15, 2021
Merged

test(deps): update dependency junit:junit to v4.13.2#870
thiagotnunes merged 1 commit intogoogleapis:masterfrom
renovate-bot:renovate/junit-junit-4.x

Conversation

@renovate-bot
Copy link
Contributor

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
junit:junit (source) 4.13.1 -> 4.13.2 age adoption passing confidence

Renovate 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate-bot renovate-bot requested review from a team February 13, 2021 18:02
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 13, 2021
@product-auto-label product-auto-label bot added the api: spanner Issues related to the googleapis/java-spanner API. label Feb 13, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Feb 13, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 13, 2021
@codecov
Copy link

codecov bot commented Feb 13, 2021

Codecov Report

Merging #870 (8f7a651) into master (54cfa0f) will decrease coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #870      +/-   ##
============================================
- Coverage     85.12%   85.11%   -0.01%     
- Complexity     2588     2589       +1     
============================================
  Files           143      143              
  Lines         14154    14154              
  Branches       1366     1366              
============================================
- Hits          12048    12047       -1     
- Misses         1537     1540       +3     
+ Partials        569      567       -2     
Impacted Files Coverage Δ Complexity Δ
...m/google/cloud/spanner/connection/SpannerPool.java 87.36% <0.00%> (-0.53%) 33.00% <0.00%> (ø%)
...m/google/cloud/spanner/spi/v1/GapicSpannerRpc.java 81.85% <0.00%> (-0.25%) 81.00% <0.00%> (ø%)
...ain/java/com/google/cloud/spanner/SessionPool.java 89.05% <0.00%> (-0.20%) 72.00% <0.00%> (-1.00%)
...a/com/google/cloud/spanner/SessionPoolOptions.java 69.53% <0.00%> (ø) 17.00% <0.00%> (-1.00%)
...ud/spanner/SessionPoolAsyncTransactionManager.java 87.30% <0.00%> (+1.58%) 13.00% <0.00%> (+2.00%)
.../google/cloud/spanner/SpannerExceptionFactory.java 84.53% <0.00%> (+2.06%) 47.00% <0.00%> (+1.00%)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 54cfa0f...8f7a651. Read the comment docs.

@thiagotnunes thiagotnunes merged commit a36be4c into googleapis:master Feb 15, 2021
@renovate-bot renovate-bot deleted the renovate/junit-junit-4.x branch February 15, 2021 06:09
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#6458

Changes:

docs(container): BinaryAuthorization.enabled field is marked as deprecated
  PiperOrigin-RevId: 464729666
  Source-Link: googleapis/googleapis@c77c067

docs: BinaryAuthorization.enabled field is marked as deprecated
  PiperOrigin-RevId: 464729205
  Source-Link: googleapis/googleapis@901a2a2

chore: regenerate API index

  Source-Link: googleapis/googleapis@34f2730

feat(retail): new model service to manage recommendation models feat: support case insensitive match on search facets feat: allow disabling spell check in search requests feat: allow adding labels in search requests feat: allow returning min/max values on search numeric facets feat: allow using serving configs as an alias of placements feat: allow enabling recommendation filtering on custom attributes feat: return output BigQuery table on product / event export response feat: allow skiping default branch protection when doing product full import docs: keep the API doc up-to-date with recent changes
  PiperOrigin-RevId: 464664497
  Source-Link: googleapis/googleapis@c30c9cc

chore(compute): add py_test target for compute (googleapis#728)

  Source-Link: googleapis/googleapis@d7f7568

fix(datacatalog): fix datacatalog resource name config
  PiperOrigin-RevId: 464572702
  Source-Link: googleapis/googleapis@9f82a84

chore(bigquery/connection): deprecate the AwsCrossAccountRole property
  feat: add Azure Properties to Connection

  Azure properties are used by BigQuery Omni in Azure regions.

  PiperOrigin-RevId: 464570667
  Source-Link: googleapis/googleapis@75905af

chore: regenerate API index

  Source-Link: googleapis/googleapis@0b60828

feat(retail): support case insensitive match on search facets feat: allow to return min/max values on search numeric facets feat: allow to use serving configs as an alias of placements docs: keep the API doc up-to-date with recent changes
  PiperOrigin-RevId: 464560246
  Source-Link: googleapis/googleapis@139f56e
rajatbhatta pushed a commit to rajatbhatta/java-spanner that referenced this pull request Nov 17, 2022
The Statement#executeBatch() method did not respect the statement
timeout that had been set on a statement. This meant that a batch like
the following would always use the default timeout that is set in the
Gapic generated client, and ignore the timeout set in
Statement#setTimeout(int):

statement.setTimeout(120);
statement.addBatch("insert into foo (id) values (1)");
statement.executeBatch(); // This ignored the statement timeout

Fixes googleapis#870
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. cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants