You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2023/06/21 12:23:00 UTC

[jira] [Commented] (HADOOP-18778) Test failures with CSE enabled

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

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

ahmarsuhail opened a new pull request, #5763:
URL: https://github.com/apache/hadoop/pull/5763

   ### Description of PR
   
   JIRA: https://issues.apache.org/jira/browse/HADOOP-18778
   
   - Skips any tests that read landsat data, as it is not encrypted with CSE so it will fail. 
   - Updates permission in `ITestAssumeRole.testReadOnlyOperations` without which KMS is not able to generate the Key required for writing, so failing before it is expected to. 
   
   ### How was this patch tested?
   
   Tested in `eu-west-1` with `mvn -Dparallel-tests -DtestsThreadCount=16 clean verify`. 
   
   `ITestPartialRenamesDeletes.testRenameParentPathNotWriteable` still fails, trying to figure why. 
   
   




> 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
>             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: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org