[ https://issues.apache.org/jira/browse/FLINK-8966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16413790#comment-16413790 ]
ASF GitHub Bot commented on FLINK-8966: --------------------------------------- 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 ---- > Port AvroExternalJarProgramITCase to flip6 > ------------------------------------------ > > Key: FLINK-8966 > URL: https://issues.apache.org/jira/browse/FLINK-8966 > Project: Flink > Issue Type: Improvement > Components: Tests > Affects Versions: 1.5.0 > Reporter: Chesnay Schepler > Assignee: Chesnay Schepler > Priority: Blocker > Fix For: 1.5.0 > > -- This message was sent by Atlassian JIRA (v7.6.3#76005)