mukund-thakur commented on issue #1823: HADOOP-16794 S3 Encryption key is not getting set properly during put operation. URL: https://github.com/apache/hadoop/pull/1823#issuecomment-580710341 I was able to reproduce the test failure AbstractTestS3AEncryption#testEncryptionOverRename using the new overwritten test class. Before applying the fix , this testcase fails and post applying it passes. Though I see a bit of problem in my test class, it runs the other two tests also testEncryption() and testEncryptionSettingPropagation() which is of not much significance here. I know a solution to ignore this but i am not sure if that is the right one. My solution is something like - Just override the test method in the derived test class and put @Ignore annotation.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
