I ran integration tests against atmos, azure, aws-s3, filesystem,
google-cloud-storage, and rackspace-cloudfiles-us.  GCS has two real
issues with one tracked by JCLOUDS-912.  Cloudfiles has a few failures
that likely stem from eventual consistency.

On Sun, Aug 02, 2015 at 05:58:41PM +0200, Ignasi Barrera wrote:
> This thread is for discussion of the first release candidate for
> Apache jclouds 1.9.1. Please use this thread for discussion of issues
> uncovered in the RC, questions you may have about the RC, etc.
> 
> Thank you!

-- 
Andrew Gaul
http://gaul.org/
$ mvn integration-test -pl blobstore -Plive

Tests run: 73, Failures: 0, Errors: 0, Skipped: 3

--------------------------------------------------------------------------------

$ mvn integration-test -pl :atmos -Plive,atmos

Tests run: 59, Failures: 0, Errors: 0, Skipped: 10

--------------------------------------------------------------------------------

$ mvn integration-test -pl :aws-s3 -Plive,aws-s3

Tests run: 119, Failures: 0, Errors: 0, Skipped: 2

--------------------------------------------------------------------------------

$ mvn integration-test -pl :azureblob -Plive,azureblob

Tests run: 100, Failures: 0, Errors: 0, Skipped: 9

--------------------------------------------------------------------------------

$ mvn integration-test -pl :filesystem -Plive

Tests run: 70, Failures: 0, Errors: 0, Skipped: 4

--------------------------------------------------------------------------------

$ mvn integration-test -pl google-cloud-storage -Plive,google-cloud-storage

Failed tests:
  
GoogleCloudStorageBlobIntegrationLiveTest>BaseBlobIntegrationTest.testGetIfMatch:326
 » IllegalState
  
GoogleCloudStorageBlobIntegrationLiveTest>BaseBlobIntegrationTest.testPutInputStream:566->BaseBlobIntegrationTest.testPut:622
 » HttpResponse

Tests run: 117, Failures: 2, Errors: 0, Skipped: 6

--------------------------------------------------------------------------------

$ mvn integration-test -pl :rackspace-cloudfiles-us 
-Plive,rackspace-cloudfiles-us

Failed tests:
  
CloudFilesUSBlobIntegrationLiveTest>BaseBlobIntegrationTest.deleteMultipleObjects:486->BaseBlobIntegrationTest.assertContainerEmptyDeleting:461
 deleting sp ace, we still have 1 blobs left in container gaul-blobstore9, 
using encoding UTF-8 expected [0] but found [1]
  
CloudFilesUSContainerIntegrationLiveTest>BaseContainerIntegrationTest.deleteContainerWithContents:416->BaseBlobStoreIntegrationTest.assertNotExists:474->BaseBlobStoreIntegrationTest.assertConsistencyAware:251->BaseBlobStoreIntegrationTest.assertConsistencyAware:238
 container gaul-blobstore3 still exists

Tests run: 75, Failures: 2, Errors: 0, Skipped: 11

Reply via email to