Skip to content

Commit

Permalink
[hotfix][tests] StandaloneResourceManagerTest extends TestLogger
Browse files Browse the repository at this point in the history
  • Loading branch information
azagrebin authored and tillrohrmann committed Jul 26, 2019
1 parent 35237ae commit 43804cf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
import org.apache.flink.runtime.rpc.TestingRpcServiceResource;
import org.apache.flink.runtime.util.TestingFatalErrorHandler;

import org.apache.flink.util.TestLogger;
import org.junit.ClassRule;
import org.junit.Test;

Expand All @@ -42,7 +43,7 @@
/**
* Tests for the Standalone Resource Manager.
*/
public class StandaloneResourceManagerTest {
public class StandaloneResourceManagerTest extends TestLogger {

@ClassRule
public static final TestingRpcServiceResource RPC_SERVICE = new TestingRpcServiceResource();
Expand Down

0 comments on commit 43804cf

Please sign in to comment.