sunhaibotb commented on a change in pull request #8484: [FLINK-12547] Add 
connection and socket timeouts for the blob client
URL: https://github.com/apache/flink/pull/8484#discussion_r287635535
 
 

 ##########
 File path: 
flink-runtime/src/test/java/org/apache/flink/runtime/blob/BlobClientSslTest.java
 ##########
 @@ -70,7 +70,7 @@ public static void startNonSSLServer() throws IOException {
                config.setString(BlobServerOptions.STORAGE_DIRECTORY, 
temporarySslFolder.newFolder().getAbsolutePath());
                config.setBoolean(BlobServerOptions.SSL_ENABLED, false);
 
-               blobNonSslServer = new BlobServer(config, new VoidBlobStore());
+               blobNonSslServer = new TestBlobServer(config, new 
VoidBlobStore());
 
 Review comment:
   `BlobClientSslTest` inherits `BlobClientTest`, and it will also execute the 
new test `testSocketTimeout` added in `BlobClientTest`. If `TestBlobServer` is 
not used here, an error will occur.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to