[ 
https://issues.apache.org/jira/browse/HADOOP-12815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15163463#comment-15163463
 ] 

Matthew Paduano commented on HADOOP-12815:
------------------------------------------

I tried copying the files in 'a10055cf' from trunk into the appropriate places 
in branch-2.
The native S3 tests/mods cause a list of test failures (I did not even look at 
them all).

But the changes to S3FileSystem and Jets3tFileSystemStore work and fix the issue
in branch-2.  The patch I attached passes the S3 tests when applied to branch-2:

{code}
-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.hadoop.fs.contract.s3.TestS3ContractDelete
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.396 sec - in 
org.apache.hadoop.fs.contract.s3.TestS3ContractDelete
Running org.apache.hadoop.fs.contract.s3.TestS3ContractCreate
Tests run: 6, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 17.72 sec - in 
org.apache.hadoop.fs.contract.s3.TestS3ContractCreate
Running org.apache.hadoop.fs.contract.s3.TestS3ContractRename
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.866 sec - in 
org.apache.hadoop.fs.contract.s3.TestS3ContractRename
Running org.apache.hadoop.fs.contract.s3.TestS3ContractRootDir
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.763 sec - in 
org.apache.hadoop.fs.contract.s3.TestS3ContractRootDir
Running org.apache.hadoop.fs.contract.s3.TestS3ContractMkdir
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.448 sec - in 
org.apache.hadoop.fs.contract.s3.TestS3ContractMkdir
Running org.apache.hadoop.fs.contract.s3.TestS3ContractSeek
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.839 sec - 
in org.apache.hadoop.fs.contract.s3.TestS3ContractSeek
Running org.apache.hadoop.fs.contract.s3.TestS3ContractOpen
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.038 sec - in 
org.apache.hadoop.fs.contract.s3.TestS3ContractOpen

Results :

Tests run: 47, Failures: 0, Errors: 0, Skipped: 1
{code} 

> TestS3ContractRootDir#testRmEmptyRootDirNonRecursive and 
> TestS3ContractRootDir#testRmRootRecursive fail on branch-2.
> --------------------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-12815
>                 URL: https://issues.apache.org/jira/browse/HADOOP-12815
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Chris Nauroth
>
> TestS3ContractRootDir#testRmEmptyRootDirNonRecursive and 
> TestS3ContractRootDir#testRmRootRecursive fail on branch-2.  The tests pass 
> on trunk.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to