rkhachatryan commented on code in PR #21467:
URL: https://github.com/apache/flink/pull/21467#discussion_r1047831221


##########
flink-runtime/src/test/java/org/apache/flink/runtime/taskexecutor/TaskExecutorTest.java:
##########
@@ -2896,7 +2896,8 @@ private TaskExecutorTestingContext 
createTaskExecutorTestingContext(
                                 .setTaskStateManager(stateStoresManager)
                                 
.setTaskChangelogStoragesManager(changelogStoragesManager)
                                 .build(),
-                        HEARTBEAT_SERVICES,
+                        // prevent heartbeat timeouts from failing the tests 
focused on other aspects
+                        new HeartbeatServices(60_000L, 60_000L),

Review Comment:
   IIUC, this is currently not possible, and adding this logic seemed too much 
for this case. WDYT?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to