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 st...@apache.org on 2022/04/14 15:47:41 UTC

[hadoop] branch branch-3.3 updated: HADOOP-18201. Remove endpoint config overrides for ITestS3ARequesterPays (#4169)

This is an automated email from the ASF dual-hosted git repository.

stevel pushed a commit to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.3 by this push:
     new eab586d566f HADOOP-18201. Remove endpoint config overrides for ITestS3ARequesterPays (#4169)
eab586d566f is described below

commit eab586d566f2e0ffa95a7f8d213acdb059009d48
Author: Daniel Carl Jones <dj...@amazon.com>
AuthorDate: Thu Apr 14 16:21:34 2022 +0100

    HADOOP-18201. Remove endpoint config overrides for ITestS3ARequesterPays (#4169)
    
    Contributed by Daniel Carl Jones.
    
    Change-Id: Icf99cc878e2b0ba92df630a8aa578616f96e09cc
---
 .../src/test/java/org/apache/hadoop/fs/s3a/ITestS3ARequesterPays.java   | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/ITestS3ARequesterPays.java b/hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/ITestS3ARequesterPays.java
index c2e7684cad6..b8cb321f61a 100644
--- a/hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/ITestS3ARequesterPays.java
+++ b/hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/ITestS3ARequesterPays.java
@@ -30,6 +30,7 @@ import org.apache.hadoop.fs.statistics.IOStatisticAssertions;
 import org.apache.hadoop.fs.statistics.StreamStatisticNames;
 
 import static org.apache.hadoop.fs.s3a.Constants.ALLOW_REQUESTER_PAYS;
+import static org.apache.hadoop.fs.s3a.Constants.ENDPOINT;
 import static org.apache.hadoop.fs.s3a.Constants.S3A_BUCKET_PROBE;
 import static org.apache.hadoop.test.LambdaTestUtils.intercept;
 
@@ -43,6 +44,7 @@ public class ITestS3ARequesterPays extends AbstractS3ATestBase {
     Configuration conf = super.createConfiguration();
     S3ATestUtils.removeBaseAndBucketOverrides(conf,
         ALLOW_REQUESTER_PAYS,
+        ENDPOINT,
         S3A_BUCKET_PROBE);
     return conf;
   }


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