GitHub user aljoscha opened a pull request:

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

    [FLINK-8778] Migrate queryable state ITCases to use MiniClusterResource

    This also covers https://issues.apache.org/jira/browse/FLINK-8757 and 
https://issues.apache.org/jira/browse/FLINK-8758.
    
    R: @tillrohrmann or @GJL 
    
    CC: @zentol because of the whole test-porting business, @kl0u because it's 
QS and because of test porting
    
    For now, the tests don't succeed in FLIP-6 mode (you have to activate the 
`flip-6` Maven profile). When you start a single test in IntelliJ it succeeds, 
when you start the complete suite only the first test succeeds and the others 
stall.

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

    $ git pull https://github.com/aljoscha/flink jira-8757-port-it-cases-flip-6

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

    https://github.com/apache/flink/pull/5579.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 #5579
    
----
commit db5e474fe3cf9045f291f654a2bca025806f500c
Author: Aljoscha Krettek <aljoscha.krettek@...>
Date:   2018-02-26T09:12:44Z

    [FLINK-8758] Add getters to JobDetailsInfo

commit fc23247596432c5ed025c6532afd5a55283f780b
Author: Aljoscha Krettek <aljoscha.krettek@...>
Date:   2018-02-26T11:28:59Z

    [hotfix] Fix stoppable field in JobDetailsInfo
    
    For some reason, the server was sending JSON with a stoppable field, not
    the isStoppable field.

commit bdabaecaceb608d57cea2ac21374c86f6f1eeae5
Author: Aljoscha Krettek <aljoscha.krettek@...>
Date:   2018-02-26T10:44:57Z

    [FLINK-8757] Add MiniClusterResource.getClusterClient()

commit c739a73d80d975586b58d82d8eb7ef2ec44ef275
Author: Aljoscha Krettek <aljoscha.krettek@...>
Date:   2018-02-26T11:29:23Z

    Add proper toString() on JsonResponse in RestClient

commit 01cc7ce9d732cba7b0c51ca0dab87f1e655e09fc
Author: Aljoscha Krettek <aljoscha.krettek@...>
Date:   2018-02-26T10:52:50Z

    [FLINK-8758] Make non-blocking ClusterClient.submitJob() public

commit b4388ac50cd8ba6d3ff8fd44e5159320576f9e65
Author: Aljoscha Krettek <aljoscha.krettek@...>
Date:   2018-02-26T10:53:47Z

    [FLINK-8758] Add methods for job status/result to ClusterClient

commit 63eccd66217b7a5ec8d399e2bf22378adda8bdb2
Author: Aljoscha Krettek <aljoscha.krettek@...>
Date:   2018-02-26T10:55:14Z

    [FLINK-8778] Migrate queryable state ITCases to use MiniClusterResource

----


---

Reply via email to