Anup Halarnkar created HADOOP-14878:
---------------------------------------

             Summary: Azure module test fails : expected:<wasb://.... 
was:<wasb://mockAccount
                 Key: HADOOP-14878
                 URL: https://issues.apache.org/jira/browse/HADOOP-14878
             Project: Hadoop Common
          Issue Type: Bug
          Components: fs
    Affects Versions: 3.0.0-alpha4
         Environment: OS: Ubuntu 14.04.1
Arch: PPC64LE

            Reporter: Anup Halarnkar
             Fix For: 3.0.0-alpha4


There are many test failures for "fs.azure". The main error is listed below:
*Error Message*
expected:<wasb://mockcontai...@mockaccount.blob.core.windows.net/inProgress> 
but was:<wasb://mockAccount.blob.core.windows.net/mockContainer/inProgress>

*Stacktrace*
java.lang.AssertionError: 
expected:<wasb://mockcontai...@mockaccount.blob.core.windows.net/inProgress> 
but was:<wasb://mockAccount.blob.core.windows.net/mockContainer/inProgress>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:743)
        at org.junit.Assert.assertEquals(Assert.java:118)
        at org.junit.Assert.assertEquals(Assert.java:144)
        at 
org.apache.hadoop.fs.azure.TestNativeAzureFileSystemConcurrency.testNoTempBlobsVisible(TestNativeAzureFileSystemConcurrency.java:107)

I have created a patch that resolves this issue. But I'm not sure if this is 
the correct way. I will attach here for your reference




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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