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/04/27 07:59:00 UTC

[jira] [Commented] (FLINK-9073) Resume from savepoint end-to-end tests should be extended for different state backends

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

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

GitHub user tzulitai opened a pull request:

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

    [FLINK-9073] [tests] Extend savepoint e2e tests for different state backends

    ## What is the purpose of the change
    
    This PR is based on the new general purpose DataStream job added in #5925.
    Only the last commit is relevant.
    
    This extends the savepoint end-to-end tests to use different state backends, as provided by the general purpose DataStream job.
    
    ## Brief change log
    
    - In `test_resume_savepoint.sh`, use state backend configuration parameters when submitting the general purpose DataStream job.
    
    ## Verifying this change
    
    This PR is a modification to an existing end-to-end test.
    It can be verified by that test.
    
    ## Documentation
    
      - Does this pull request introduce a new feature? (yes / **no**)
      - If yes, how is the feature documented? (**not applicable** / docs / JavaDocs / not documented)


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

    $ git pull https://github.com/tzulitai/flink FLINK-9073

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

    https://github.com/apache/flink/pull/5926.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 #5926
    
----
commit a936aaa65b6583cabc8c4ae7269a4a55ac48dd84
Author: Stefan Richter <s....@...>
Date:   2018-03-15T19:20:45Z

    [FLINK-8992] [e2e-tests] Initial general purpose DataStream job

commit c7127a9b746c1c51b384fea5050f5a041df30954
Author: Tzu-Li (Gordon) Tai <tz...@...>
Date:   2018-04-25T09:05:24Z

    [FLINK-8992] [e2e-tests] Integrate general DataStream test job with project structure
    
    This also includes minor cleanup of WIP code in the test job.

commit 253039b49d16f4971f237e6f808080bd7a3599a2
Author: Tzu-Li (Gordon) Tai <tz...@...>
Date:   2018-04-26T09:22:59Z

    [FLINK-8992] [e2e-tests] Add Javadocs for DataStreamAllroundTestProgram

commit fa82e2c56025a28cc7238b67b9595aa58690bd09
Author: Tzu-Li (Gordon) Tai <tz...@...>
Date:   2018-04-27T06:44:44Z

    [FLINK-8992] [e2e-tests] Ensure exactly-once in general purpose DataStream job

commit e71c5374f56a514332dc9a0a5716eddbfb8c6b62
Author: Tzu-Li (Gordon) Tai <tz...@...>
Date:   2018-04-27T07:01:13Z

    [FLINK-8992] [e2e-tests] Configurable source throttling for general purpose DataStream job

commit 1d4c7bdfbaff45032e3d9c9a1f7da5448ad41951
Author: Tzu-Li (Gordon) Tai <tz...@...>
Date:   2018-04-27T06:46:09Z

    [FLINK-8992] [e2e-tests] Let savepoint e2e test use general pupose DataStream job

commit d7163520fb62440673c078f23a1cc1eae7ae0ec2
Author: Tzu-Li (Gordon) Tai <tz...@...>
Date:   2018-04-27T07:52:55Z

    [FLINK-9093] [e2e-tests] Extend savepoint e2e tests for different state backends

----


> Resume from savepoint end-to-end tests should be extended for different state backends
> --------------------------------------------------------------------------------------
>
>                 Key: FLINK-9073
>                 URL: https://issues.apache.org/jira/browse/FLINK-9073
>             Project: Flink
>          Issue Type: Sub-task
>            Reporter: Tzu-Li (Gordon) Tai
>            Assignee: Tzu-Li (Gordon) Tai
>            Priority: Critical
>             Fix For: 1.5.0
>
>
> The resuming from savepoint end-to-end test script, {{test_resume_savepoint}} should be extended for the different state backends.



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