Steve Loughran created HADOOP-19210: ---------------------------------------
Summary: s3a: TestS3AAWSCredentialsProvider and TestS3AInputStreamRetry really slow Key: HADOOP-19210 URL: https://issues.apache.org/jira/browse/HADOOP-19210 Project: Hadoop Common Issue Type: Sub-task Components: fs/s3, test Affects Versions: 3.5.0 Reporter: Steve Loughran Not noticed this before, but the unit tests TestS3AAWSCredentialsProvider and TestS3AInputStreamRetry are so slow they will be hurting over all test performance times: no integration tests will start until these are all complete. {code} mvn test -T 1C -Dparallel-tests ... [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 37.877 s - in org.apache.hadoop.fs.s3a.TestS3AInputStreamRetry ... [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 90.038 s - in org.apache.hadoop.fs.s3a.TestS3AAWSCredentialsProvider {code} -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-dev-h...@hadoop.apache.org