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

Steve Loughran commented on HADOOP-14528:
-----------------------------------------

And
{code}
        at 
org.junit.internal.runners.statements.FailOnTimeout$StatementThread.run(FailOnTimeout.java:74)

testEncryption(org.apache.hadoop.fs.s3a.ITestS3AEncryptionSSES3BlockOutputStream)
  Time elapsed: 0.148 sec  <<< ERROR!
java.io.IOException: AES256 is enabled but an encryption key was set in 
fs.s3a.server-side-encryption.key (key of length 75 ending with b)
        at 
org.apache.hadoop.fs.s3a.S3AUtils.getEncryptionAlgorithm(S3AUtils.java:790)
        at 
org.apache.hadoop.fs.s3a.S3AFileSystem.initialize(S3AFileSystem.java:261)
        at 
org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:3258)
        at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:473)
        at 
org.apache.hadoop.fs.contract.AbstractBondedFSContract.init(AbstractBondedFSContract.java:72)
        at 
org.apache.hadoop.fs.contract.AbstractFSContractTestBase.setup(AbstractFSContractTestBase.java:177)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
        at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
        at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
        at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
        at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
        at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
        at 
org.junit.internal.runners.statements.FailOnTimeout$StatementThread.run(FailOnTimeout.java:74)

{code}

> s3a encryption tests fail when dest bucket has 
> fs.s3a.server-side-encryption.key  set
> -------------------------------------------------------------------------------------
>
>                 Key: HADOOP-14528
>                 URL: https://issues.apache.org/jira/browse/HADOOP-14528
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/s3, test
>         Environment: test bucket with SSE-KMS required
>            Reporter: Steve Loughran
>
> When testing against a bucket set up to require SSE-KMS, and with the bucket 
> settings enabling this & providing the key in {{ 
> fs.s3a.server-side-encryption.key}}, some of the encryption tests fail.
> Not sure whether this can/should be fixed, except by saying "disable 
> encryption tests here" that is: don't try to be clever about detecting this 
> conditions and skipping the tests automatically



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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

Reply via email to