Skip to content

Commit

Permalink
[hotfix] Let flink-yarn-tests UtilsTest extend TestLogger
Browse files Browse the repository at this point in the history
  • Loading branch information
tillrohrmann committed Nov 1, 2017
1 parent 6c79afa commit 358aacd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
import org.apache.flink.configuration.ConfigConstants;
import org.apache.flink.configuration.Configuration;
import org.apache.flink.configuration.ResourceManagerOptions;
import org.apache.flink.util.TestLogger;

import org.apache.log4j.AppenderSkeleton;
import org.apache.log4j.Level;
Expand All @@ -39,7 +40,7 @@
/**
* Tests for various utilities.
*/
public class UtilsTest {
public class UtilsTest extends TestLogger {
private static final Logger LOG = LoggerFactory.getLogger(UtilsTest.class);

@Test
Expand Down

0 comments on commit 358aacd

Please sign in to comment.