```
Results :

Failed tests:
  
AzureComputeServiceLiveTest>BaseComputeServiceLiveTest.testCompareSizes:887->BaseComputeServiceLiveTest.doCompareSizes:891
 » Provision
  
AzureComputeServiceLiveTest>BaseComputeServiceLiveTest.testCreateAndRunAService:733->BaseComputeServiceLiveTest.createAndRunAServiceInGroup:747->BaseComputeServiceLiveTest.buildTemplate:541
 » Provision
  AzureComputeServiceLiveTest>BaseComputeServiceLiveTest.testImageById:212 » 
Provision
  
AzureComputeServiceLiveTest>BaseComputeServiceLiveTest.testOptionToNotBlock:850->BaseComputeServiceLiveTest.buildTemplate:541
 » Provision
  
AzureComputeServiceLiveTest>BaseComputeServiceLiveTest.testWeCanCancelTasks:282->BaseComputeServiceLiveTest.buildTemplate:541
 » Provision
  
AzureComputeServiceLiveTest>BaseComputeServiceLiveTest.testTemplateMatch:341->BaseComputeServiceLiveTest.buildTemplate:541
 » Provision
  
AzureTemplateBuilderLiveTest>BaseTemplateBuilderLiveTest.testTemplateBuilderWithLoginUserSpecified:189->BaseTemplateBuilderLiveTest.tryOverrideUsingPropertyKey:213
 expected [[user=foo, passwordPresent=true, privateKeyPresent=false, 
shouldAuthenticateSudo=true]] but found [[user=jclouds, passwordPresent=true, 
privateKeyPresent=false, shouldAuthenticateSudo=false]]
  
AzureComputeImageExtensionLiveTest>BaseImageExtensionLiveTest.testCreateImage:100
 » RunNodes
  VirtualMachineApiLiveTest.testCapture:192 » Runtime error reading from 
stream,...

Tests run: 110, Failures: 9, Errors: 0, Skipped: 17
```

where

```
testCapture(org.jclouds.azurecompute.arm.features.VirtualMachineApiLiveTest)  
Time elapsed: 0.279 sec  <<< FAILURE!
java.lang.RuntimeException: error reading from stream, parsing object named 
[resources] from http response {statusCode=202, message=Accepted, 
headers={Date=[Mon, 26 Sep 2016 16:27:04 GMT], 
Location=[https://management.azure.com/subscriptions/610bba05-d7a7-4567-96af-48ecbd09453b/providers/Microsoft.Compute/locations/westeurope/operations/2f1407a3-5130-4538-83b5-afa64606fb0a?monitor=true&api-version=2015-06-15],
 OkHttp-Received-Millis=[1474907225580], OkHttp-Selected-Protocol=[http/1.1], 
OkHttp-Sent-Millis=[1474907225479], Pragma=[no-cache], 
Server=[Microsoft-HTTPAPI/2.0, Microsoft-HTTPAPI/2.0], 
Strict-Transport-Security=[max-age=31536000; includeSubDomains], 
x-ms-correlation-request-id=[74db5cce-8a6d-483f-b2f4-eaff4d1d70f1], 
x-ms-ratelimit-remaining-subscription-reads=[14310], 
x-ms-request-id=[b86aa0d1-4305-433f-a714-2bd7ccda2b3c], 
x-ms-routing-request-id=[WESTEUROPE:20160926T162705Z:74db5cce-8a6d-483f-b2f4-eaff4d1d70f1],
 x-ms-served-by=[829aaa51-e3b6-4886-885b-e8d2c2a9415c_131191600707625458]}, 
payload=[content=true, contentMetadata=[cacheControl=no-cache, 
contentDisposition=null, contentEncoding=null, contentLanguage=null, 
contentLength=0, contentMD5=null, contentType=application/unknown, expires=Thu 
Jan 01 01:00:00 CET 1970], written=false, isSensitive=false]}
        at 
com.google.gson.stream.JsonReader.nextNonWhitespace(JsonReader.java:1415)
        at 
com.google.gson.stream.JsonReader.consumeNonExecutePrefix(JsonReader.java:1582)
        at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:538)
        at com.google.gson.stream.JsonReader.peek(JsonReader.java:429)
        at 
org.jclouds.http.functions.ParseFirstJsonValueNamed.apply(ParseFirstJsonValueNamed.java:73)
        at 
org.jclouds.http.functions.ParseFirstJsonValueNamed.apply(ParseFirstJsonValueNamed.java:44)
        at 
org.jclouds.rest.internal.InvokeHttpMethod.invoke(InvokeHttpMethod.java:90)
        at 
org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:73)
        at 
org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:44)
        at 
org.jclouds.reflect.FunctionalReflection$FunctionalInvocationHandler.handleInvocation(FunctionalReflection.java:117)
        at 
com.google.common.reflect.AbstractInvocationHandler.invoke(AbstractInvocationHandler.java:87)
        at com.sun.proxy.$Proxy90.captureStatus(Unknown Source)
        at 
org.jclouds.azurecompute.arm.compute.config.AzureComputeServiceContextModule$ImageDonePredicate.apply(AzureComputeServiceContextModule.java:265)
        at 
org.jclouds.azurecompute.arm.compute.config.AzureComputeServiceContextModule$ImageDonePredicate.apply(AzureComputeServiceContextModule.java:253)
        at 
org.jclouds.util.Predicates2$RetryablePredicate.apply(Predicates2.java:117)
        at 
org.jclouds.azurecompute.arm.features.VirtualMachineApiLiveTest.testCapture(VirtualMachineApiLiveTest.java:192)
```

hope to fix it soon

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/317#issuecomment-249623532

Reply via email to