On Thu, Feb 06, 2014 at 04:32:36PM +0100, Ignasi Barrera wrote: > This thread is for discussion of the first release candidate for > Apache jclouds-1.7.1. Please use this thread for discussion of issues > uncovered in the RC, questions you may have about the RC, etc. Thank > you.
I successfully ran verify_jclouds_release.sh with additions for jclouds-labs-aws and jclouds-labs-google. Do we have a canonical copy of this script? I also ran live tests against atmos, aws-ec2, aws-s3, azureblob, and cloudfiles-us and attached the results. Most blobstore providers test cleanly. I opened https://issues.apache.org/jira/browse/JCLOUDS-461 to track several transient aws-s3 bucket settling failures and https://issues.apache.org/jira/browse/JCLOUDS-462 to track the many aws-ec2 failures also present in jclouds 1.7.0. -- Andrew Gaul http://gaul.org/
ATMOS Tests run: 44, Failures: 0, Errors: 0, Skipped: 5 -------------------------------------------------------------------------------- AWS-EC2 Failed tests: testAmazonLinuxInstanceStore(org.jclouds.aws.ec2.compute.AWSEC2TemplateBuilderLiveTest): expected [pv-2013.09.rc-1] but found [pv-2013.09.2] 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(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='006c52a7-ac23-4f92-8e0c-e85df3b1cf8f', 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=c3.4xlarge, productDescription=Linux/UNIX (Amazon VPC), spotPrice=1.2, timestamp=Mon Feb 10 17:55:40 PST 2014, availabilityZone=us-east-1d] testCreateAndRunAService(org.jclouds.aws.ec2.compute.AWSEC2ComputeServiceLiveTest): Optional.get() cannot be called on an absent value testAScriptExecutionAfterBootWithBasicTemplate(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(gaulec2cccluster) location(us-east-1) image(ami-0da96764) size(cc2.8xlarge) options({scriptPresent=true, userDataCksum=2f4a740b})(..) testCreateTwoNodesWithRunScript(org.jclouds.aws.ec2.compute.AWSEC2ComputeServiceLiveTest): Optional.get() cannot be called on an absent value Tests run: 194, Failures: 18, Errors: 0, Skipped: 10 -------------------------------------------------------------------------------- AWS-S3 Failed tests: testListBucketPrefix(org.jclouds.aws.s3.services.AWSBucketsLiveTest): maginatics-blobstore-7285625262879226988.s3.amazonaws.com not found: The specified bucket does not exist testCopyCannedAccessPolicyPublic(org.jclouds.aws.s3.AWSS3ClientLiveTest): maginatics-blobstore-111427056077287241.s3.amazonaws.com not found: The specified bucket does not exist testGetIfMatch(org.jclouds.aws.s3.blobstore.integration.AWSS3BlobIntegrationLiveTest) Tests run: 96, Failures: 3, Errors: 0, Skipped: 1 -------------------------------------------------------------------------------- AZUREBLOB Tests run: 69, Failures: 0, Errors: 0, Skipped: 5 -------------------------------------------------------------------------------- CLOUDFILES-US Tests run: 70, Failures: 0, Errors: 0, Skipped: 3
