ashutoshpant commented on PR #4557:
URL: https://github.com/apache/hadoop/pull/4557#issuecomment-1185824626
> changes look great; no more suggestions.
>
> now, testing diligence.
>
> Which aws region did you run the hadoop-aws integration tests against,
what where the cli settings?
>
> this isn't just to put homework on you, the more people testing with
different configs, the more likely we are to find failures before they ship.
>
> +1 pending those aws-test results
AWS Region: us-east-1
IT test command: mvn -Dparallel-tests -DtestsThreadCount=8 clean verify
other test: mvn clean test
Settings used:
```<configuration>
<property>
<name>test.fs.s3a.name</name>
<value>s3a://test-hadoop1/</value>
</property>
<property>
<name>fs.contract.test.fs.s3a</name>
<value>${test.fs.s3a.name}</value>
</property>
<property>
<name>fs.s3a.access.key</name>
<description>AWS access key ID. Omit for IAM role-based
authentication.</description>
<value></value>
</property>
<property>
<name>fs.s3a.secret.key</name>
<description>AWS secret key. Omit for IAM role-based
authentication.</description>
<value></value>
</property>
<property>
<name>fs.s3a.endpoint</name>
<value>s3.us-east-1.amazonaws.com</value>
</property>
<property>
<name>test.fs.s3a.encryption.enabled</name>
<value>false</value>
</property>
<property>
<name>test.fs.s3a.sts.enabled</name>
<value>false</value>
</property>
</configuration>
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]