Hey Ufuk, no I did not run the test with super user priv. That is weird. I will try to figure out why the test is failing in my case.
Thanks, - Henry On Fri, Feb 13, 2015 at 12:36 AM, Ufuk Celebi <[email protected]> wrote: > Hey Henry, > > On 13 Feb 2015, at 01:47, Henry Saputra <[email protected]> wrote: > >> BlobUtilsTest.testExceptionOnCreateStorageDirectoryFailure Expected >> exception: java.lang.Exception >> >> >> Anyone else seen this error before? > > Nope. The test tries to create the root directory "/cannot-create-this", > which should not be allowed for non-super users and hence the expected > Exception. Are you running it as a user who can create the directory? The > assumption might be a little too strong in the test case. > > – Ufuk
