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

Masatake Iwasaki commented on HADOOP-16104:
-------------------------------------------

{code:java}
    Assume.assumeFalse("Azure test accounts are namespace enabled",
        conf.getBoolean(
            TestConfigurationKeys.FS_AZURE_TEST_NAMESPACE_ENABLED_ACCOUNT,
            false));
{code}
I rethinked and understood the intent a bit more. Using existing abfs 
configuration key from wasb tests would be natural here. I'm attaching 001 
along with the proposal.

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

Reply via email to