You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by se...@apache.org on 2016/08/16 15:50:31 UTC

[3/3] flink git commit: [hotfix] [tests] Let SlotCountExceedingParallelismTest use the TestLogger

[hotfix] [tests] Let SlotCountExceedingParallelismTest use the TestLogger


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/9623027a
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/9623027a
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/9623027a

Branch: refs/heads/master
Commit: 9623027afc6a149c2323f1f3164a98b72e3b48ef
Parents: ffe4065
Author: Stephan Ewen <se...@apache.org>
Authored: Mon Aug 15 18:51:30 2016 +0200
Committer: Stephan Ewen <se...@apache.org>
Committed: Tue Aug 16 17:49:55 2016 +0200

----------------------------------------------------------------------
 .../runtime/jobmanager/SlotCountExceedingParallelismTest.java     | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/9623027a/flink-runtime/src/test/java/org/apache/flink/runtime/jobmanager/SlotCountExceedingParallelismTest.java
----------------------------------------------------------------------
diff --git a/flink-runtime/src/test/java/org/apache/flink/runtime/jobmanager/SlotCountExceedingParallelismTest.java b/flink-runtime/src/test/java/org/apache/flink/runtime/jobmanager/SlotCountExceedingParallelismTest.java
index e12faf9..49b11b5 100644
--- a/flink-runtime/src/test/java/org/apache/flink/runtime/jobmanager/SlotCountExceedingParallelismTest.java
+++ b/flink-runtime/src/test/java/org/apache/flink/runtime/jobmanager/SlotCountExceedingParallelismTest.java
@@ -30,13 +30,14 @@ import org.apache.flink.runtime.testingUtils.TestingCluster;
 import org.apache.flink.runtime.testingUtils.TestingUtils;
 import org.apache.flink.types.IntValue;
 
+import org.apache.flink.util.TestLogger;
 import org.junit.AfterClass;
 import org.junit.BeforeClass;
 import org.junit.Test;
 
 import java.util.BitSet;
 
-public class SlotCountExceedingParallelismTest {
+public class SlotCountExceedingParallelismTest extends TestLogger {
 
 	// Test configuration
 	private final static int NUMBER_OF_TMS = 2;