> 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?
The idea is that the method in the compute service adapter that creates the nodes should trigger the server creation without waiting for the server to be ready. This way users can use the TemplateOptions to configure if they want to block or not. However, looking at the implementation it looks like we need the server to be ready in order to set the firewalls afterwards. Is that true? Can be the firewalls be configured earlier so we can avoid waiting for the server? If not, then let's override this test as in [profitbricks-rest](https://github.com/jclouds/jclouds-labs/blob/master/profitbricks-rest/src/test/java/org/apache/jclouds/profitbricks/rest/compute/ProfitBricksComputeServiceLiveTest.java#L71-L74). -- 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-276804812
