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/03 08:46:00 UTC

[jira] [Commented] (FLINK-8966) Port AvroExternalJarProgramITCase to flip6

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

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

Github user zentol commented on a diff in the pull request:

    https://github.com/apache/flink/pull/5766#discussion_r178751990
  
    --- Diff: flink-test-utils-parent/flink-test-utils/src/main/java/org/apache/flink/test/util/MiniClusterResource.java ---
    @@ -69,6 +73,10 @@
     
     	private int numberSlots = -1;
     
    +	private Collection<Path> jarFiles = Collections.emptyList();
    +
    +	private Collection<URL> classPaths = Collections.emptyList();
    --- End diff --
    
    We then have to duplicate the test though.


> 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)