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/17 20:47:00 UTC

[jira] [Commented] (FLINK-8985) End-to-end test: CLI

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

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

GitHub user walterddr opened a pull request:

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

    [FLINK-8985][e2etest] initial support for End-to-end CLI test, excluding YARN test

    ## What is the purpose of the change
    
    Adding end to end test for CLI APIs.
    
    ## Brief change log
    
    Added test_cli_api.sh script to test combinations of CLI commands listed in the doc section of Flink. Including:
      - Start up command sets (run)
      - Operational command sets (list/info/cancel)
      - Savepoint command sets (savepoint)
    
    ## Verifying this change
    
    This is a test
    
    ## Does this pull request potentially affect one of the following parts:
    
    No
    
    ## Documentation
    
    No

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

    $ git pull https://github.com/walterddr/flink FLINK-8985

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

    https://github.com/apache/flink/pull/5863.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 #5863
    
----
commit 5f36ee5d4dcbb60a29a413fd29cfaaa69f7e8a47
Author: Rong Rong <ro...@...>
Date:   2018-04-17T20:45:23Z

    initial commit to support CLI test, excluding YARN test

----


> End-to-end test: CLI
> --------------------
>
>                 Key: FLINK-8985
>                 URL: https://issues.apache.org/jira/browse/FLINK-8985
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Client, Tests
>    Affects Versions: 1.5.0
>            Reporter: Till Rohrmann
>            Assignee: Rong Rong
>            Priority: Major
>
> We should an end-to-end test which verifies that all client commands are working correctly.



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