Skip to content

Commit

Permalink
[hotfix] Let TaskExecutorOperatorEventHandlingTest extend TestLogger
Browse files Browse the repository at this point in the history
  • Loading branch information
tillrohrmann committed Apr 27, 2020
1 parent 7d0b593 commit a98fa3e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
import org.apache.flink.runtime.testutils.CancelableInvokable;
import org.apache.flink.util.FlinkException;
import org.apache.flink.util.SerializedValue;
import org.apache.flink.util.TestLogger;

import org.junit.After;
import org.junit.Before;
Expand All @@ -58,7 +59,7 @@
/**
* Test for the (failure handling of the) delivery of Operator Events.
*/
public class TaskExecutorOperatorEventHandlingTest {
public class TaskExecutorOperatorEventHandlingTest extends TestLogger {

private MetricRegistryImpl metricRegistry;

Expand Down

0 comments on commit a98fa3e

Please sign in to comment.