You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "Ignasi Barrera (JIRA)" <ji...@apache.org> on 2015/07/14 23:30:05 UTC

[jira] [Assigned] (JCLOUDS-462) many aws-ec2 live tests fail

     [ https://issues.apache.org/jira/browse/JCLOUDS-462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ignasi Barrera reassigned JCLOUDS-462:
--------------------------------------

    Assignee: Ignasi Barrera

> many aws-ec2 live tests fail
> ----------------------------
>
>                 Key: JCLOUDS-462
>                 URL: https://issues.apache.org/jira/browse/JCLOUDS-462
>             Project: jclouds
>          Issue Type: Bug
>          Components: jclouds-compute
>    Affects Versions: 1.7.1
>            Reporter: Andrew Gaul
>            Assignee: Ignasi Barrera
>
> The many failures make it hard to have confidence in our most popular provider:
> {noformat}
> $ mvn integration-test -pl :aws-ec2 -Plive
> 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
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)