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 "Steve Loughran (JIRA)" <ji...@apache.org> on 2016/12/14 18:19:58 UTC

[jira] [Created] (HADOOP-13906) Azure TestFileSystemOperationExceptionMessage needlessly reruns all tests in NativeAzureFileSystemBaseTest

Steve Loughran created HADOOP-13906:
---------------------------------------

             Summary: Azure TestFileSystemOperationExceptionMessage needlessly reruns all tests in NativeAzureFileSystemBaseTest
                 Key: HADOOP-13906
                 URL: https://issues.apache.org/jira/browse/HADOOP-13906
             Project: Hadoop Common
          Issue Type: Bug
          Components: fs/azure, test
    Affects Versions: 3.0.0-alpha2
            Reporter: Steve Loughran
            Priority: Minor


Azure tests are taking too long
One factor is the test {{TestFileSystemOperationExceptionMessage}}
{code}
Running org.apache.hadoop.fs.azure.TestFileSystemOperationExceptionMessage
Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 248.301 sec - in org.apache.hadoop.fs.azure.TestFileSystemOperationExceptionMessage
{code}

All this test is trying to do is add one new test method, {{testAnonymouseCredentialExceptionMessage}}, but because it subclasses {{NativeAzureFileSystemBaseTest}} it picks up the entirety of the base set of tests, 50+ of them. Hence the 4+ minutes of execution time.



--
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