anujmodi2021 commented on PR #7674: URL: https://github.com/apache/hadoop/pull/7674#issuecomment-3068922780
There are a few tests in folowing classes failing on assert because the parameter order was missed changing. In junit 4 assert message is the first parameter, while in junit5 its the last parameter. Following tests seems to have this issue. 1. org.apache.hadoop.fs.azurebfs.services.TestAbfsRestOperation.testBackoffRetryMetrics 2. org.apache.hadoop.fs.azurebfs.ITestAbfsReadFooterMetrics.testReadFooterMetrics 3. org.apache.hadoop.fs.azurebfs.ITestAbfsReadFooterMetrics.testMetricWithIdlePeriod 4. org.apache.hadoop.fs.azurebfs.ITestAbfsReadFooterMetrics.testReadFooterMetricsWithParquetAndNonParquet 5. Multiple tests in org.apache.hadoop.fs.azurebfs.extensions.ITestAbfsDelegationTokens class Some more test failures are there. Will try to debug as soon as I get some more time. [ERROR] org.apache.hadoop.fs.azurebfs.ITestAzureBlobFileSystemAppend.testRecreateAppendAndFlush Time elapsed: 0.88 s <<< FAILURE! [ERROR] org.apache.hadoop.fs.azurebfs.ITestAzureBlobFileSystemFlush.testFlushWithOutputStreamFlushDisabled Time elapsed: 2.52 s <<< FAILURE! [ERROR] org.apache.hadoop.fs.azurebfs.ITestAzureBlobFileSystemInitAndCreate.testFileSystemInitializationFailsForInvalidIngress Time elapsed: 0.001 s <<< ERROR! [ERROR] org.apache.hadoop.fs.azurebfs.ITestAzureBlobFileSystemPermission.testFolderPermission Time elapsed: 1.072 s <<< ERROR! [ERROR] org.apache.hadoop.fs.azurebfs.services.ITestAbfsPositionedRead.testPositionedReadWithBufferedReadDisabled Time elapsed: 0.766 s <<< ERROR! [ERROR] org.apache.hadoop.fs.azurebfs.services.ITestAbfsPositionedRead.testPositionedRead Time elapsed: 0.76 s <<< ERROR! -- 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