@nacx i am having an issue with `testOptionToNotBlock` its throwing back the
error below, appearntly the assertion fails when it checks if the server is not
running, i assume i have to pass some value to determine wither the server
should be turned on after creation or not, how do you think i should proceed
with this?
```{id=5808705513F553D7FB7B7DACF9C3F49B,
providerId=5808705513F553D7FB7B7DACF9C3F49B, name=oneandone-block-425,
location={scope=REGION, id=de, description=de, parent=oneandone,
iso3166Codes=[DE-DEU]}, group=oneandone-block, os={family=ubuntu,
version=12.04, description=ubuntu1204-64min, is64Bit=true},
status=RUNNING[POWERED_ON], loginPort=22, publicAddresses=[82.165.97.250],
hardware={id=automatic:cores=1.0;ram=1;disk=20,
providerId=automatic:cores=1.0;ram=1;disk=20,
name=automatic:cores=1.0;ram=1;disk=20, location={scope=REGION, id=de,
description=de, parent=oneandone, iso3166Codes=[DE-DEU]},
processors=[{cores=1.0, speed=1.0}], ram=1024,
volumes=[{id=76ED0EC78992C2F914E9EB3330F21E43, type=LOCAL, size=20.0,
bootDevice=true, durable=true}], hypervisor=kvm, supportsImage=ALWAYS_TRUE},
loginUser=root}
java.lang.AssertionError
at
org.jclouds.compute.internal.BaseComputeServiceLiveTest.testOptionToNotBlock(BaseComputeServiceLiveTest.java:864)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:696)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:882)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1189)
at
org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:124)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
```
--
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/338#issuecomment-276798395