Please address all the comments and fix the broken CloudBees build:
https://jclouds.ci.cloudbees.com/job/jclouds-labs-pull-requests/1812/console
Even with workarounds I cannot test your code locally due to failures:
```
testCreate(org.jclouds.azure.storage.features.AzureQueueApiMockTest) Time
elapsed: 2.928 sec <<< FAILURE!
java.lang.IllegalArgumentException:
com.google.common.io.BaseEncoding$DecodingException: Unrecognized character: _
at
com.google.common.io.BaseEncoding$Alphabet.decode(BaseEncoding.java:503)
at
com.google.common.io.BaseEncoding$StandardBaseEncoding$2.read(BaseEncoding.java:675)
at
com.google.common.io.BaseEncoding.decodeChecked(BaseEncoding.java:245)
at com.google.common.io.BaseEncoding.decode(BaseEncoding.java:226)
at
org.jclouds.azure.storage.filters.SharedKeyLiteAuthentication.signString(SharedKeyLiteAuthentication.java:139)
at
org.jclouds.azure.storage.filters.SharedKeyLiteAuthentication.calculateSignature(SharedKeyLiteAuthentication.java:131)
at
org.jclouds.azure.storage.filters.SharedKeyLiteAuthentication.filter(SharedKeyLiteAuthentication.java:87)
at
org.jclouds.http.internal.BaseHttpCommandExecutorService.invoke(BaseHttpCommandExecutorService.java:92)
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.$Proxy43.create(Unknown Source)
at
org.jclouds.azure.storage.features.AzureQueueApiMockTest.testCreate(AzureQueueApiMockTest.java:42)
```
--
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/405#issuecomment-318221537