tillrohrmann commented on a change in pull request #7539: [FLINK-11354][tests] 
Port JobManagerHARecoveryTest to new code base
URL: https://github.com/apache/flink/pull/7539#discussion_r250697839
 
 

 ##########
 File path: 
flink-runtime/src/test/java/org/apache/flink/runtime/jobmaster/JobManagerRunnerTest.java
 ##########
 @@ -93,11 +91,9 @@ public static void setupClass() throws Exception {
 
                configuration.setString(BlobServerOptions.STORAGE_DIRECTORY, 
temporaryFolder.newFolder().getAbsolutePath());
 
-               blobServer = new BlobServer(
-                       configuration,
-                       new VoidBlobStore());
+               jobManagerSharedServices = new 
TestingJobManagerSharedServicesBuilder().build();
 
-               jobManagerSharedServices = 
JobManagerSharedServices.fromConfiguration(configuration, blobServer);
+                       
//JobManagerSharedServices.fromConfiguration(configuration, blobServer);
 
 Review comment:
   Yes, that was an oversight.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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

Reply via email to