cnauroth commented on PR #7369: URL: https://github.com/apache/hadoop/pull/7369#issuecomment-2649972638
> I got a few test failures on this patch. Since We majorly work on ABFS and don't have much context on Wasb we are not sure currently if they are due to some code change or mis configuration on our part. > > I will continue to look into them today, please pitch in if you might know why they are failing. > > ``` > [ERROR] org.apache.hadoop.fs.azure.ITestFileSystemOperationExceptionMessage.testAnonymouseCredentialExceptionMessage Time elapsed: 0.607 s <<< FAILURE! > [ERROR] org.apache.hadoop.fs.azure.ITestWasbUriAndConfiguration.testConnectUsingSecureSAS Time elapsed: 3.578 s <<< FAILURE! > [ERROR] org.apache.hadoop.fs.azure.ITestWasbUriAndConfiguration.testCanonicalServiceName Time elapsed: 0.088 s <<< FAILURE! > [ERROR] org.apache.hadoop.fs.azure.metrics.ITestAzureFileSystemInstrumentation.testMetricsOnFileCreateRead Time elapsed: 3.619 s <<< FAILURE! > [ERROR] org.apache.hadoop.fs.azure.ITestBlockBlobInputStream.test_0317_RandomReadPerformance Time elapsed: 1,867.927 s <<< FAILURE! > > [ERROR] org.apache.hadoop.fs.azure.integration.ITestAzureHugeFiles.test_010_CreateHugeFile(TestInfo) Time elapsed: 0.022 s <<< ERROR! > [ERROR] org.apache.hadoop.fs.azure.integration.ITestAzureHugeFiles.test_040_PositionedReadHugeFile(TestInfo) Time elapsed: 0.002 s <<< ERROR! > [ERROR] org.apache.hadoop.fs.azure.integration.ITestAzureHugeFiles.test_050_readHugeFile(TestInfo) Time elapsed: 0.002 s <<< ERROR! > [ERROR] org.apache.hadoop.fs.azure.integration.ITestAzureHugeFiles.test_060_openAndReadWholeFileBlocks(TestInfo) Time elapsed: 0.003 s <<< ERROR! > [ERROR] org.apache.hadoop.fs.azure.integration.ITestAzureHugeFiles.test_100_renameHugeFile(TestInfo) Time elapsed: 0.004 s <<< ERROR! > [ERROR] org.apache.hadoop.fs.azure.integration.ITestAzureHugeFiles.test_999_deleteHugeFiles(TestInfo) Time elapsed: 0.012 s <<< ERROR! > ``` > > For the `ITestAzureHugeFiles` looks like setup was supposed to be called before test method but it is not called. It sounds like you have a solid lead on `ITestAzureHugeFiles`. For the rest, are you able to share more details on the assertions that are failing? There is a very small chance that I could dig back into my brain's WASB archives from 10 years ago and provide a hint. No promises, but I'll try! -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
