You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Daniel Halperin (JIRA)" <ji...@apache.org> on 2016/03/30 08:15:25 UTC

[jira] [Commented] (BEAM-157) CombineTest.testGlobalCombineWithDefaultsAndTriggers is broken

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

Daniel Halperin commented on BEAM-157:
--------------------------------------

See also, [BEAM-85]

> CombineTest.testGlobalCombineWithDefaultsAndTriggers is broken
> --------------------------------------------------------------
>
>                 Key: BEAM-157
>                 URL: https://issues.apache.org/jira/browse/BEAM-157
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-java-core
>            Reporter: Daniel Halperin
>            Assignee: Kenneth Knowles
>            Priority: Critical
>
> The test is not run because `p.run()` is not called. When `p.run()` is added, the test fails.
> Kenn, I suspect this is because it's using triggers in batch, which obviously is not guaranteed to work.
> Please investigate!
> https://github.com/apache/incubator-beam/blob/master/sdks/java/core/src/test/java/com/google/cloud/dataflow/sdk/transforms/CombineTest.java#L373
> Failed tests: 
>   CombineTest.testGlobalCombineWithDefaultsAndTriggers:391 
> Expected: iterable over ["2: true", "1: false"] in any order
>      but: No item matches: "1: false" in ["2: true"]
> Tests run: 30, Failures: 1, Errors: 0, Skipped: 0



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)