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: [email protected]
For additional commands, e-mail: [email protected]