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

ASF GitHub Bot commented on HADOOP-18778:
-----------------------------------------

ahmarsuhail commented on PR #5763:
URL: https://github.com/apache/hadoop/pull/5763#issuecomment-1603733308

   thanks for the reviews! I looked into ITestPartialRenamesDeletes as well,  
it fails because the scope down policy does not include a wildcard for 
/test/testRenameParentPathNotWriteable[bulk-delete=true]-multi-1687342403.363/writableDir.
 The encryption client creates an instruction file 
test/testRenameParentPathNotWriteable[bulk-delete=false]-single-1687344364.529/writableDir.instruction,
 and since this is not in the policy, the delete fails with a 403.
   
   I am asking the SDK team if this is expected..as the instruction file is 
created by the encryption client, and not something users are aware of. For 
now, I've left it as failing. but maybe we can skip the test or add in a 
wildcard `writableDir*`.




> Test failures with CSE enabled
> ------------------------------
>
>                 Key: HADOOP-18778
>                 URL: https://issues.apache.org/jira/browse/HADOOP-18778
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/s3
>            Reporter: Ahmar Suhail
>            Assignee: Ahmar Suhail
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 3.3.9
>
>
> The following tests fail when run hadoop-aws suite is run with CSE enabled:
>  
> {{ITestS3APrefetchingInputStream.testRandomReadLargeFile}}
> {{ITestS3APrefetchingInputStream.testReadLargeFileFully}}
> {{ITestS3APrefetchingInputStream.testReadLargeFileFullyLazySeek}}
> {{ITestS3ARequesterPays.testRequesterPaysOptionSuccess}}
> {{ITestAssumeRole.testReadOnlyOperations }}
> {{ITestPartialRenamesDeletes.testRenameParentPathNotWriteable}}
> {{ITestPartialRenamesDeletes.testRenameParentPathNotWriteable}}
> {{ITestS3GuardTool.testLandsatBucketRequireUnencrypted}}
>  
> Most of these are because they're using landsat data which is not encrypted, 
> so trying to read with a CSE will fail. These tests should be skipped if 
> using CSE.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to