You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by su...@apache.org on 2017/02/24 19:34:29 UTC

[02/50] [abbrv] hadoop git commit: HADOOP-14102. Relax error message assertion in S3A test ITestS3AEncryptionSSEC. Contributed by Mingliang Liu

HADOOP-14102. Relax error message assertion in S3A test ITestS3AEncryptionSSEC. Contributed by Mingliang Liu


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/0013090f
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/0013090f
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/0013090f

Branch: refs/heads/YARN-2915
Commit: 0013090fb4340eadf147054e65a73de20a62c1c1
Parents: 1a6ca75
Author: Mingliang Liu <li...@apache.org>
Authored: Tue Feb 21 17:30:39 2017 -0800
Committer: Mingliang Liu <li...@apache.org>
Committed: Wed Feb 22 13:34:20 2017 -0800

----------------------------------------------------------------------
 .../test/java/org/apache/hadoop/fs/s3a/ITestS3AEncryptionSSEC.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/0013090f/hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/ITestS3AEncryptionSSEC.java
----------------------------------------------------------------------
diff --git a/hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/ITestS3AEncryptionSSEC.java b/hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/ITestS3AEncryptionSSEC.java
index 71586b8..a8cf70b 100644
--- a/hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/ITestS3AEncryptionSSEC.java
+++ b/hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/ITestS3AEncryptionSSEC.java
@@ -58,7 +58,7 @@ public class ITestS3AEncryptionSSEC extends AbstractTestS3AEncryption {
     Exception {
     final Path[] path = new Path[1];
     intercept(java.nio.file.AccessDeniedException.class,
-        "Forbidden (Service: Amazon S3; Status Code: 403;", () -> {
+        "Service: Amazon S3; Status Code: 403;", () -> {
 
         int len = 2048;
         skipIfEncryptionTestsDisabled(getConfiguration());


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org