GJL commented on a change in pull request #10814: [FLINK-15434][Tests]Fix
unstable tests in JobMasterTest
URL: https://github.com/apache/flink/pull/10814#discussion_r365855118
##########
File path:
flink-runtime/src/test/java/org/apache/flink/runtime/jobmaster/JobMasterTest.java
##########
@@ -820,7 +822,8 @@ public void testCheckpointPrecedesSavepointRecovery()
throws Exception {
configuration,
jobGraph,
haServices,
- new TestingJobManagerSharedServicesBuilder().build());
+ new TestingJobManagerSharedServicesBuilder().build(),
+ heartbeatServices);
Review comment:
Same here (only invoking the constructor)
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services