I attached integration test results against aws-s3, azureblob, b2, filesystem, glacier, google-cloud-storage, rackspace-cloudfiles-us, s3 (dreamhost), and transient.
On Fri, Feb 17, 2017 at 05:05:24PM +0100, Ignasi Barrera wrote: > This thread is for discussion of the first release candidate for > Apache jclouds 2.0.1. > Please use this thread for discussion of issues uncovered in the RC, > questions you may have about the RC, etc. > > If you want to help validating the release, you can follow these instructions: > https://cwiki.apache.org/confluence/display/JCLOUDS/Validate+a+Release > > > Thank you! -- Andrew Gaul http://gaul.org/
aws-s3, azureblob, b2, filesystem, glacier, google-cloud-storage, rackspace-cloudfiles-us, s3 (dreamhost), transient $ mvn integration-test -pl :aws-s3 -Plive,aws-s3 Failed tests: PathBasedContainerLiveTest>S3ContainerLiveTest.testPublicAccess:37->BaseContainerLiveTest.testPublicAccess:76 {name=hello, type=BLOB, uri=https://s3.amazonaws.com/gaul-blobstore28/hello, userMetadata={}, eTag="869a42369bf5850326cf30eed63e9b44", lastModified=Sat Feb 18 23:31:51 PST 2017, size=46, container=gaul-blobstore28, contentMetadata=[cacheControl=null, contentDisposition=null, contentEncoding=null, contentLanguage=null, contentLength=46, contentMD5=869a42369bf5850326cf30eed63e9b44, contentType=application/unknown, expires=null]} expected object to not be null AWSS3ContainerLiveTest>S3ContainerLiveTest.testPublicAccess:37->BaseContainerLiveTest.testPublicAccess:76 {name=hello, type=BLOB, uri=https://gaul-blobstore27.s3.amazonaws.com/hello, userMetadata={}, eTag="869a42369bf5850326cf30eed63e9b44", lastModified=Sat Feb 18 23:31:52 PST 2017, size=46, container=gaul-blobstore27, contentMetadata=[cacheControl=null, contentDisposition=null, contentEncoding=null, contentLanguage=null, contentLength=46, contentMD5=869a42369bf5850326cf30eed63e9b44, contentType=application/unknown, expires=null]} expected object to not be null Tests run: 150, Failures: 2, Errors: 0, Skipped: 9 -------------------------------------------------------------------------------- $ mvn integration-test -pl :azureblob -Plive,azureblob Tests run: 126, Failures: 0, Errors: 0, Skipped: 16 -------------------------------------------------------------------------------- $ mvn integration-test -pl :b2 -Plive,b2 Failed tests: ObjectApiLiveTest.testHideFile:252 Expecting empty but was:<[Entry{action=upload, fileId=4_zb76c9cc14b755f5258a80715_f102ab09610697586_d20170219_m073041_c001_v0001036_t0027, fileName=file-name, size=1024, uploadTimestamp=Sat Feb 18 23:30:41 PST 2017}]> Tests run: 116, Failures: 1, Errors: 0, Skipped: 36 -------------------------------------------------------------------------------- $ mvn integration-test -pl :filesystem -Plive Tests run: 95, Failures: 0, Errors: 0, Skipped: 9 -------------------------------------------------------------------------------- $ mvn integration-test -pl :glacier -Plivelong,glacier Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 -------------------------------------------------------------------------------- $ mvn integration-test -pl google-cloud-storage -Plive,google-cloud-storage Failed tests: GoogleCloudStorageBlobIntegrationLiveTest>BaseBlobIntegrationTest.testCopy404BlobFail:1326 » ResourceNotFound GoogleCloudStorageBlobIntegrationLiveTest>BaseBlobIntegrationTest.testCopy404BlobMetaFail:1337 » ResourceNotFound GoogleCloudStorageBlobIntegrationLiveTest>BaseBlobIntegrationTest.testGetIfMatch:325 » IllegalState Tests run: 152, Failures: 3, Errors: 0, Skipped: 20 -------------------------------------------------------------------------------- $ mvn integration-test -pl :rackspace-cloudfiles-us -Plive,rackspace-cloudfiles-us Failed tests: CloudFilesUSStaticLargeObjectApiLiveTest>StaticLargeObjectApiLiveTest.testReplaceManifest:95 expected [3] but found [4] CloudFilesUSObjectApiLiveTest>ObjectApiLiveTest.testCopyObjectWithMetadata:232 Actual and expected should have same size but actual size is: <0> while expected is: <1> Actual was: <[]> Tests run: 127, Failures: 2, Errors: 0, Skipped: 13 -------------------------------------------------------------------------------- $ mvn integration-test -pl :s3 -Plive,dreamobjects Failed tests: S3ContainerLiveTest.testPublicAccess:37->BaseContainerLiveTest.testPublicAccess:76 {location={scope=PROVIDER, id=s3, description=https://objects-us-west-1.dream.io}, name=hello, type=BLOB, uri=https://objects-us-west-1.dream.io/gaul-blobstore12/hello, userMetadata={}, eTag="869a42369bf5850326cf30eed63e9b44", lastModified=Sat Feb 18 23:36:48 PST 2017, size=46, container=gaul-blobstore12, contentMetadata=[cacheControl=null, contentDisposition=null, contentEncoding=null, contentLanguage=null, contentLength=46, contentMD5=869a42369bf5850326cf30eed63e9b44, contentType=application/unknown, expires=null]} expected object to not be null BucketsLiveTest.testBucketLogging:219->setupAclForBucketLoggingTarget:266 » AWSResponse BucketsLiveTest.testUpdateBucketACL:124 » AWSResponse request PUT https://obje... S3ClientLiveTest.testCopyIfModifiedSince:404 should have thrown HttpResponseException S3ClientLiveTest.testCopyIfUnmodifiedSince:431 should have thrown HttpResponseException S3ClientLiveTest.testMultipartCopy:563 » AWSResponse request PUT https://objec... S3ClientLiveTest.testUpdateObjectACL:213 » AWSResponse request PUT https://obj... S3BlobIntegrationLiveTest>BaseBlobIntegrationTest.testCopyIfMatchNegative:990 Expected HttpResponseException to be thrown S3BlobIntegrationLiveTest>BaseBlobIntegrationTest.testCopyIfModifiedSinceNegative:1107 Expected HttpResponseException to be thrown S3BlobIntegrationLiveTest>BaseBlobIntegrationTest.testCopyIfNoneMatchNegative:1047 Expected HttpResponseException to be thrown S3BlobIntegrationLiveTest>BaseBlobIntegrationTest.testCopyIfUnmodifiedSinceNegative:1167 Expected HttpResponseException to be thrown S3BlobIntegrationLiveTest>BaseBlobIntegrationTest.testGetTwoRanges:422 expected [<apples><apple name="apple"></apple> </apples>] but found [<apple] Tests run: 141, Failures: 12, Errors: 0, Skipped: 10 -------------------------------------------------------------------------------- $ mvn integration-test -pl blobstore -Plive Tests run: 95, Failures: 0, Errors: 0, Skipped: 7