Hi all

Seeing a couple of test failures on Windows:

* FilesystemStorageStrategyImplTest.testDeletingInvalidPathFileEndsNormally in filesystem

This is a known issue [1], although hopefully we are a little further to figuring out what the behaviour should be. Added a comment to the PR [2] to that effect.

* StaticLargeObjectApiMockTest.testReplaceManifestUnicodeUTF8 in openstack-swift

Here, the error message seems to indicate some incorrect decoding ("unic?de" vs. "unicÔé¬de"); not clear if/how that would be related to Windows:

testReplaceManifestUnicodeUTF8(org.jclouds.openstack.swift.v1.features.StaticLar
geObjectApiMockTest)  Time elapsed: 0.122 sec  <<< FAILURE!
java.lang.AssertionError: expected [[{"path":"/mycontainer/unic?de/slo/1","etag"
:"0228c7926b8b642dfb29554cd1f00963","size_bytes":1468006},{"path":"/mycontainer/
unic?de/slo/2","etag":"5bfc9ea51a00b790717eeb934fb77b9b","size_bytes":1572864},{
"path":"/mycontainer/unic?de/slo/3","etag":"b9c3da507d2557c1ddc51f27c54bae51","s
ize_bytes":256}]] but found [[{"path":"/mycontainer/unicÔé¬de/slo/1","etag":"022
8c7926b8b642dfb29554cd1f00963","size_bytes":1468006},{"path":"/mycontainer/unicÔ
é¬de/slo/2","etag":"5bfc9ea51a00b790717eeb934fb77b9b","size_bytes":1572864},{"pa
th":"/mycontainer/unicÔé¬de/slo/3","etag":"b9c3da507d2557c1ddc51f27c54bae51","si
ze_bytes":256}]]

This all using the following setup:

Apache Maven 3.2.1 (ea8b2b07643dbb1b84b6d16e1f08391b666bc1e9; 2014-02-14T12:37:5
2-05:00)
Maven home: C:\Program Files (x86)\Apache\maven-3.2.1\bin\..
Java version: 1.7.0_40, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.7.0_40\jre
Default locale: en_GB, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"

The test failures are minor and, from my perspective, shouldn't block the release.

Regards

ap

[1] https://issues.apache.org/jira/browse/JCLOUDS-1361
[2] https://github.com/jclouds/jclouds/pull/1162#discussion_r210170364

Reply via email to