shameersss1 commented on code in PR #6884:
URL: https://github.com/apache/hadoop/pull/6884#discussion_r1830461586
##########
hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/ITestS3AConfiguration.java:
##########
@@ -638,4 +646,15 @@ private static void skipIfCrossRegionClient(
skip("Skipping test as cross region client is in use ");
}
}
+
+ /**
+ * Unset encryption options.
+ * This is needed to avoid encryption tests interfering with non-encryption
+ * tests.
+ * @param conf Configuations
+ */
+ private static void unsetEncryption(Configuration conf) {
Review Comment:
Yes make sense!
--
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]