113 methods - 6 failed, 5 skipped, 102 passed

two failures are clearly related, i'll push a fix for them.  the other 5 look 
aren't obviously related.  do you know if they were previously healthy?  i've 
put details on some of the failures at the bottom.  i have the full run 
(including 2g of logs) if you want any more to debug.

```
113 methods, 6 failed, 5 skipped, 102 passed
Failed methods (hide)
  testCreateAndListEBSBackedImage 
  testDeleteVolumeInRegion 
  testDescribe 
  testDescribeSpotPriceHistoryInRegion 
  testListNodesByIds 
  testStartCCInstance 
Skipped methods (hide)
  testAddIpPermissionWithCidrExclusionGroup 
  testDeleteSnapshotInRegion 
  testDestroyNodes 
  testGetLaunchPermissionForImage 
  testRemoveIpPermissionWithCidrExclusionGroup 
```

selected error details:

```
org.jclouds.aws.ec2.features.AWSSecurityGroupApiLiveTest
testDescribe
org.jclouds.aws.AWSResponseException: request POST 
https://ec2.eu-west-1.amazonaws.com/ HTTP/1.1 failed with code 400, error: 
AWSError{requestId='88d91955-87ae-42e6-865b-08bd6e52f631', requestToken='null', 
code='InvalidParameterValue', message='Invalid value 'launch-wizard-37' for 
groupName. You may not reference Amazon VPC security groups by name. Please use 
the corresponding id for this operation.', context='{Response=, Errors=}'}
```

```
org.jclouds.aws.ec2.features.AWSElasticBlockStoreApiLiveTest
testDeleteVolumeInRegion
java.lang.AssertionError: Sets differ: expected [] but got [Volume 
[attachments=[], availabilityZone=us-east-1a, createTime=Sat Apr 25 00:25:38 
BST 2015, id=vol-cceb1282, region=us-east-1, size=1, snapshotId=null, 
status=deleting, volumeType=standard, iops=null, encrypted=false]]
        at 
org.jclouds.ec2.features.ElasticBlockStoreApiLiveTest.testDeleteVolumeInRegion(ElasticBlockStoreApiLiveTest.java:286)
```


---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/732#issuecomment-96185487

Reply via email to