[
https://issues.apache.org/jira/browse/FLINK-2474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14653271#comment-14653271
]
Márton Balassi commented on FLINK-2474:
---------------------------------------
These tests share the basic setup and both of the reported failures are based
on missing messages. I could not reproduce the failures locally.
Hopefully it is a test issue, but it is still bothersome as it is testing the
streaming fault tolerance after all.
> Occasional failures in PartitionedStateCheckpointingITCase
> ----------------------------------------------------------
>
> Key: FLINK-2474
> URL: https://issues.apache.org/jira/browse/FLINK-2474
> Project: Flink
> Issue Type: Bug
> Components: Streaming
> Affects Versions: 0.10
> Reporter: Stephan Ewen
>
> The error message
> {code}
> Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 47.301 sec
> <<< FAILURE! - in
> org.apache.flink.test.checkpointing.PartitionedStateCheckpointingITCase
> runCheckpointedProgram(org.apache.flink.test.checkpointing.PartitionedStateCheckpointingITCase)
> Time elapsed: 42.495 sec <<< FAILURE!
> java.lang.AssertionError: expected:<866789000000> but was:<3467156>
> 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:144)
> at
> org.apache.flink.test.checkpointing.PartitionedStateCheckpointingITCase.runCheckpointedProgram(PartitionedStateCheckpointingITCase.java:117)
> {code}
> The detailed CI logs
> https://s3.amazonaws.com/archive.travis-ci.org/jobs/73928480/log.txt
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)