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:25:00 UTC

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

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

Steve Loughran commented on HADOOP-13906:
-----------------------------------------

Link to HADOOP-12608; cc [~dchickabasapa] && [~xyao].

The parent test needs to be changed, probably to AbstractWasbTestBase, so saving 4 minutes per test run.

> 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