[
https://issues.apache.org/jira/browse/BEAM-157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Anonymous updated BEAM-157:
---------------------------
Status: Triage Needed (was: Resolved)
> 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: Dan Halperin
> Assignee: Kenneth Knowles
> Priority: P1
> Labels: Done
> Fix For: 0.1.0-incubating
>
>
> 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
(v8.20.10#820010)