Tests run: 121, Failures: 2, Errors: 0, Skipped: 81, Time elapsed: 5.004 sec
<<< FAILURE! - in TestSuite
testDeleteContainer(org.jclouds.filesystem.FilesystemAsyncBlobStoreTest) Time
elapsed: 0.053 sec <<< FAILURE!
java.lang.RuntimeException: java.io.IOException: Could not delete:
.\target\basedir\fun-blobstore-test\ab123s
at org.jclouds.filesystem.util.Utils.deleteRecursively(Utils.java:42)
at org.jclouds.filesystem.util.Utils.deleteRecursively(Utils.java:37)
at
org.jclouds.filesystem.strategy.internal.FilesystemStorageStrategyImpl.deleteDirectory(FilesystemStorageStrategyImpl.java:297)
at
org.jclouds.filesystem.strategy.internal.FilesystemStorageStrategyImpl.deleteContainer(FilesystemStorageStrategyImpl.java:114)
at
org.jclouds.blobstore.LocalAsyncBlobStore.deleteAndVerifyContainerGone(LocalAsyncBlobStore.java:536)
at
org.jclouds.blobstore.LocalAsyncBlobStore.deleteContainer(LocalAsyncBlobStore.java:255)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.google.inject.internal.DelegatingInvocationHandler.invoke(DelegatingInvocationHandler.java:37)
at com.sun.proxy.$Proxy43.deleteContainer(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.google.common.reflect.Invokable$MethodInvokable.invokeInternal(Invokable.java:197)
at com.google.common.reflect.Invokable.invoke(Invokable.java:102)
at
org.jclouds.rest.internal.InvokeAndCallGetOnFutures.apply(InvokeAndCallGetOnFutures.java:67)
at
org.jclouds.rest.internal.InvokeAndCallGetOnFutures.apply(InvokeAndCallGetOnFutures.java:39)
at
org.jclouds.rest.internal.DelegatesToInvocationFunction.handle(DelegatesToInvocationFunction.java:156)
at
org.jclouds.rest.internal.DelegatesToInvocationFunction.invoke(DelegatesToInvocationFunction.java:123)
at com.sun.proxy.$Proxy44.deleteContainer(Unknown Source)
at
org.jclouds.filesystem.FilesystemAsyncBlobStoreTest.testDeleteContainer(FilesystemAsyncBlobStoreTest.java:665)
tearDown(org.jclouds.filesystem.strategy.internal.FilesystemStorageStrategyImplTest)
Time elapsed: 0.015 sec <<< FAILURE!
java.io.IOException: Could not delete:
.\target\basedir\funambol-test\clean_container-f776fcab-5262-421c-b4db-3f5714618d27.jpg
at org.jclouds.filesystem.util.Utils.deleteRecursively(Utils.java:42)
at org.jclouds.filesystem.util.Utils.deleteRecursively(Utils.java:37)
at
org.jclouds.filesystem.utils.TestUtils.cleanDirectoryContent(TestUtils.java:174)
at
org.jclouds.filesystem.strategy.internal.FilesystemStorageStrategyImplTest.tearDown(FilesystemStorageStrategyImplTest.java:87)
Results :
Failed tests:
FilesystemAsyncBlobStoreTest.testDeleteContainer:665 ╗ Runtime
java.io.IOExcep...
FilesystemStorageStrategyImplTest.tearDown:87 ╗ IO Could not delete:
.\target\...
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/454#issuecomment-50222211