On Thu, Aug 08, 2013 at 02:18:58AM +0200, Andrew Phillips wrote: > This thread is for discussion of the second release candidate for Apache > jclouds-1.6.2-incubating. Please use this thread for discussion of issues > uncovered in the RC, questions you may have about the RC, etc.
I ran all the blobstore integration tests and attached the results. aws-s3 exhibits a random test failure due to the bucket name growing beyond the 63 character limit due to bad logic in BaseBlobStoreIntegrationTest.recycleContainer. This is not a regression and I will address this failure in 1.6.3. Otherwise no regressions from 1.6.2rc1 and specifically I verified that we resolved JCLOUDS-231, authentication failures on Swift and HP Cloud. -- Andrew Gaul http://gaul.org/
atmos Failed tests: testBigFileGets(org.jclouds.atmos.blobstore.integration.AtmosIntegrationLiveTest): get constitution, completed: 0/10, errors: 0, rate: 3000ms/op testCreateBlobWithExpiry(org.jclouds.atmos.blobstore.integration.AtmosIntegrationLiveTest): expires=null; expected=Fri Aug 09 15:29:45 PDT 2013 testPublicAccess(org.jclouds.atmos.blobstore.integration.AtmosContainerLiveTest): command GET https://api.atmosonline.com/rest/namespace/gaul-blobstore34491631568059576045/hello?uid=f3ee42889f2b40428608e34458737a66/A482527632561e1b2a19&expires=1376090976186&signature=vArpzQqaK0QWY/YPTJkVzw5%20GYM%3D HTTP/1.1 failed with code 403, error: AtmosError [code=1032, message=There was a mismatch between the signature in the request and the signature computed by the server., stringSigned=GET(..) testDirectory(org.jclouds.atmos.blobstore.integration.AtmosMapIntegrationLiveTest): Sets differ: expected [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, apps/0, apps/1, apps/2, apps/3, apps/4, apps/5, apps/6, apps/7, apps/8, apps/9] but got [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] testDirectory(org.jclouds.atmos.blobstore.integration.AtmosInputStreamMapIntegrationLiveTest): Sets differ: expected [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, apps/0, apps/1, apps/2, apps/3, apps/4, apps/5, apps/6, apps/7, apps/8, apps/9] but got [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] -------------------------------------------------------------------------------- aws-s3 Failed tests: testAllLocations(org.jclouds.aws.s3.blobstore.integration.AWSS3ServiceIntegrationLiveTest): Validation on 'public abstract com.google.common.util.concurrent.ListenableFuture org.jclouds.s3.S3AsyncClient.putBucketInRegion(java.lang.String,java.lang.String,org.jclouds.s3.options.PutBucketOptions[])[us-standard, gaul-blobstore14-7431415006975756899349739608966870554535243660707280333, [Lorg.jclouds.s3.options.PutBucketOptions;@2699146a]' didn't pass:(..) testDirectory(org.jclouds.aws.s3.blobstore.integration.AWSS3ContainerIntegrationLiveTest): [[type=RELATIVE_PATH, id=null, name=directory, location={scope=REGION, id=us-standard, description=us-standard, parent=aws-s3, iso3166Codes=[US]}, uri=https://gaul-blobstore0.s3.amazonaws.com/directory/, userMetadata={}]] -------------------------------------------------------------------------------- azure Failed tests: testBigFileGets(org.jclouds.azureblob.blobstore.integration.AzureBlobIntegrationLiveTest): get constitution, completed: 0/10, errors: 0, rate: 3000ms/op -------------------------------------------------------------------------------- cloudfiles-us Failed tests: testObjectOperations(org.jclouds.rackspace.cloudfiles.CloudFilesUSClientLiveTest) testCreateBlobWithExpiry(org.jclouds.rackspace.cloudfiles.blobstore.integration.CloudFilesUSBlobIntegrationLiveTest): expires=null; expected=Fri Aug 09 16:04:19 PDT 2013 -------------------------------------------------------------------------------- hpcloud-objectstorage Failed tests: testCreateBlobWithExpiry(org.jclouds.hpcloud.objectstorage.blobstore.integration.HPCloudObjectStorageBlobIntegrationLiveTest): expires=null; expected=Fri Aug 09 16:16:21 PDT 2013 deleteObject(org.jclouds.hpcloud.objectstorage.blobstore.integration.HPCloudObjectStorageBlobIntegrationLiveTest): command: PUT https://region-a.geo-1.objects.hpcloudsvc.com/v1/53176293441764/gaul-blobstore1/%7Bgreat%3Cr%7D HTTP/1.1 failed with response: HTTP/1.1 400 Bad Request; content: [Object/Container name contains forbidden chars from "<>] deleteObject(org.jclouds.hpcloud.objectstorage.blobstore.integration.HPCloudObjectStorageBlobIntegrationLiveTest): command: PUT https://region-a.geo-1.objects.hpcloudsvc.com/v1/53176293441764/gaul-blobstore0/lesst%3Een HTTP/1.1 failed with response: HTTP/1.1 400 Bad Request; content: [Object/Container name contains forbidden chars from "<>]
