GitHub user uce opened a pull request: https://github.com/apache/flink/pull/1611
Increase test timeouts - Increases Akka ask timeout in test clusters. Because there is no clear hierarchy with these, I added a `setDefaultCiConfig(Configuration` method to `FlinkMiniCluster`, which is called in the `generateConfiguration(Configuration)` of all sub types. - Increases the ZooKeeper connection timeouts - Logs failures in the retry rule on warn level instead of debug - Fixes a test instability in `JobManagerCheckpointRecoveryITCase` Running 10 builds with these changes, there were still some failures (mostly process test failures). Another new issue seems to be that we are started hitting the 2 h build limit occasionally. We will still have to monitor the build stability. You can merge this pull request into a Git repository by running: $ git pull https://github.com/uce/flink test-stability Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/1611.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1611 ---- commit 5c062101d487f0950ae1b22eb4166bb2564d67e2 Author: Ufuk Celebi <u...@apache.org> Date: 2016-02-08T13:24:43Z [runtime, streaming-connectors, tests] Increase default test Akka ask and ZooKeeper timeouts commit 73b6af7f5565576d440372f6650d467eae008b99 Author: Ufuk Celebi <u...@apache.org> Date: 2016-02-09T10:01:39Z [runtime, tests] Ignore ZooKeeper logs in process tests commit 0854ff7decf3069f13489fcc8b6f88aec5fc5d94 Author: Ufuk Celebi <u...@apache.org> Date: 2016-02-09T10:25:37Z [core] Log retry rule failures on warn level commit 1dc2b61ac93d29da47dbc98025493a052b1627fd Author: Ufuk Celebi <u...@apache.org> Date: 2016-02-09T11:45:41Z [tests] Reset state to allow retry on failure ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---