You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Chris Nauroth (JIRA)" <ji...@apache.org> on 2016/08/02 23:31:20 UTC

[jira] [Created] (HADOOP-13459) hadoop-aws runs several test cases repeatedly, causing unnecessarily long running time.

Chris Nauroth created HADOOP-13459:
--------------------------------------

             Summary: hadoop-aws 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


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: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org