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 15:59:45 UTC

[flink] 01/02: [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 FLINK-19426-ci-loop-no-fix
in repository https://gitbox.apache.org/repos/asf/flink.git

commit bcb32073b46964f66117541aa11876aeefa7d9ae
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,