You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Kenneth Knowles (Jira)" <ji...@apache.org> on 2021/03/23 18:15:00 UTC

[jira] [Commented] (BEAM-12036) TestStream.testLateDataAccumulating gives wrong answer on SamzaRunner

    [ https://issues.apache.org/jira/browse/BEAM-12036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17307296#comment-17307296 ] 

Kenneth Knowles commented on BEAM-12036:
----------------------------------------

FYI [~xinyu] I noticed some of the TestStream tests were not annotated and turned them on.

> TestStream.testLateDataAccumulating gives wrong answer on SamzaRunner
> ---------------------------------------------------------------------
>
>                 Key: BEAM-12036
>                 URL: https://issues.apache.org/jira/browse/BEAM-12036
>             Project: Beam
>          Issue Type: Improvement
>          Components: runner-samza
>            Reporter: Kenneth Knowles
>            Priority: P2
>
> https://ci-beam.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Samza_PR/105/testReport/junit/org.apache.beam.sdk.testing/TestStreamTest/testLateDataAccumulating/
> {code}
> java.lang.AssertionError: Combine.globally(Count)/Values/Values/Map/ParMultiDo(Anonymous).output: 
> Expected: (a value equal to or greater than <3L> and a value less than or equal to <5L>)
>      but: a value equal to or greater than <3L> <2L> was less than <3L>
> 	at org.apache.beam.sdk.testing.PAssert$PAssertionSite.capture(PAssert.java:174)
> 	at org.apache.beam.sdk.testing.PAssert.that(PAssert.java:416)
> 	at org.apache.beam.sdk.testing.PAssert.that(PAssert.java:408)
> 	at org.apache.beam.sdk.testing.TestStreamTest.testLateDataAccumulating(TestStreamTest.java:131)
> {code}



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