[GitHub] flink pull request #5690: [FLINK-8935][tests] Extend MiniClusterClient

2018-03-20 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/flink/pull/5690


---


[GitHub] flink pull request #5690: [FLINK-8935][tests] Extend MiniClusterClient

2018-03-13 Thread zentol
GitHub user zentol opened a pull request:

https://github.com/apache/flink/pull/5690

[FLINK-8935][tests] Extend MiniClusterClient

## What is the purpose of the change

With this PR the `MiniClusterClient` implements `listJobs()`, 
`getAccumulators()`, `triggerSavepoint()` and `stop()`. 

## Verifying this change

This change is a trivial rework / code cleanup without any test coverage.


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/zentol/flink 8935

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/flink/pull/5690.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 #5690


commit 4382ae8aa781ec7bc469fb6ceed551434478b342
Author: zentol 
Date:   2018-03-07T10:05:12Z

[FLINK-8935][tests] Implement MiniClusterClient#listJobs

commit f15bc13d2b749d300dfb3762ab8faf36e963aa4f
Author: zentol 
Date:   2018-03-07T10:05:42Z

[FLINK-8935][tests] Implement MiniClusterClient#getAccumulators

commit 5ae94c92906784620fc4fd7e6dbcc4c5ff62683d
Author: zentol 
Date:   2018-03-06T12:26:59Z

[FLINK-8935][tests] Implement MiniClusterClient#triggerSavepoint

commit a263e3f39899c3d6b0cfbf623609007ba03f0f0b
Author: zentol 
Date:   2018-03-07T12:02:27Z

[FLINK-8935][tests] Implement MiniClusterClient#stop




---