tillrohrmann commented on a change in pull request #18164:
URL: https://github.com/apache/flink/pull/18164#discussion_r785874629



##########
File path: 
flink-runtime/src/test/java/org/apache/flink/runtime/jobmaster/JobManagerSharedServicesTest.java
##########
@@ -111,7 +112,7 @@ private JobManagerSharedServices 
buildJobManagerSharedServices(Configuration con
             throws Exception {
         return JobManagerSharedServices.fromConfiguration(
                 configuration,
-                new BlobServer(configuration, new VoidBlobStore()),
+                new BlobServer(configuration, new File("foobar"), new 
VoidBlobStore()),

Review comment:
       Yes, I think so. Will update it.




-- 
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