GitHub user zentol opened a pull request:

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

     [FLINK-8966][tests] Port AvroExternalJarProgramITCase to flip6 

    ## What is the purpose of the change
    
    This PR ports the `AvroExternalJarProgramITCase` to flip6.
    
    ## Brief change log
    This test required support for setting extra jar files in the used 
`TestEnvironment`:
    
    * modify `TestEnvironment#setAsContext` to pass on jarfiles/classpaths to 
the environment factory
    * upload user-jars when submitting jobs through the MiniCluster
    * allow setting extra jarfiles/classpaths on the `MiniClusterResource`
    
    Finally:
    * port `AvroExternalJarProgramITCase` to flip6


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

    $ git pull https://github.com/zentol/flink 8966

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

    https://github.com/apache/flink/pull/5766.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 #5766
    
----
commit b53d50e79296666c964ecc0c4bbd876f1d099503
Author: zentol <chesnay@...>
Date:   2018-03-26T10:58:43Z

    [hotfix][tests] Properly pass jarfiles/classpaths to EnvironmentFactory

commit 5c470c7aa992adcfb4dd8bbd9c6629e96e4401b9
Author: zentol <chesnay@...>
Date:   2018-03-14T11:49:11Z

    [FLINK-8966][tests] Upload user-jars in MiniCluster

commit 6558b4a330d87d0b55ac2045af3cc00760a34fed
Author: zentol <chesnay@...>
Date:   2018-03-21T13:52:04Z

    [FLINK-8966][tests] Allow setting up environment with jarfiles/classpaths

commit 62c1855ebd7eb2f70ea165b2882f966f01da5c8b
Author: zentol <chesnay@...>
Date:   2018-03-20T12:51:50Z

    [FLINK-8966][tests] Port AvroExternalJarProgramITCase to flip6

----


---

Reply via email to