[ 
https://issues.apache.org/jira/browse/HADOOP-14553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16112954#comment-16112954
 ] 

Steve Loughran commented on HADOOP-14553:
-----------------------------------------

patch 009
# rebased onto trunk
# added a unified base class, {{AbstractWasbTestWithTimeout}}, which just 
extends Assert with test timeout and thread naming. This is now the base class 
for all tests, even those which don't extend {{AbstractWasbTestBase}} (which 
itself extends the class)
# {{AbstractWasbTestBase}} structured better for subclassing, including 
creating the configuration for test accounts
# {{AbstractAzureScaleTest}} direct child of {{AbstractWasbTestBase}}  (i.e cut 
any intermediate IntegrationTest class)
# {{ITestBlockBlobInputStream}} is a scale test, as is 
{{ITestAzureNativeContractDistCp}}. This moves the core bandwidth-heavy tests 
into the scale group
# Also: misc other cleanups, fix javadocs so yetus won't complain.

> Add (parallelized) integration tests to hadoop-azure
> ----------------------------------------------------
>
>                 Key: HADOOP-14553
>                 URL: https://issues.apache.org/jira/browse/HADOOP-14553
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/azure
>    Affects Versions: 2.9.0
>            Reporter: Steve Loughran
>            Assignee: Steve Loughran
>         Attachments: HADOOP-14553-001.patch, HADOOP-14553-002.patch, 
> HADOOP-14553-003.patch, HADOOP-14553-004.patch, HADOOP-14553-005.patch, 
> HADOOP-14553-006.patch, HADOOP-14553-007.patch, HADOOP-14553-008.patch, 
> HADOOP-14553-009.patch
>
>
> The Azure tests are slow to run as they are serialized, as they are all 
> called Test* there's no clear differentiation from unit tests which Jenkins 
> can run, and integration tests which it can't.
> Move the azure tests {{Test*}} to integration tests {{ITest*}}, parallelize 
> (which includes having separate paths for every test suite). The code in 
> hadoop-aws's POM &c show what to do.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to