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



##########
File path: 
hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/ITestAzureBlobFileSystemListStatus.java
##########
@@ -55,7 +57,10 @@ public ITestAzureBlobFileSystemListStatus() throws Exception 
{
 
   @Test
   public void testListPath() throws Exception {
-    final AzureBlobFileSystem fs = getFileSystem();
+    Configuration config = new Configuration(this.getRawConfiguration());
+    config.set("fs.azure.list.max.results", "5000");

Review comment:
       Replaced with const
   Yes, 
[test](https://github.com/apache/hadoop/blob/c2cecfc9b951e21d38783227379bec63f34b7702/hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/ITestAbfsClient.java#L91)
 in ITestAbfsClient asserts return size for liststatus calls with different 
values of listMaxResults (set at AbfsConfig level)




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