On Thu, Apr 10, 2014 at 12:42:52PM +0200, Andrew Phillips wrote: > This thread is for discussion of the second release candidate for > Apache jclouds 1.7.2. Please use this thread for discussion of > issues uncovered in the RC, questions you may have about the RC, > etc.
I ran the integration tests against aws-s3 and aws-ec2 and attached the results to this mail. The former had some issues that appear timing related as well as symptoms of JCLOUDS-461. The latter had many failures, similar to jclouds 1.7.1, tracked by JCLOUDS-462. I ran all these tests with JDK 7u51; I encountered several failures when using JDK 8 and we may want to backport commits from master to avoid these in future 1.7.x releases. -- Andrew Gaul http://gaul.org/
AWS-S3 Failed tests: testGetIfUnmodifiedSince(org.jclouds.aws.s3.blobstore.integration.AWSS3BlobIntegrationLiveTest): request GET https://gaul-blobstore16.s3.amazonaws.com/apples HTTP/1.1 failed with code 412, error: AWSError{requestId='9C7F2374E3E57A89', requestToken='2x1kJWaJ+m7LTzR0hSDN9vZzuqZFCfbmHNI2ff0RYL+UnmLVgw+RS+3HSiG7Xbse', code='PreconditionFailed', message='At least one of the pre-conditions you specified did not hold', context='{Condition=If-Unmodified-Since, HostId=2x1kJWaJ+m7LTzR0hSDN9vZzuqZFCfbmHNI2ff0RYL+UnmLVgw+RS+3HSiG7Xbse}'} testCopyIfUnmodifiedSince(org.jclouds.aws.s3.AWSS3ClientLiveTest): request PUT https://gaul-blobstore2579834710527118437.s3.amazonaws.com/pears HTTP/1.1 failed with code 412, error: AWSError{requestId='621E005CC51EFC41', requestToken='jDYQSsnDostLRxUKOP1+waan8J3Ye7+cg290SukXL6ZuiMmQle5sqTDeXHme8qlP', code='PreconditionFailed', message='At least one of the pre-conditions you specified did not hold', context='{Condition=x-amz-copy-source-If-Unmodified-Since, HostId=jDYQSsnDostLRxUKOP1+waan8J3Ye7+cg290SukXL6ZuiMmQle5sqTDeXHme8qlP}'} Tests run: 96, Failures: 2, Errors: 0, Skipped: 1 -------------------------------------------------------------------------------- AWS-EC2 Failed tests: testAmazonLinuxInstanceStore(org.jclouds.aws.ec2.compute.AWSEC2TemplateBuilderLiveTest): expected [pv-2013.09.rc-1] but found [pv-2014.03.rc-1] testFastestTemplateBuilder(org.jclouds.aws.ec2.compute.AWSEC2TemplateBuilderLiveTest): expected [cc2.8xlarge] but found [c3.8xlarge] testTemplateBuilderWithLessRegions(org.jclouds.aws.ec2.compute.AWSEC2TemplateBuilderLiveTest): [] testTemplateBuilderCanFind(org.jclouds.aws.ec2.compute.AWSEC2TemplateBuilderLiveTest): no image matched predicate: And(nullEqualToIsParentOrIsGrandparentOfCurrentLocation(),And(osFamily(rhel),osVersion(^6.0$),os64Bit(true))) testTemplateBuilderCanFind(org.jclouds.aws.ec2.compute.AWSEC2TemplateBuilderLiveTest): no image matched predicate: And(nullEqualToIsParentOrIsGrandparentOfCurrentLocation(),And(osFamily(centos),osVersion(^6.0$),os64Bit(true))) testExtendedOptionsAndLogin(org.jclouds.aws.ec2.compute.AWSEC2ComputeServiceLiveTest): request POST https://ec2.us-west-2.amazonaws.com/ HTTP/1.1 failed with code 400, error: AWSError{requestId='9c2e3ac6-0a26-49b6-b7a5-41cb549f94e1', requestToken='null', code='MaxSpotInstanceCountExceeded', message='Max spot instance count exceeded', context='{Response=, Errors=}'} testStartCCInstance(org.jclouds.aws.ec2.features.PlacementGroupApiLiveTest): request POST https://ec2.us-east-1.amazonaws.com/ HTTP/1.1 failed with code 400, error: AWSError{requestId='98db5c88-2a4c-4cd4-ba12-6b4384767012', requestToken='null', code='PendingVerification', message='Your account is currently being verified. Verification normally takes less than 2 hours. Until your account is verified, you may not be able to launch additional instances or create additional volumes. If you are still receiving this message after more than 2 hours, please let us know by writing to [email protected]. We appreciate your patience.', context='{Response=, Errors=}'} testTemplateBuilderCannotFind(org.jclouds.aws.ec2.compute.AWSEC2TemplateBuilderLiveTest): (..) testTemplateBuilderCannotFind(org.jclouds.aws.ec2.compute.AWSEC2TemplateBuilderLiveTest): (..) testTemplateBuilderCannotFind(org.jclouds.aws.ec2.compute.AWSEC2TemplateBuilderLiveTest): (..) testTemplateBuilderCannotFind(org.jclouds.aws.ec2.compute.AWSEC2TemplateBuilderLiveTest): (..) testTemplateBuilderCannotFind(org.jclouds.aws.ec2.compute.AWSEC2TemplateBuilderLiveTest): (..) testTemplateBuilderCanUseImageIdWithoutFetchingAllImages(org.jclouds.aws.ec2.compute.AWSEC2TemplateBuilderLiveTest): [] testCreateSpotInstance(org.jclouds.aws.ec2.features.SpotInstanceApiLiveTest): request POST https://ec2.sa-east-1.amazonaws.com/ HTTP/1.1 failed with code 400, error: AWSError{requestId='70551504-77ed-4f80-b80b-f2a699bbaeaa', requestToken='null', code='MaxSpotInstanceCountExceeded', message='Max spot instance count exceeded', context='{Response=, Errors=}'} testDescribeSpotPriceHistoryInRegion(org.jclouds.aws.ec2.features.SpotInstanceApiLiveTest): [region=us-east-1, instanceType=c3.4xlarge, productDescription=Linux/UNIX (Amazon VPC), spotPrice=0.1287, timestamp=Mon Apr 14 13:40:33 PDT 2014, availabilityZone=us-east-1e] testDescribeSpotRequestsInRegionFilterInvalid(org.jclouds.aws.ec2.features.SpotInstanceApiLiveTest): (..) testCreateTwoNodesWithOneSpecifiedName(org.jclouds.aws.ec2.compute.AWSEC2ComputeServiceLiveTest): one node should be named something other than 'first-node expected [false] but found [true]
