You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Eugene Kirpichov (JIRA)" <ji...@apache.org> on 2016/11/02 18:23:59 UTC

[jira] [Commented] (BEAM-787) org.apache.beam.runners.direct.SplittableDoFnTest.testPairWithIndexBasic flaking

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

Eugene Kirpichov commented on BEAM-787:
---------------------------------------

Will be fixed by https://github.com/apache/incubator-beam/pull/1261, though I want to separately add tests that would have made the failure deterministic rather than flaky.

> org.apache.beam.runners.direct.SplittableDoFnTest.testPairWithIndexBasic flaking
> --------------------------------------------------------------------------------
>
>                 Key: BEAM-787
>                 URL: https://issues.apache.org/jira/browse/BEAM-787
>             Project: Beam
>          Issue Type: Bug
>          Components: testing
>    Affects Versions: Not applicable
>            Reporter: Daniel Halperin
>            Assignee: Eugene Kirpichov
>            Priority: Critical
>
> CC [~tgroh]
> {code}
> Expected: iterable over [<KV{a, 0}>, <KV{bb, 0}>, <KV{bb, 1}>, <KV{ccccc, 0}>, <KV{ccccc, 1}>, <KV{ccccc, 2}>, <KV{ccccc, 3}>, <KV{ccccc, 4}>] in any order
>      but: No item matches: <KV{ccccc, 4}> in [<KV{ccccc, 2}>, <KV{ccccc, 3}>, <KV{ccccc, 1}>, <KV{bb, 1}>, <KV{a, 0}>, <KV{bb, 0}>, <KV{ccccc, 0}>]
> {code}



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