-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HADOOP-16319 skip invalid tests when default encryption enabled #836
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
ETag values are unpredictable with some encryption algorithms. Skip tests asserting ETags when default encryption is enabled.
🎊 +1 overall
This message was automatically generated. |
With regard to testing: I've only run this one test class before and after the change. It is successfully skipping the tests that were previously failing when default encryption was enabled on the bucket. I did not run the full suite since there were no changes that could affect other test classes. My tests were performed against us-west-2. |
Author: Aditya Toomula <atoomula@linkedin.com> Reviewers: vjagadish1989 Closes apache#836 from atoomula/new
we need to get this in, don't we? |
Thiis ben roling's patch apache#836 as applied to trunk Change-Id: I36a308f30a46bdc11bb867217c966d0632b24286
merged to trunk. Thanks! |
ETag values are unpredictable with some encryption algorithms. Skip tests asserting ETags when default encryption is enabled.