You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by zentol <gi...@git.apache.org> on 2018/03/13 12:21:15 UTC

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

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 <ch...@...>
Date:   2018-03-07T10:05:12Z

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

commit f15bc13d2b749d300dfb3762ab8faf36e963aa4f
Author: zentol <ch...@...>
Date:   2018-03-07T10:05:42Z

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

commit 5ae94c92906784620fc4fd7e6dbcc4c5ff62683d
Author: zentol <ch...@...>
Date:   2018-03-06T12:26:59Z

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

commit a263e3f39899c3d6b0cfbf623609007ba03f0f0b
Author: zentol <ch...@...>
Date:   2018-03-07T12:02:27Z

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

----


---

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

Posted by zentol <gi...@git.apache.org>.
Github user zentol commented on the issue:

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


---

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

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---