mukund-thakur commented on pull request #2706:
URL: https://github.com/apache/hadoop/pull/2706#issuecomment-879058793


   > Interesting you see those errors since they should be skipped if CSE is 
enabled, I'll try to see what's wrong.
   
   No that was without enabling CSE as said above. 
   
   Now I am trying to run the tests after enabling CSE. And the first issue I 
see is 
   `[ERROR] Tests run: 17, Failures: 0, Errors: 17, Skipped: 0, Time elapsed: 
22.59 s <<< FAILURE! - in 
org.apache.hadoop.fs.contract.s3a.ITestS3AContractMultipartUploader
   [ERROR] 
testMultipartUpload(org.apache.hadoop.fs.contract.s3a.ITestS3AContractMultipartUploader)
  Time elapsed: 6.382 s  <<< ERROR!
   java.lang.UnsupportedOperationException: Multi-part uploader not supported 
for Client side encryption.
        at 
org.apache.hadoop.fs.s3a.S3AFileSystem.createMultipartUploader(S3AFileSystem.java:5396)
        at 
org.apache.hadoop.fs.s3a.S3AFileSystem.createMultipartUploader(S3AFileSystem.java:249)
        at 
org.apache.hadoop.fs.contract.AbstractContractMultipartUploaderTest.setup(AbstractContractMultipartUploaderTest.java:92)
        at 
org.apache.hadoop.fs.contract.s3a.ITestS3AContractMultipartUploader.setup(ITestS3AContractMultipartUploader.java:115)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   `
   
   This should have been skipped rather that failed. 
   
   I will update on how the rest goes. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to