majdyz commented on pull request #3109: URL: https://github.com/apache/hadoop/pull/3109#issuecomment-867921545
I have re-run all the `hadoop-aws` tests, only 2 failure tests so far, turns out to be an IAM configuration issue on my end for the rest of error. I explicitly allow `osm-pds` and `landsat-pds` bucket access and the account and the rest are working fine. Here are the 2 failures : * org.apache.hadoop.tools.contract.AbstractContractDistCpTest#testDistCpWithIterator `test timed out after 1800000 milliseconds` * org.apache.hadoop.fs.s3a.ITestS3AInconsistency#testGetFileStatus `java.lang.AssertionError: getFileStatus should fail due to delayed visibility.` For the second test that you mentioned: https://issues.apache.org/jira/browse/HADOOP-17457, it seems to be consistently failing on my end instead of flaky. -- 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]
