On Tue, Mar 24, 2015 at 03:35:17PM +0100, Ignasi Barrera wrote: > This thread is for discussion of the second release candidate for > Apache jclouds 1.9.0. Please use this thread for discussion of issues > uncovered in the RC, questions you may have about the RC, etc. > > Thank you.
Successfully ran verification script and integration tests against all major blobstores. I attached the results from the latter which show two spurious failres not seen in rc1 but look to be benign. -- Andrew Gaul http://gaul.org/
$ mvn integration-test -pl :atmos -Plive,atmos -Dtest.blobstore.container-count=3 Tests run: 57, Failures: 0, Errors: 0, Skipped: 10 --- $ mvn integration-test -pl :aws-s3 -Plive,aws-s3 Failed tests: AWSS3ContainerLiveTest>BaseContainerLiveTest.testPublicAccessInNonDefaultLocation:104->BaseContainerLiveTest.runCreateContainerInLocation:125->BaseBlobStoreIntegrationTest.assertConsistencyAwareContainerInLocation:374->BaseBlobStoreIntegrationTest.assertConsistencyAware:248->BaseBlobStoreIntegrationTest.assertConsistencyAware:235 blob gaul-blobstore-7408234658096104389, in location null instead of {scope=REGION, id=us-standard, description=us-standard, parent=aws-s3, iso3166Codes=[US]} AWSS3ContainerIntegrationLiveTest>BaseContainerIntegrationTest.deleteContainerIfEmptyWithoutContents:449 expected [true] but found [false] AWSS3ClientLiveTest>S3ClientLiveTest.testCopyIfModifiedSince:394 should have thrown HttpResponseException Tests run: 117, Failures: 3, Errors: 0, Skipped: 2 --- $ mvn integration-test -pl :azureblob -Plive,azureblob Tests run: 92, Failures: 0, Errors: 0, Skipped: 9 --- $ mvn integration-test -pl blobstore -Plive Tests run: 71, Failures: 0, Errors: 0, Skipped: 5 --- $ mvn integration-test -pl :filesystem -Plive Tests run: 68, Failures: 0, Errors: 0, Skipped: 6 --- $ mvn integration-test -pl google-cloud-storage -Plive,google-cloud-storage -Dtest.blobstore.container-count=3 Tests run: 111, Failures: 0, Errors: 0, Skipped: 6 --- $ mvn integration-test -pl :rackspace-cloudfiles-us -Plive,rackspace-cloudfiles-us Failed tests: CloudFilesUSBlobIntegrationLiveTest>BaseBlobIntegrationTest.deleteObject:442->BaseBlobIntegrationTest.assertContainerEmptyDeleting:458 deleting unic₪de, we still have 1 blobs left in container gaul-blobstore7, using encoding UTF-8 expected [0] but found [1] Tests run: 73, Failures: 1, Errors: 0, Skipped: 10