steveloughran commented on PR #6515:
URL: https://github.com/apache/hadoop/pull/6515#issuecomment-1924077210

   new settings can be added to anyone's auth-keys.xml file to get almost all 
tests to work.
   
   Test `ITestS3APrefetchingCacheFiles` will fail as it needs a file > 2 
default-block-size, so 16 MB. we will just have to ignore failures there.
   
   
   ```xml
   
     <property>
       <name>fs.s3a.scale.test.csvfile</name>
       <value>s3a://noaa-cors-pds/raw/2024/001/akse/AKSE001x.24_.gz</value>
       <description>file used in scale tests</description>
     </property>
   
     <property>
       <name>fs.s3a.bucket.noaa-cors-pds.endpoint.region</name>
       <value>us-east-1</value>
     </property>
   
     <property>
       <name>fs.s3a.bucket.noaa-isd-pds.multipart.purge</name>
       <value>false</value>
       <description>Don't try to purge uploads in the read-only bucket, as
       it will only create log noise.</description>
     </property>
   
     <property>
       <name>fs.s3a.bucket.noaa-isd-pds.probe</name>
       <value>0</value>
       <description>Let's postpone existence checks to the first IO operation 
</description>
     </property>
   
     <property>
       <name>fs.s3a.bucket.noaa-isd-pds.audit.add.referrer.header</name>
       <value>false</value>
       <description>Do not add the referrer header</description>
     </property>
   
     <property>
       <name>fs.s3a.bucket.noaa-isd-pds.prefetch.block.size</name>
       <value>128k</value>
       <description>Use a small prefetch size so tests fetch multiple 
blocks</description>
     </property>
   
   ```
   


-- 
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: common-issues-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to