Steve Loughran created HADOOP-16995:
---------------------------------------
Summary: ITestS3AConfiguration proxy tests fail when bucket probes
== 0
Key: HADOOP-16995
URL: https://issues.apache.org/jira/browse/HADOOP-16995
Project: Hadoop Common
Issue Type: Sub-task
Components: fs/s3, test
Affects Versions: 3.3.0
Reporter: Steve Loughran
Assignee: Mukund Thakur
when bucket probes are disabled, proxy config tests in ITestS3AConfiguration
fail because the probes aren't being attempted in initialize()
{code}
<property>
<name>fs.s3a.bucket.probe</name>
<value>0</value>
</property>
{code}
Cause: HADOOP-16711
Fix: call unsetBaseAndBucketOverrides for bucket probe in test conf, then set
the probe value to 2 just to be resilient to future default changes.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]