[GitHub] flink pull request #5715: [FLINK-8956][tests] Port RescalingITCase to flip6

2018-03-23 Thread zentol
Github user zentol closed the pull request at: https://github.com/apache/flink/pull/5715 ---

[GitHub] flink pull request #5715: [FLINK-8956][tests] Port RescalingITCase to flip6

2018-03-23 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5715#discussion_r176663967 --- Diff: flink-tests/src/test/java/org/apache/flink/test/checkpointing/RescalingITCase.java --- @@ -528,54 +454,44 @@ public void testSavepointRescalingPar

[GitHub] flink pull request #5715: [FLINK-8956][tests] Port RescalingITCase to flip6

2018-03-22 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/5715#discussion_r176475682 --- Diff: flink-tests/src/test/java/org/apache/flink/test/checkpointing/RescalingITCase.java --- @@ -528,54 +454,44 @@ public void testSavepointRescal

[GitHub] flink pull request #5715: [FLINK-8956][tests] Port RescalingITCase to flip6

2018-03-19 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/5715 [FLINK-8956][tests] Port RescalingITCase to flip6 Based on #5690. ## What is the purpose of the change Ports the `RescalingITCase` to use `MiniClusterResource`. ## Verifyin