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

Reply via email to