slfan1989 commented on code in PR #7653: URL: https://github.com/apache/hadoop/pull/7653#discussion_r2176383640
########## hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/contract/TestBlobListXmlParser.java: ########## @@ -105,12 +105,11 @@ public void testXMLParser() throws Exception { + "</EnumerationResults>"; BlobListResultSchema listResultSchema = getResultSchema(xmlResponseWithDelimiter); List<BlobListResultEntrySchema> paths = listResultSchema.paths(); - Assertions.assertThat(paths.size()).isEqualTo(4); - Assertions.assertThat(paths.get(0).isDirectory()).isEqualTo(true); - Assertions.assertThat(paths.get(1).isDirectory()).isEqualTo(true); - Assertions.assertThat(paths.get(2).isDirectory()).isEqualTo(true); - Assertions.assertThat(paths.get(3).isDirectory()).isEqualTo(false); - Assertions.assertThat(listResultSchema.getNextMarker()).isNotNull(); Review Comment: Thank you for pointing out this issue! I will make the necessary corrections. -- 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: common-issues-unsubscr...@hadoop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org