You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by az...@apache.org on 2020/09/30 13:58:51 UTC

[flink] branch master updated: [hotfix] Fix TaskManagerDetailsHandlerTest compilation failure after merge of FLINK-19388

This is an automated email from the ASF dual-hosted git repository.

azagrebin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 2725167  [hotfix] Fix TaskManagerDetailsHandlerTest compilation failure after merge of FLINK-19388
2725167 is described below

commit 2725167ca8900c34481ca6895ea2c52359fc42cc
Author: Andrey Zagrebin <az...@apache.org>
AuthorDate: Wed Sep 30 15:56:37 2020 +0200

    [hotfix] Fix TaskManagerDetailsHandlerTest compilation failure after merge of FLINK-19388
---
 .../runtime/rest/handler/taskmanager/TaskManagerDetailsHandlerTest.java  | 1 +
 1 file changed, 1 insertion(+)

diff --git a/flink-runtime/src/test/java/org/apache/flink/runtime/rest/handler/taskmanager/TaskManagerDetailsHandlerTest.java b/flink-runtime/src/test/java/org/apache/flink/runtime/rest/handler/taskmanager/TaskManagerDetailsHandlerTest.java
index a9c883c..aa8ecee 100644
--- a/flink-runtime/src/test/java/org/apache/flink/runtime/rest/handler/taskmanager/TaskManagerDetailsHandlerTest.java
+++ b/flink-runtime/src/test/java/org/apache/flink/runtime/rest/handler/taskmanager/TaskManagerDetailsHandlerTest.java
@@ -158,6 +158,7 @@ public class TaskManagerDetailsHandlerTest extends TestLogger {
 			TASK_MANAGER_ID,
 			UUID.randomUUID().toString(),
 			0,
+			0,
 			0L,
 			0,
 			0,