[ 
https://issues.apache.org/jira/browse/HADOOP-16319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steve Loughran updated HADOOP-16319:
------------------------------------
    Affects Version/s: 3.2.1

> S3A Etag tests fail with default encryption enabled on bucket
> -------------------------------------------------------------
>
>                 Key: HADOOP-16319
>                 URL: https://issues.apache.org/jira/browse/HADOOP-16319
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/s3, test
>    Affects Versions: 3.2.1
>            Reporter: Ben Roling
>            Assignee: Ben Roling
>            Priority: Major
>             Fix For: 3.3.1
>
>
> I recently updated a bucket I use for hadoop-aws maven testing to enable 
> default encryption.  After doing so, I noticed these two tests failing:
> {noformat}
> [INFO] Running org.apache.hadoop.fs.s3a.ITestS3AMiscOperations
> [ERROR] Tests run: 12, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 
> 35.097 s <<< FAILURE! - in org.apache.hadoop.fs.s3a.ITestS3AMiscOperations
> [ERROR] 
> testEmptyFileChecksums(org.apache.hadoop.fs.s3a.ITestS3AMiscOperations) Time 
> elapsed: 3.503 s <<< FAILURE!
> java.lang.AssertionError: checksums expected:<etag: 
> "35ce921ee8c01e6c2ca15d4c44f3cbde"> but was:<etag: 
> "18677de776ff748ef9dbeb0d906e9fdc">
> at 
> org.apache.hadoop.fs.s3a.ITestS3AMiscOperations.testEmptyFileChecksums(ITestS3AMiscOperations.java:147)
> [ERROR] 
> testNonEmptyFileChecksumsUnencrypted(org.apache.hadoop.fs.s3a.ITestS3AMiscOperations)
>  Time elapsed: 3.145 s <<< FAILURE!
> java.lang.AssertionError: checksums expected:<etag: 
> "bedaf4e62dbcd7c57bd2bb784ace06d0"> but was:<etag: 
> "4b97915374221d1e3d2ffb20562c8867">
> at 
> org.apache.hadoop.fs.s3a.ITestS3AMiscOperations.testNonEmptyFileChecksumsUnencrypted(ITestS3AMiscOperations.java:199){noformat}
> I haven't looked in detail at the tests yet but it seems they should either 
> be updated such that they can succeed or be skipped when default encryption 
> is enabled or documentation for running the tests should contain instructions 
> to use a bucket without default encryption.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to