sumangala-patki commented on a change in pull request #2795:
URL: https://github.com/apache/hadoop/pull/2795#discussion_r631702871



##########
File path: 
hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/services/TestAbfsInputStream.java
##########
@@ -569,6 +570,20 @@ public void testDiffReadRequestSizeAndRAHBlockSize() 
throws Exception {
     testReadAheads(inputStream, FORTY_EIGHT_KB, SIXTEEN_KB);
   }
 
+  @Test
+  public void testDefaultReadaheadQueueDepth() throws Exception {
+    Configuration config = getRawConfiguration();
+    config.unset("fs.azure.readaheadqueue.depth");

Review comment:
       For each test, a new raw Configuration instance is created and used to 
initialize abfsConfig and fileSystem. Hence, changes made to the config within 
a test will not affect other tests. This modification will only be reflected in 
the fs instance created in getFileSystem(config)




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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to