Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
3.0.0-alpha4
-
None
-
OS: Ubuntu 14.04.1
Arch: PPC64LE
-
Patch
Description
There are many test failures for "fs.azure". The main error is listed below:
Error Message
expected:<wasb://mockContainer@mockAccount.blob.core.windows.net/inProgress> but was:<wasb://mockAccount.blob.core.windows.net/mockContainer/inProgress>
Stacktrace
java.lang.AssertionError: expected:<wasb://mockContainer@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