[
https://issues.apache.org/jira/browse/HADOOP-13459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15405378#comment-15405378
]
Hudson commented on HADOOP-13459:
---------------------------------
SUCCESS: Integrated in Hadoop-trunk-Commit #10199 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/10199/])
HADOOP-13459. hadoop-azure runs several test cases repeatedly, causing
(cnauroth: rev 4ef1bc0bdb6b2c907431492e4c8395035fa96c84)
*
hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azure/NativeAzureFileSystemBaseTest.java
*
hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azure/TestFileSystemOperationsExceptionHandlingMultiThreaded.java
*
hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azure/TestNativeAzureFileSystemAtomicRenameDirList.java
*
hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azure/TestNativeAzureFileSystemClientLogging.java
*
hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azure/TestNativeAzureFileSystemAppend.java
*
hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azure/AbstractWasbTestBase.java
*
hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azure/TestFileSystemOperationExceptionHandling.java
> hadoop-azure runs several test cases repeatedly, causing unnecessarily long
> running time.
> -----------------------------------------------------------------------------------------
>
> Key: HADOOP-13459
> URL: https://issues.apache.org/jira/browse/HADOOP-13459
> Project: Hadoop Common
> Issue Type: Bug
> Components: fs/azure, test
> Reporter: Chris Nauroth
> Assignee: Chris Nauroth
> Priority: Minor
> Fix For: 2.8.0
>
> Attachments: HADOOP-13459.001.patch
>
>
> Within hadoop-azure, we have the {{NativeAzureFileSystemBaseTest}} abstract
> class, which defines setup and teardown to handle the Azure storage account
> and also defines multiple test cases. This class originally was contributed
> to provide a layer of indirection for running the same test cases in live
> mode or mock mode: {{TestNativeAzureFileSystemLive}} and
> {{TestNativeAzureFileSystemMocked}}. It appears that since then, we created
> multiple new test suites that subclassed {{NativeAzureFileSystemBaseTest}}
> for the benefit of getting the common setup and teardown code, but also with
> the side effect of running the inherited test cases repeatedly. This is a
> significant factor in the overall execution time of the hadoop-azure tests.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]