This is an automated email from the ASF dual-hosted git repository. mthakur pushed a commit to branch branch-3.4 in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.4 by this push: new 34ecfd0265d6 HADOOP-19190. Skip ITestS3AEncryptionWithDefaultS3Settings.testEncryptionFileAttributes when bucket not encrypted with sse-kms (#6859) 34ecfd0265d6 is described below commit 34ecfd0265d65de03718ae18d54dd27c1da736ec Author: Mukund Thakur <mtha...@cloudera.com> AuthorDate: Mon Jun 3 12:00:31 2024 -0500 HADOOP-19190. Skip ITestS3AEncryptionWithDefaultS3Settings.testEncryptionFileAttributes when bucket not encrypted with sse-kms (#6859) Follow up of HADOOP-19190 --- .../apache/hadoop/fs/s3a/ITestS3AEncryptionWithDefaultS3Settings.java | 1 + 1 file changed, 1 insertion(+) diff --git a/hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/ITestS3AEncryptionWithDefaultS3Settings.java b/hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/ITestS3AEncryptionWithDefaultS3Settings.java index 423796bf82b8..4fc63cd4e1b1 100644 --- a/hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/ITestS3AEncryptionWithDefaultS3Settings.java +++ b/hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/ITestS3AEncryptionWithDefaultS3Settings.java @@ -102,6 +102,7 @@ public class ITestS3AEncryptionWithDefaultS3Settings extends @Test public void testEncryptionFileAttributes() throws Exception { describe("Test for correct encryption file attributes for SSE-KMS with user default setting."); + skipIfBucketNotKmsEncrypted(); Path path = path(createFilename(1024)); byte[] data = dataset(1024, 'a', 'z'); S3AFileSystem fs = getFileSystem(); --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org