On Tue, May 27, 2014 at 08:40:18PM +0000, Everett Toews wrote: > This thread is for discussion of the first release candidate for Apache > jclouds 1.7.3. Please use this thread for discussion of issues uncovered in > the RC, questions you may have about the RC, etc. Thank you.
I ran verify_jclouds_release.sh against jdk1.7.0_55 and all tests passed but against jdk1.8.0_05 some cloudsigma tests failed. I attached the results from this run. Given that this code has not changed since 1.7.2 this should not block the release. I also ran integration tests against aws-s3. I encountered two types of failures, several due to clock skew for which I submitted a pull request[1] and several due to DNS settling issues described in JCLOUDS-305. We may want to port the generic S3 changes to AWS-S3. [1] https://github.com/jclouds/jclouds/pull/386 -- Andrew Gaul http://gaul.org/
org.jclouds.http.HttpResponseException: command: PUT https://zrh.cloudsigma.com/api/2.0/ips/96537817-f4b6-496b-a861-e74192d3ccb0/ HTTP/1.1 failed with response: HTTP/1.1 500 no response configured for request; content: [ the following request is not configured: ---------------------------------------- PUT https://zrh.cloudsigma.com/api/2.0/ips/96537817-f4b6-496b-a861-e74192d3ccb0/ HTTP/1.1 Accept: application/json Authorization: Basic aWRlbnRpdHk6Y3JlZGVudGlhbA== Content-Type: application/json Content-Length: 92 {"meta":{"test_key_2":"test_value_2","test_key_1":"test_value_1","description":"test vlan"}}---------------------------------------- configured requests: ---------------------------------------- PUT https://zrh.cloudsigma.com/api/2.0/ips/96537817-f4b6-496b-a861-e74192d3ccb0/ HTTP/1.1 Accept: application/json Authorization: Basic aWRlbnRpdHk6Y3JlZGVudGlhbA== Content-Type: application/json Content-Length: 92 {"meta":{"test_key_2":"test_value_2","description":"test vlan","test_key_1":"test_value_1"}}] at org.jclouds.cloudsigma2.handlers.CloudSigmaErrorHandler.handleError(CloudSigmaErrorHandler.java:51) at org.jclouds.http.handlers.DelegatingErrorHandler.handleError(DelegatingErrorHandler.java:69) at org.jclouds.http.internal.BaseHttpCommandExecutorService.shouldContinue(BaseHttpCommandExecutorService.java:180) at org.jclouds.http.internal.BaseHttpCommandExecutorService.invoke(BaseHttpCommandExecutorService.java:150) at org.jclouds.rest.internal.InvokeHttpMethod.invoke(InvokeHttpMethod.java:93) at org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:76) at org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:47) at org.jclouds.rest.internal.DelegatesToInvocationFunction.handle(DelegatesToInvocationFunction.java:156) at org.jclouds.rest.internal.DelegatesToInvocationFunction.invoke(DelegatesToInvocationFunction.java:123) at com.sun.proxy.$Proxy47.editIP(Unknown Source) at org.jclouds.cloudsigma2.CloudSigma2ApiExpectTest.testEditIP(CloudSigma2ApiExpectTest.java:1226) testEditVLAN(org.jclouds.cloudsigma2.CloudSigma2ApiExpectTest) Time elapsed: 0.006 sec <<< FAILURE! org.jclouds.http.HttpResponseException: command: PUT https://zrh.cloudsigma.com/api/2.0/vlans/96537817-f4b6-496b-a861-e74192d3ccb0/ HTTP/1.1 failed with response: HTTP/1.1 500 no response configured for request; content: [ the following request is not configured: ---------------------------------------- PUT https://zrh.cloudsigma.com/api/2.0/vlans/96537817-f4b6-496b-a861-e74192d3ccb0/ HTTP/1.1 Accept: application/json Authorization: Basic aWRlbnRpdHk6Y3JlZGVudGlhbA== Content-Type: application/json Content-Length: 92 {"meta":{"test_key_2":"test_value_2","test_key_1":"test_value_1","description":"test vlan"}}---------------------------------------- configured requests: ---------------------------------------- PUT https://zrh.cloudsigma.com/api/2.0/vlans/96537817-f4b6-496b-a861-e74192d3ccb0/ HTTP/1.1 Accept: application/json Authorization: Basic aWRlbnRpdHk6Y3JlZGVudGlhbA== Content-Type: application/json Content-Length: 92 {"meta":{"test_key_2":"test_value_2","description":"test vlan","test_key_1":"test_value_1"}}] at org.jclouds.cloudsigma2.handlers.CloudSigmaErrorHandler.handleError(CloudSigmaErrorHandler.java:51) at org.jclouds.http.handlers.DelegatingErrorHandler.handleError(DelegatingErrorHandler.java:69) at org.jclouds.http.internal.BaseHttpCommandExecutorService.shouldContinue(BaseHttpCommandExecutorService.java:180) at org.jclouds.http.internal.BaseHttpCommandExecutorService.invoke(BaseHttpCommandExecutorService.java:150) at org.jclouds.rest.internal.InvokeHttpMethod.invoke(InvokeHttpMethod.java:93) at org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:76) at org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:47) at org.jclouds.rest.internal.DelegatesToInvocationFunction.handle(DelegatesToInvocationFunction.java:156) at org.jclouds.rest.internal.DelegatesToInvocationFunction.invoke(DelegatesToInvocationFunction.java:123) at com.sun.proxy.$Proxy47.editVLAN(Unknown Source) at org.jclouds.cloudsigma2.CloudSigma2ApiExpectTest.testEditVLAN(CloudSigma2ApiExpectTest.java:1110) Results : Failed tests: testEditIP(org.jclouds.cloudsigma2.CloudSigma2ApiExpectTest): command: PUT https://zrh.cloudsigma.com/api/2.0/ips/96537817-f4b6-496b-a861-e74192d3ccb0/ HTTP/1.1 failed with response: HTTP/1.1 500 no response configured for request; content: [(..) testEditVLAN(org.jclouds.cloudsigma2.CloudSigma2ApiExpectTest): command: PUT https://zrh.cloudsigma.com/api/2.0/vlans/96537817-f4b6-496b-a861-e74192d3ccb0/ HTTP/1.1 failed with response: HTTP/1.1 500 no response configured for request; content: [(..) Tests run: 88, Failures: 2, Errors: 0, Skipped: 0