[ https://issues.apache.org/jira/browse/BEAM-10058?focusedWorklogId=436484&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-436484 ]
ASF GitHub Bot logged work on BEAM-10058: ----------------------------------------- Author: ASF GitHub Bot Created on: 22/May/20 11:38 Start Date: 22/May/20 11:38 Worklog Time Spent: 10m Work Description: kamilwu commented on pull request #11795: URL: https://github.com/apache/beam/pull/11795#issuecomment-632647909 R: @TheNeuralBit ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 436484) Time Spent: 40m (was: 0.5h) > 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 > Time Spent: 40m > 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)