This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 233c069083 HDDS-10679. Enable ITestS3ACommitterMRJob (#6539)
233c069083 is described below
commit 233c0690835b9f55fc2f19f9f27cd78a964b520a
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Wed Apr 17 17:54:55 2024 +0200
HDDS-10679. Enable ITestS3ACommitterMRJob (#6539)
---
hadoop-ozone/dist/src/main/compose/common/s3a-test.sh | 17 ++++++++++++++++-
1 file changed, 16 insertions(+), 1 deletion(-)
diff --git a/hadoop-ozone/dist/src/main/compose/common/s3a-test.sh
b/hadoop-ozone/dist/src/main/compose/common/s3a-test.sh
index d58b91b4e5..1a784b1161 100644
--- a/hadoop-ozone/dist/src/main/compose/common/s3a-test.sh
+++ b/hadoop-ozone/dist/src/main/compose/common/s3a-test.sh
@@ -59,11 +59,26 @@ execute_s3a_tests() {
<value>s3a://${bucket}/</value>
</property>
+ <property>
+ <name>fs.s3a.access.key</name>
+ <value>${AWS_ACCESS_KEY_ID}</value>
+ </property>
+
+ <property>
+ <name>fs.s3a.secret.key</name>
+ <value>${AWS_SECRET_ACCESS_KEY}</value>
+ </property>
+
<property>
<name>test.fs.s3a.sts.enabled</name>
<value>false</value>
</property>
+ <property>
+ <name>fs.s3a.committer.staging.conflict-mode</name>
+ <value>replace</value>
+ </property>
+
<property>
<name>fs.s3a.path.style.access</name>
<value>true</value>
@@ -83,7 +98,7 @@ EOF
# - ITestS3AContractMkdir: HDDS-10572
# - ITestS3AContractRename: HDDS-10665
mvn -B -V --fail-never --no-transfer-progress \
- -Dtest='ITestS3AContract*, !ITestS3AContractDistCp,
!ITestS3AContractGetFileStatusV1List, !ITestS3AContractMkdir,
!ITestS3AContractRename' \
+ -Dtest='ITestS3AContract*, ITestS3ACommitterMRJob,
!ITestS3AContractDistCp, !ITestS3AContractGetFileStatusV1List,
!ITestS3AContractMkdir, !ITestS3AContractRename' \
clean test
local target="${RESULT_DIR}/junit/${bucket}/target"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]