You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by zentol <gi...@git.apache.org> on 2018/05/02 17:03:50 UTC

[GitHub] flink pull request #5933: [FLINK-9125] MiniClusterResource should set CoreOp...

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

    https://github.com/apache/flink/pull/5933#discussion_r184928655
  
    --- Diff: flink-test-utils-parent/flink-test-utils/src/main/java/org/apache/flink/test/util/MiniClusterResource.java ---
    @@ -59,6 +61,9 @@
     
     	public static final String NEW_CODEBASE = "new";
     
    +	@Rule
    --- End diff --
    
    does this annotation actually work in arbitrary classes?


---