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/20 23:28:00 UTC

[jira] [Created] (BEAM-10050) VideoIntelligenceIT.annotateVideoFromURINoContext is flaky

Brian Hulette created BEAM-10050:
------------------------------------

             Summary: VideoIntelligenceIT.annotateVideoFromURINoContext is flaky
                 Key: BEAM-10050
                 URL: https://issues.apache.org/jira/browse/BEAM-10050
             Project: Beam
          Issue Type: Bug
          Components: sdk-java-core
            Reporter: Brian Hulette
            Assignee: MichaƂ Walenia


I've seen this fail a few times in precommits [Example failure](VideoIntelligenceIT.annotateVideoFromURINoContext)

{code}
java.lang.AssertionError: Annotate video/ParDo(AnnotateVideoFromURI)/ParMultiDo(AnnotateVideoFromURI).output: expected:<true> but was:<false>
	at org.apache.beam.sdk.testing.PAssert$PAssertionSite.capture(PAssert.java:169)
	at org.apache.beam.sdk.testing.PAssert.that(PAssert.java:411)
	at org.apache.beam.sdk.testing.PAssert.that(PAssert.java:403)
	at org.apache.beam.sdk.extensions.ml.VideoIntelligenceIT.annotateVideoFromURINoContext(VideoIntelligenceIT.java:51)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
{code}



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