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

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

Brian Hulette created BEAM-10058:
------------------------------------

             Summary: 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


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)