I added the classes to test this against Rackspace, an OpenStack provider: https://github.com/andrewgaul/jclouds/tree/Lower_Level_Provider_API
These tests skip and fail: ``` [pool-2-thread-2] Test uploadLargeFile(org.jclouds.rackspace.cloudfiles.us.features.CloudFilesUSDynamicLargeObjectApiLiveTest) skipped. Test suite progress: tests succeeded: 0, failed: 0, skipped: 1. Starting test testReplaceManifest(org.jclouds.rackspace.cloudfiles.us.features.CloudFilesUSDynamicLargeObjectApiLiveTest) [pool-2-thread-1] Test testReplaceManifest(org.jclouds.rackspace.cloudfiles.us.features.CloudFilesUSDynamicLargeObjectApiLiveTest) failed. Test suite progress: tests succeeded: 0, failed: 1, skipped: 1. Tests run: 2, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 119.459 sec <<< FAILURE! - in org.jclouds.rackspace.cloudfiles.us.features.CloudFilesUSDynamicLargeObjectApiLiveTest testReplaceManifest(org.jclouds.rackspace.cloudfiles.us.features.CloudFilesUSDynamicLargeObjectApiLiveTest) Time elapsed: 96.624 sec <<< FAILURE! org.jclouds.http.HttpResponseException: Server rejected operation connecting to PUT https://storage101.syd2.clouddrive.com/v1/MossoCloudFS_27bdd8b2-bd25-4e71-8782-9df11aac95a2/gaul-blobstore2/CloudFilesUSDynamicLargeObjectApiLiveTest/1 HTTP/1.1 at org.jclouds.http.internal.BaseHttpCommandExecutorService.invoke(BaseHttpCommandExecutorService.java:122) 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.$Proxy72.put(Unknown Source) at org.jclouds.openstack.swift.v1.features.DynamicLargeObjectApiLiveTest.assertReplaceManifest(DynamicLargeObjectApiLiveTest.java:87) at org.jclouds.openstack.swift.v1.features.DynamicLargeObjectApiLiveTest.testReplaceManifest(DynamicLargeObjectApiLiveTest.java:50) ``` -- 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/pull/1105#issuecomment-325575491
