[jira] [Commented] (FLINK-2671) Instable Test StreamCheckpointNotifierITCase

2017-01-26 Thread Andrew Efimov (JIRA)

[ 
https://issues.apache.org/jira/browse/FLINK-2671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15839993#comment-15839993
 ] 

Andrew Efimov commented on FLINK-2671:
--

[~StephanEwen] Ok. I am looking at the listed tests.
You can merge your commit as part of the issue and close it. And I can create 
fresh task to refactor listed tests and maybe we need label like test-speedup. 
Not so important, up to you.

> 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, 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)


[jira] [Commented] (FLINK-2671) Instable Test StreamCheckpointNotifierITCase

2017-01-26 Thread Stephan Ewen (JIRA)

[ 
https://issues.apache.org/jira/browse/FLINK-2671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=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)


[jira] [Commented] (FLINK-2671) Instable Test StreamCheckpointNotifierITCase

2017-01-26 Thread Andrew Efimov (JIRA)

[ 
https://issues.apache.org/jira/browse/FLINK-2671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15839859#comment-15839859
 ] 

Andrew Efimov commented on FLINK-2671:
--

Hi team, [~StephanEwen]
Do we still have issue with this test? Is there any sense to look at that?

> 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)


[jira] [Commented] (FLINK-2671) Instable Test StreamCheckpointNotifierITCase

2016-03-10 Thread Stephan Ewen (JIRA)

[ 
https://issues.apache.org/jira/browse/FLINK-2671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15189279#comment-15189279
 ] 

Stephan Ewen commented on FLINK-2671:
-

Also looking into it right now. Curious what change caused that behavior...

> 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)


[jira] [Commented] (FLINK-2671) Instable Test StreamCheckpointNotifierITCase

2016-01-15 Thread Stephan Ewen (JIRA)

[ 
https://issues.apache.org/jira/browse/FLINK-2671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15101951#comment-15101951
 ] 

Stephan Ewen commented on FLINK-2671:
-

The test is inherently unstable. Fixing this.

> 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
>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)


[jira] [Commented] (FLINK-2671) Instable Test StreamCheckpointNotifierITCase

2015-11-11 Thread Matthias J. Sax (JIRA)

[ 
https://issues.apache.org/jira/browse/FLINK-2671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15000435#comment-15000435
 ] 

Matthias J. Sax commented on FLINK-2671:


Occurred again: https://travis-ci.org/apache/flink/jobs/90228003

> 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
>Reporter: Matthias J. Sax
>Priority: Critical
>  Labels: test-stability
> Fix For: 0.10
>
>
> {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)


[jira] [Commented] (FLINK-2671) Instable Test StreamCheckpointNotifierITCase

2015-09-18 Thread Till Rohrmann (JIRA)

[ 
https://issues.apache.org/jira/browse/FLINK-2671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14875740#comment-14875740
 ] 

Till Rohrmann commented on FLINK-2671:
--

The maven log does not really help to find out the cause of the problem.

> Instable Test StreamCheckpointNotifierITCase
> 
>
> Key: FLINK-2671
> URL: https://issues.apache.org/jira/browse/FLINK-2671
> Project: Flink
>  Issue Type: Bug
>  Components: Tests
>Reporter: Matthias J. Sax
>Priority: Critical
>  Labels: test-stability
>
> {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)