This is an automated email from the ASF dual-hosted git repository. trohrmann pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git
commit c58a784f07d6cac3009636dcd4ec0dac6906908e Author: Till Rohrmann <trohrm...@apache.org> AuthorDate: Tue Feb 19 11:35:42 2019 +0100 [hotfix] Fix checkstyle violations in ExecutionGraphSuspendTest --- .../flink/runtime/executiongraph/ExecutionGraphSuspendTest.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/flink-runtime/src/test/java/org/apache/flink/runtime/executiongraph/ExecutionGraphSuspendTest.java b/flink-runtime/src/test/java/org/apache/flink/runtime/executiongraph/ExecutionGraphSuspendTest.java index 5377cdc..c0cfc8a 100644 --- a/flink-runtime/src/test/java/org/apache/flink/runtime/executiongraph/ExecutionGraphSuspendTest.java +++ b/flink-runtime/src/test/java/org/apache/flink/runtime/executiongraph/ExecutionGraphSuspendTest.java @@ -25,17 +25,16 @@ import org.apache.flink.runtime.executiongraph.restart.FixedDelayRestartStrategy import org.apache.flink.runtime.executiongraph.restart.InfiniteDelayRestartStrategy; import org.apache.flink.runtime.executiongraph.utils.SimpleAckingTaskManagerGateway; import org.apache.flink.runtime.executiongraph.utils.SimpleSlotProvider; -import org.apache.flink.runtime.jobmaster.slotpool.SlotProvider; import org.apache.flink.runtime.jobgraph.JobStatus; import org.apache.flink.runtime.jobgraph.JobVertex; import org.apache.flink.runtime.jobmanager.slots.TaskManagerGateway; +import org.apache.flink.runtime.jobmaster.slotpool.SlotProvider; import org.apache.flink.runtime.testtasks.NoOpInvokable; import org.apache.flink.util.TestLogger; import org.junit.Test; import static org.junit.Assert.assertEquals; - import static org.mockito.Matchers.any; import static org.mockito.Mockito.reset; import static org.mockito.Mockito.spy; @@ -133,7 +132,7 @@ public class ExecutionGraphSuspendTest extends TestLogger { } /** - * Suspending from FAILING goes to SUSPENDING and sends no additional RPC calls + * Suspending from FAILING goes to SUSPENDING and sends no additional RPC calls. */ @Test public void testSuspendedOutOfFailing() throws Exception {