[ https://issues.apache.org/jira/browse/BEAM-157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15250961#comment-15250961 ]
ASF GitHub Bot commented on BEAM-157: ------------------------------------- Github user asfgit closed the pull request at: https://github.com/apache/incubator-beam/pull/218 > 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)