[
https://issues.apache.org/jira/browse/FLINK-2671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15839918#comment-15839918
]
Stephan Ewen commented on FLINK-2671:
-------------------------------------
[~Andrew Efimov] I have not seen this one fail in a while, to be honest. The
logic looks fine.
Curious coincidence, I just looked at it today in order to speed it up a bit.
The commit is here (my repository)
https://github.com/StephanEwen/incubator-flink/commit/0dd7ae693f30585283d334a1d65b3d8222b7ca5c
If you want, some of the other tests could be adjusted in a similar way to save
some time (some may actually even be redundant by now):
{code}
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 40.193 sec - in
org.apache.flink.test.checkpointing.StreamCheckpointingITCasee
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 119.063 sec -
in org.apache.flink.test.checkpointing.UdfStreamOperatorCheckpointingITCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 47.525 sec - in
org.apache.flink.test.checkpointing.PartitionedStateCheckpointingITCase
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 40.355 sec - in
org.apache.flink.test.checkpointing.EventTimeAllWindowCheckpointingITCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 51.615 sec - in
org.apache.flink.test.checkpointing.StateCheckpointedITCase
{code}
> Instable Test StreamCheckpointNotifierITCase
> --------------------------------------------
>
> Key: FLINK-2671
> URL: https://issues.apache.org/jira/browse/FLINK-2671
> Project: Flink
> Issue Type: Bug
> Components: Tests
> Affects Versions: 0.10.0
> Reporter: Matthias J. Sax
> Assignee: Stephan Ewen
> Priority: Critical
> Labels: test-stability
> Fix For: 1.0.0
>
>
> {noformat}
> Failed tests:
>
> StreamCheckpointNotifierITCase>StreamFaultToleranceTestBase.runCheckpointedProgram:105->postSubmit:115
> No checkpoint notification was received.{noformat}
> https://travis-ci.org/apache/flink/jobs/80344489
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)