You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/02/27 13:06:00 UTC

[jira] [Commented] (FLINK-8797) Port AbstractOperatorRestoreTestBase to MiniClusterResource

    [ https://issues.apache.org/jira/browse/FLINK-8797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16378544#comment-16378544 ] 

ASF GitHub Bot commented on FLINK-8797:
---------------------------------------

GitHub user aljoscha opened a pull request:

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

    [FLINK-8797] Port AbstractOperatorRestoreTestBase to MiniClusterResource

    Updated version of #5579 
    
    @tillrohrmann I addressed your comments. Unfortunately, this doesn't work for FLIP-6 as well because `cancelWithSavepoint()` is not yet implemented. cc @GJL 
    
    cc @zentol @kl0u 

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/5589.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 #5589
    
----
commit e09c226a0f546682baca1c64a0ccfc81e3fe4ed5
Author: Aljoscha Krettek <al...@...>
Date:   2018-02-26T09:12:44Z

    [FLINK-8758] Add getters to JobDetailsInfo

commit 88012906d04779d3d1a57a892d75c4338a7c9577
Author: Aljoscha Krettek <al...@...>
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 614f24f59510d928a44e0ea7db174977cfc088ac
Author: Aljoscha Krettek <al...@...>
Date:   2018-02-26T11:29:23Z

    Add proper toString() on JsonResponse in RestClient

commit ae117d22e3d32b328bb2ae195b5dfb3b3f722708
Author: Aljoscha Krettek <al...@...>
Date:   2018-02-26T10:44:57Z

    [FLINK-8757] Add MiniClusterResource.getClusterClient()

commit e3a27297ba8ae34807c86a325ec3d79dadd49a73
Author: Aljoscha Krettek <al...@...>
Date:   2018-02-26T10:52:50Z

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

commit a30c6557c41ac3fbf78a4e1971cf881deb770fb7
Author: Aljoscha Krettek <al...@...>
Date:   2018-02-26T10:53:47Z

    [FLINK-8758] Add ClusterClient.getJobStatus()

commit 544cf20c1689bbd095074027612e7b9da83cc772
Author: Aljoscha Krettek <al...@...>
Date:   2018-02-27T12:40:51Z

    [FLINK-8758] Add FutureUtils.retrySuccessfulWithDelay()
    
    This retries getting a result until it matches a given predicate or
    until we run out of retries.

commit de7f8d930da52ff18f3edaf9a550970bd1cff66c
Author: Aljoscha Krettek <al...@...>
Date:   2018-02-27T12:42:09Z

    [FLINK-8797] Port AbstractOperatorRestoreTestBase to MiniClusterResource

----


> Port AbstractOperatorRestoreTestBase to MiniClusterResource
> -----------------------------------------------------------
>
>                 Key: FLINK-8797
>                 URL: https://issues.apache.org/jira/browse/FLINK-8797
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Tests
>            Reporter: Aljoscha Krettek
>            Assignee: Aljoscha Krettek
>            Priority: Blocker
>             Fix For: 1.5.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)