[
https://issues.apache.org/jira/browse/HADOOP-16104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16764967#comment-16764967
]
Steve Loughran commented on HADOOP-16104:
-----------------------------------------
Needs something in all tests which create a test setup, e.g.
{code}
Assume.assumeFalse("Azure test accounts are namespace enabled",
conf.getBoolean(
TestConfigurationKeys.FS_AZURE_TEST_NAMESPACE_ENABLED_ACCOUNT,
false));
{code}
or make this some base check in setup "supportsNamespaces()" which is true in
all non-local tests.
Something is also needed in {{NativeAzureFileSystemContract}} to do the same
things
> Wasb tests to downgrade to skip when test a/c is namespace enabled
> ------------------------------------------------------------------
>
> Key: HADOOP-16104
> URL: https://issues.apache.org/jira/browse/HADOOP-16104
> Project: Hadoop Common
> Issue Type: Sub-task
> Components: fs/azure, test
> Affects Versions: 3.3.0
> Reporter: Steve Loughran
> Priority: Major
>
> When you run the abfs tests with a namespace-enabled accounts, all the wasb
> tests fail "don't yet work with namespace-enabled accounts". This should be
> downgraded to a test skip, somehow
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]