On Fri, Dec 20, 2013 at 08:33:33AM -0800, Andrew Bayer wrote: > This thread is for discussion of the second release candidate for Apache > jclouds 1.7.0. > > Please use this thread for discussion of issues uncovered in the RC, > questions you may have about the RC, etc. Thank you.
I ran integration tests against Atmos, Amazon EC2, Amazon S3, Azure, and Cloud Files. EC2 had several failures, similar to 1.6.3-rc1, and someone should follow up on these. Most blobstore providers completed successfully, although aws-s3 has some DNS flakiness and I plan to disable virtual host buckets to address these in the future. -------------------------------------------------------------------------------- ATMOS Tests run: 44, Failures: 0, Errors: 0, Skipped: 5 -------------------------------------------------------------------------------- AMAZON EC2 Failed tests: testAmazonLinuxInstanceStore(org.jclouds.aws.ec2.compute.AWSEC2TemplateBuilderLiveTest): expected [pv-2013.09.rc-1] but found [pv-2013.09.2] testTemplateBuilderWithLessRegions(org.jclouds.aws.ec2.compute.AWSEC2TemplateBuilderLiveTest): [] testTemplateBuilderCanFind(org.jclouds.aws.ec2.compute.AWSEC2TemplateBuilderLiveTest): no image matched predicate: And(nullEqualToIsParentOrIsGrandparentOfCurrentLocation(),And(osFamily(centos),osVersion(^6.0$),os64Bit(true))) testTemplateBuilderCanFind(org.jclouds.aws.ec2.compute.AWSEC2TemplateBuilderLiveTest): no image matched predicate: And(nullEqualToIsParentOrIsGrandparentOfCurrentLocation(),And(osFamily(rhel),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='d129b23d-5334-4f1b-bd3d-f6b6dfd79985', requestToken='null', code='InvalidParameterValue', message='Value (0.3) for parameter price is invalid. Spot Instance request price "0.3" exceeds your maximum Spot price limit of "0.08"', 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): [] testNoSsh(org.jclouds.aws.ec2.features.AWSKeyPairApiLiveTest): error runScript on filtered nodes options({loginUser=ec2-user, loginPasswordPresent=true, loginPrivateKeyPresent=true, runAsRoot=false, wrapInInitScript=false})(..) testDescribeSpotPriceHistoryInRegion(org.jclouds.aws.ec2.features.SpotInstanceApiLiveTest): [region=us-east-1, instanceType=g2.2xlarge, productDescription=Linux/UNIX (Amazon VPC), spotPrice=0.08, timestamp=Mon Dec 23 08:26:00 PST 2013, availabilityZone=us-east-1a] testCreateAndRunAService(org.jclouds.aws.ec2.compute.AWSEC2ComputeServiceLiveTest): Optional.get() cannot be called on an absent value testStartCCInstance(org.jclouds.aws.ec2.features.PlacementGroupApiLiveTest): org.jclouds.compute.RunNodesException: error running 1 node group(maginaticsec2cccluster) location(us-east-1) image(ami-0da96764) size(cc2.8xlarge) options({scriptPresent=true, userDataCksum=2f4a740b})(..) testAScriptExecutionAfterBootWithBasicTemplate(org.jclouds.aws.ec2.compute.AWSEC2ComputeServiceLiveTest): Optional.get() cannot be called on an absent value testCreateTwoNodesWithRunScript(org.jclouds.aws.ec2.compute.AWSEC2ComputeServiceLiveTest): Optional.get() cannot be called on an absent value Tests run: 194, Failures: 17, Errors: 0, Skipped: 10 -------------------------------------------------------------------------------- AMAZON S3 Failed tests: testAllLocations(org.jclouds.aws.s3.blobstore.integration.AWSS3ServiceIntegrationLiveTest): maginatics-blobstore-4216343117230983431.s3.amazonaws.com not found: The specified bucket does not exist -------------------------------------------------------------------------------- AZURE Tests run: 69, Failures: 0, Errors: 0, Skipped: 5 -------------------------------------------------------------------------------- CLOUDFILES-US Tests run: 68, Failures: 0, Errors: 0, Skipped: 3 -- Andrew Gaul http://gaul.org/