Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Conversation

@parthea
Copy link
Contributor

@parthea parthea commented Aug 11, 2022

BEGIN_COMMIT_OVERRIDE
fix(deps): allow protobuf < 5.0.0
fix(deps): require proto-plus >= 1.22.0
END_COMMIT_OVERRIDE

@parthea parthea requested a review from a team as a code owner August 11, 2022 16:29
@product-auto-label product-auto-label bot added size: xs Pull request size is extra small. api: videointelligence Issues related to the googleapis/python-videointelligence API. labels Aug 11, 2022
@unforced unforced added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 11, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 11, 2022
@unforced
Copy link

=================================== FAILURES ===================================
___________________ test_streaming_automl_action_recognition ___________________

capsys = <_pytest.capture.CaptureFixture object at 0x7f7b5b79e790>
video_path = '/tmp/pytest-of-kbuilder/pytest-0/video0/file.mp4'

    @pytest.mark.flaky(max_runs=3, min_passes=1)
    def test_streaming_automl_action_recognition(capsys, video_path):
        project_id = os.environ["GOOGLE_CLOUD_PROJECT"]
        model_id = "6597443600609443840"
        beta_snippets.streaming_automl_action_recognition(video_path, project_id, model_id)
        out, _ = capsys.readouterr()
>       assert "segment" in out
E       AssertionError: assert 'segment' in 'com.google.cloud.ai.platform.common.errors.AiPlatformException: code=NOT_FOUND, message=The Model does not exist., cause=null\n'

beta_snippets_test.py:172: AssertionError

@parthea parthea added the automerge Merge the pull request once unit tests and other checks pass. label Aug 11, 2022
@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, one of your required reviews was not approved, or there is a do not merge label. 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 Aug 12, 2022
@parthea parthea merged commit 292b7db into main Aug 12, 2022
@parthea parthea deleted the allow-protobuf-4 branch August 12, 2022 18:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: videointelligence Issues related to the googleapis/python-videointelligence API. size: xs Pull request size is extra small.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants