bilaharith commented on a change in pull request #2535:
URL: https://github.com/apache/hadoop/pull/2535#discussion_r539960419
##########
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:
Is there tests with fs.azure.list.max.results with different values and
asserting on the number of items returned.
----------------------------------------------------------------
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]