[
https://issues.apache.org/jira/browse/FLINK-2464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Márton Balassi reopened FLINK-2464:
-----------------------------------
Thanks for the fix, [~StephanEwen]. Unfortunately I still see tests of the
`flink-streaming-core` module fail due to a killed JVM post your commit. [1]
I can also suspect that this is coming from either the `BarrierBufferTest` or
the `BufferSpillerTest`, becuase after disabling them `flink-streaming-core`
did not once fail on java 6 in 20 builds triggered on travis. [2] (Builds that
still failed were due to the failures of the `StreamCheckpointingITCase` or the
`PartitionedStateCheckpointingITCase` in `flink-tests`.)
[1] https://travis-ci.org/mbalassi/flink/jobs/74391653
[2] See build #1 through #10 here
https://travis-ci.org/mbalassi-travis-0/flink/builds
> BufferSpillerTest sometimes fails
> ---------------------------------
>
> Key: FLINK-2464
> URL: https://issues.apache.org/jira/browse/FLINK-2464
> Project: Flink
> Issue Type: Bug
> Components: Streaming
> Reporter: Gyula Fora
> Assignee: Stephan Ewen
> Priority: Minor
> Fix For: 0.10
>
>
> The BufferSpillerTest failed with the following error:
> org.apache.flink.streaming.runtime.io.BufferSpillerTest
> testSpillWhileReading(org.apache.flink.streaming.runtime.io.BufferSpillerTest)
> Time elapsed: 3.28 sec <<< FAILURE!
> java.lang.AssertionError: wrong buffer contents expected:<0> but was:<58>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotEquals(Assert.java:743)
> at org.junit.Assert.assertEquals(Assert.java:118)
> at org.junit.Assert.assertEquals(Assert.java:555)
> at
> org.apache.flink.streaming.runtime.io.BufferSpillerTest.validateBuffer(BufferSpillerTest.java:290)
> at
> org.apache.flink.streaming.runtime.io.BufferSpillerTest.access$200(BufferSpillerTest.java:42)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)