You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Kamil Wasilewski (Jira)" <ji...@apache.org> on 2020/05/26 11:43:00 UTC

[jira] [Resolved] (BEAM-10058) VideoIntelligenceMlTestIT.test_label_detection_with_video_context is flaky

     [ https://issues.apache.org/jira/browse/BEAM-10058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kamil Wasilewski resolved BEAM-10058.
-------------------------------------
    Fix Version/s: 2.23.0
       Resolution: Fixed

> VideoIntelligenceMlTestIT.test_label_detection_with_video_context is flaky
> --------------------------------------------------------------------------
>
>                 Key: BEAM-10058
>                 URL: https://issues.apache.org/jira/browse/BEAM-10058
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-py-core, test-failures
>            Reporter: Brian Hulette
>            Assignee: Kamil Wasilewski
>            Priority: P2
>             Fix For: 2.23.0
>
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> Example failure: https://builds.apache.org/job/beam_PostCommit_Python37/2371/
> {code}
> Dataflow pipeline failed. State: FAILED, Error:
> Traceback (most recent call last):
>   File "apache_beam/runners/common.py", line 961, in apache_beam.runners.common.DoFnRunner.process
>   File "apache_beam/runners/common.py", line 554, in apache_beam.runners.common.SimpleInvoker.invoke_process
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python37/src/sdks/python/apache_beam/transforms/core.py", line 1511, in <lambda>
>     wrapper = lambda x: [fn(x)]
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python37/src/sdks/python/apache_beam/testing/util.py", line 218, in _matches
>     hamcrest_assert(actual, contains_inanyorder(*expected_list))
>   File "/usr/local/lib/python3.7/site-packages/hamcrest/core/assert_that.py", line 44, in assert_that
>     _assert_match(actual=arg1, matcher=arg2, reason=arg3)
>   File "/usr/local/lib/python3.7/site-packages/hamcrest/core/assert_that.py", line 60, in _assert_match
>     raise AssertionError(description)
> AssertionError: 
> Expected: a sequence over [(a sequence containing 'bicycle' and a sequence containing 'dinosaur')] in any order
>      but: not matched: <['land vehicle', 'animal']>
> {code}
> At least the error is amusing :)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)