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

[GitHub] flink pull request #6197: [FLINK-9638][E2E Tests] Add helper script to run s...

GitHub user florianschmidt1994 opened a pull request:

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

    [FLINK-9638][E2E Tests] Add helper script to run single test

    ## What is the purpose of the change
    Usage: ./run-single-test.sh <path-to-test-script> [<arg1> <arg2> ...]
    This PR adds a helper script `run-single-test.sh` that allows you to run
    a single test in the context of the text runner.
    
    This provides you with
    * Setup of ENV variables
    * cleanup after test
    * Nicer output
    
    Usage: ./run-single-test.sh <path-to-test-script> [<arg1> <arg2> ...]
    ## Verifying this change
    
    Ran it by hand with different test scripts
    
    ## Does this pull request potentially affect one of the following parts:
    
      - Dependencies (does it add or upgrade a dependency):no
      - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: no
      - The serializers: no
      - The runtime per-record code paths (performance sensitive): no
      - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Yarn/Mesos, ZooKeeper: no
      - The S3 file system connector: no
    
    ## Documentation
    
      - Does this pull request introduce a new feature? yes
      - If yes, how is the feature documented? no yet, will add this to documentation PR that is currently open as well


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

    $ git pull https://github.com/florianschmidt1994/flink FLINK-9638-add-helper-script-for-single-e2e-test

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

    https://github.com/apache/flink/pull/6197.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 #6197
    
----
commit f1e35a094b2e709557efec2c113711497dd45323
Author: Florian Schmidt <fl...@...>
Date:   2018-06-21T13:42:08Z

    [FLINK-9638][E2E Tests] Add helper script to run single test
    
    This commit adds a helper script `run-single-test.sh` that allows you to run
    a single test in the context of the text runner.
    
    This provides you with
    * Setup of ENV variables
    * cleanup after test
    * Nicer output
    
    Usage: ./run-single-test.sh <path-to-test-script> [<arg1> <arg2> ...]

----


---

[GitHub] flink pull request #6197: [FLINK-9638][E2E Tests] Add helper script to run s...

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

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


---

[GitHub] flink issue #6197: [FLINK-9638][E2E Tests] Add helper script to run single t...

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

    https://github.com/apache/flink/pull/6197
  
    Tried this locally, and it works.
    +1, will merge this ..


---