[
https://issues.apache.org/jira/browse/BEAM-7320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17339945#comment-17339945
]
Brian Hulette commented on BEAM-7320:
-------------------------------------
Yes this is just flaky, saw it fail on DirectRunner again:
https://ci-beam.apache.org/job/beam_PreCommit_Java_Cron/3997/testReport/junit/org.apache.beam.sdk.io/TextIOWriteTest/testWriteViaSink/
It looks like this test is running two separate pipelines that write and read
the data simultaneously. It seems likely the flake is just a race between these
two.
> TextIOWriteTest.testWriteViaSink breaks on Flink runner
> -------------------------------------------------------
>
> Key: BEAM-7320
> URL: https://issues.apache.org/jira/browse/BEAM-7320
> Project: Beam
> Issue Type: Sub-task
> Components: runner-flink
> Reporter: Ismaël Mejía
> Priority: P3
>
> {code}
> java.lang.AssertionError
> :
> Read All/TextIO.ReadFiles/Read all via FileBasedSource/Read
> ranges/ParMultiDo(ReadFileRanges).output:
> Expected: iterable with items ["a", "b", "c", "d", "e", "f"] in any order
> but: no item matches: "a", "c" in ["b", "e", "d", "f"]
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)