Skip to content

Commit

Permalink
HDDS-10679. Enable ITestS3ACommitterMRJob (#6539)
Browse files Browse the repository at this point in the history
(cherry picked from commit 233c069)
  • Loading branch information
adoroszlai authored and xichen01 committed Aug 15, 2024
1 parent d01327e commit 57f69e3
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion hadoop-ozone/dist/src/main/compose/common/s3a-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -82,7 +97,7 @@ EOF
# - ITestS3AContractGetFileStatusV1List: HDDS-10617
# - ITestS3AContractRename: HDDS-10665
mvn -B -V --fail-never --no-transfer-progress \
-Dtest='ITestS3AContract*, !ITestS3AContractDistCp, !ITestS3AContractGetFileStatusV1List, !ITestS3AContractRename' \
-Dtest='ITestS3AContract*, ITestS3ACommitterMRJob, !ITestS3AContractDistCp, !ITestS3AContractGetFileStatusV1List, !ITestS3AContractRename' \
clean test

local target="${RESULT_DIR}/junit/${bucket}/target"
Expand Down

0 comments on commit 57f69e3

Please sign in to comment.