Skip to content

chore(deps): update dependency com.google.api.grpc:proto-google-cloud-video-intelligence-v1p3beta1 to v0.87.1 #3914

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

renovate-bot
Copy link
Contributor

This PR contains the following updates:

Package Update Change
com.google.api.grpc:proto-google-cloud-video-intelligence-v1p3beta1 patch 0.87.0 -> 0.87.1

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Never, 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 a review from a team October 9, 2020 00:00
@forking-renovate forking-renovate bot added the automerge Merge the pull request once unit tests and other checks pass. label Oct 9, 2020
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 9, 2020
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Oct 9, 2020
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 9, 2020
@gcf-merge-on-green
Copy link
Contributor

Your PR has attempted to merge for 3 hours. Please check that all required checks have passed, you have an automerge label, and that all your reviewers have approved the PR

@gcf-merge-on-green
Copy link
Contributor

Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, or one of your required reviews was not approved. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot.

@product-auto-label product-auto-label bot added the samples Issues that are directly related to samples. label Oct 9, 2020
@gcf-merge-on-green
Copy link
Contributor

Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, or one of your required reviews was not approved. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot.

@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Oct 9, 2020
@lesv
Copy link
Contributor

lesv commented Oct 9, 2020

Java 11

video/beta always seems to fail.

------------------------------------------------------------
- testing video/beta
------------------------------------------------------------
[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 25.548 s <<< FAILURE! - in com.example.video.DetectFacesIT
[ERROR] com.example.video.DetectFacesIT.testDetectFaces  Time elapsed: 25.539 s  <<< FAILURE!
com.google.common.truth.AssertionErrorWithFacts:
expected to contain:
    Attribute
but was:
    Waiting for operation to complete...
    Face detected:
    Face detected:
    Face detected:
    Face detected:
    Face detected:
    Face detected:
    Face detected:
    Face detected:
    Face detected:
    Face detected:
    Face detected:
    Face detected:

	at video.google.cloud.samples.beta@1.0.21/com.example.video.DetectFacesIT.testDetectFaces(DetectFacesIT.java:49)

[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 14.516 s <<< FAILURE! - in com.example.video.DetectFacesGcsIT
[ERROR] com.example.video.DetectFacesGcsIT.testDetectFacesGcs  Time elapsed: 14.513 s  <<< FAILURE!
com.google.common.truth.AssertionErrorWithFacts:
expected to contain:
    Attribute
but was:
    Waiting for operation to complete...
    Face detected:
    Face detected:
    Face detected:
    Face detected:
    Face detected:
    Face detected:
    Face detected:
    Face detected:
    Face detected:
    Face detected:
    Face detected:
    Face detected:

	at video.google.cloud.samples.beta@1.0.21/com.example.video.DetectFacesGcsIT.testDetectFacesGcs(DetectFacesGcsIT.java:48)

[ERROR] Failures:
[ERROR]   DetectFacesGcsIT.testDetectFacesGcs:48 expected to contain:
    Attribute
but was:
    Waiting for operation to complete...
    Face detected:
    Face detected:
    Face detected:
    Face detected:
    Face detected:
    Face detected:
    Face detected:
    Face detected:
    Face detected:
    Face detected:
    Face detected:
    Face detected:

[ERROR]   DetectFacesIT.testDetectFaces:49 expected to contain:
    Attribute
but was:
    Waiting for operation to complete...
    Face detected:
    Face detected:
    Face detected:
    Face detected:
    Face detected:
    Face detected:
    Face detected:
    Face detected:
    Face detected:
    Face detected:
    Face detected:
    Face detected:

[ERROR] Tests run: 15, Failures: 2, Errors: 0, Skipped: 0

@lesv lesv assigned noerog and unassigned averikitsch Oct 9, 2020
@lesv lesv added api: videointelligence Issues related to the Video Intelligence API API. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels Oct 9, 2020
@lesv lesv assigned munkhuushmgl and unassigned noerog Oct 9, 2020
@lesv lesv added priority: p2 Moderately-important priority. Fix may not be included in next release. kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Oct 9, 2020
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 13, 2020
@lesv lesv merged commit 02de394 into GoogleCloudPlatform:master Oct 13, 2020
@renovate-bot renovate-bot deleted the renovate/com.google.api.grpc-proto-google-cloud-video-intelligence-v1p3beta1-0.x branch October 13, 2020 23:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: videointelligence Issues related to the Video Intelligence API API. cla: yes This human has signed the Contributor License Agreement. priority: p2 Moderately-important priority. Fix may not be included in next release. samples Issues that are directly related to samples. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants