Section 3.5 of http://wiki.apache.org/jclouds/Bylaws should have given
committers until Wednesday (3 days excluding weekends) to respond to the
vote thread since we started voting on Friday.  I have not completed my
testing of jclouds 1.7.0-rc2 and thus have not responded to the vote
thread.

Andrew Bayer could you comment on this?

On Mon, Dec 23, 2013 at 06:56:24PM +0000, Everett Toews wrote:
> Care to weigh in on the [VOTE] thread?
> 
> Everett
> 
> 
> On Dec 23, 2013, at 12:17 PM, Andrew Gaul wrote:
> 
> > 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/

-- 
Andrew Gaul
http://gaul.org/

Reply via email to