You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/02/07 10:14:54 UTC

[GitHub] zentol commented on a change in pull request #7661: [FLINK-11515][client] Port ClientTest

zentol commented on a change in pull request #7661: [FLINK-11515][client] Port ClientTest
URL: https://github.com/apache/flink/pull/7661#discussion_r254618608
 
 

 ##########
 File path: flink-clients/src/test/java/org/apache/flink/client/program/ClientTest.java
 ##########
 @@ -75,12 +63,14 @@
  */
 public class ClientTest extends TestLogger {
 
+	@ClassRule
+	public static final MiniClusterResource MINI_CLUSTER_RESOURCE =
+		new MiniClusterResource(new MiniClusterResourceConfiguration.Builder().build());
+
 
 Review comment:
   `@ClassRule` does that behind the scenes.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services