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
