-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HADOOP-17167 Skipping ITestS3AEncryptionWithDefaultS3Settings.testEncryptionOverRename #2187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…ryptionOverRename when server side encryption is not set to sse:kms
|
🎊 +1 overall
This message was automatically generated. |
|
Problem is probably that the test depends on the bucket being set up with default encryption = SSE-KMS and a different default key from the test key. maybe: create a file, look at its encryption, if it's not SSE-KMS then skip the test |
Exactly same thing I have done in the patch. |
|
@steveloughran Gentle Reminder to check this one. Thanks. |
|
I'm +1-ing the patch, but I'm still not 100% sure it will solve things...it's a complex setup. Let's see |
|
merged, let's leave JIRA open until all is good |
|
Thanks |
Now skips ITestS3AEncryptionWithDefaultS3Settings.testEncryptionOverRename when server side encryption is not set to sse:kms Contributed by Mukund Thakur Change-Id: Ifd83d353e9c7c6f7e1195a2c2f138d85cf876bb1
…2187) Now skips ITestS3AEncryptionWithDefaultS3Settings.testEncryptionOverRename when server side encryption is not set to sse:kms Contributed by Mukund Thakur Change-Id: Ife84aa93adb35298fd255a09189fa0839e4795e8
Tested by running this test only against ap-south-1 bucket configured with all three encryption algo.