[
https://issues.apache.org/jira/browse/HADOOP-19210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Steve Loughran updated HADOOP-19210:
------------------------------------
Description:
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}
The PR cuts total execution time of a 10 thread test run from 3 minutes to 2:30
was:
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}
> 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.4.0, 3.5.0
> Reporter: Steve Loughran
> Assignee: Steve Loughran
> Priority: Major
>
> 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}
> The PR cuts total execution time of a 10 thread test run from 3 minutes to
> 2:30
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]