> Ubuntu
Ah, interesting - not obvious why Jenkins would fail, in that case. Let's try
that again.
Here two failures when running on Windows:
```
Tests run: 232, Failures: 2, Errors: 0, Skipped: 221, Time elapsed: 6.339 sec <<
< FAILURE! - in TestSuite
tearDown(org.jclouds.filesystem.FilesystemBlobStoreTest) Time elapsed: 0.368 se
c <<< FAILURE!
java.nio.file.FileSystemException: .\target\basedir\fun-blobstore-test\testkey-8
89c002f-cd20-4524-9951-3f49446b10a4.jpg: The process cannot access the file beca
use it is being used by another process.
at sun.nio.fs.WindowsException.translateToIOException(WindowsException.j
ava:86)
at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.jav
a:97)
at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.jav
a:102)
at sun.nio.fs.WindowsFileSystemProvider.implDelete(WindowsFileSystemProv
ider.java:269)
at sun.nio.fs.AbstractFileSystemProvider.delete(AbstractFileSystemProvid
er.java:103)
at java.nio.file.Files.delete(Files.java:1077)
at org.jclouds.filesystem.util.Utils.delete(Utils.java:90)
at org.jclouds.filesystem.util.Utils.deleteRecursively(Utils.java:77)
at org.jclouds.filesystem.util.Utils.deleteRecursively(Utils.java:72)
at org.jclouds.filesystem.util.Utils.deleteRecursively(Utils.java:72)
at org.jclouds.filesystem.FilesystemBlobStoreTest.tearDown(FilesystemBlo
bStoreTest.java:107)
setUp(org.jclouds.filesystem.strategy.internal.FilesystemStorageStrategyImplTest
) Time elapsed: 0.04 sec <<< FAILURE!
java.nio.file.FileSystemException: .\target\basedir\fun-blobstore-test\testkey-8
89c002f-cd20-4524-9951-3f49446b10a4.jpg: The process cannot access the file beca
use it is being used by another process.
at sun.nio.fs.WindowsException.translateToIOException(WindowsException.j
ava:86)
at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.jav
a:97)
at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.jav
a:102)
at sun.nio.fs.WindowsFileSystemProvider.implDelete(WindowsFileSystemProv
ider.java:269)
at sun.nio.fs.AbstractFileSystemProvider.delete(AbstractFileSystemProvid
er.java:103)
at java.nio.file.Files.delete(Files.java:1077)
at org.jclouds.filesystem.util.Utils.delete(Utils.java:90)
at org.jclouds.filesystem.util.Utils.deleteRecursively(Utils.java:77)
at org.jclouds.filesystem.util.Utils.deleteRecursively(Utils.java:72)
at org.jclouds.filesystem.utils.TestUtils.cleanDirectoryContent(TestUtil
s.java:172)
at org.jclouds.filesystem.strategy.internal.FilesystemStorageStrategyImp
lTest.setUp(FilesystemStorageStrategyImplTest.java:101)
Results :
Failed tests:
FilesystemBlobStoreTest.tearDown:107 ╗ FileSystem .\target\basedir\fun-blobsto
...
FilesystemStorageStrategyImplTest.setUp:101 ╗ FileSystem .\target\basedir\fun-
...
Tests run: 232, Failures: 2, Errors: 0, Skipped: 221
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/1258#issuecomment-440845320