You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by aledsage <gi...@git.apache.org> on 2017/03/06 13:36:25 UTC

[GitHub] brooklyn-server issue #581: EntityConfigTest: add tests for ImmediateSupplie...

Github user aledsage commented on the issue:

    https://github.com/apache/brooklyn-server/pull/581
  
    Jenkins failed with an unrelated test: `HttpCommandEffectorYamlRebindTest.testRebindWhenHealthy:64->runRebindWhenIsUp:81`. I'll do a `git commit --amend; git push -f` to kick-off jenkins again. We can investigate that failure in a separate PR.
    
    ```
    2017-03-06 13:05:10,290 INFO  TESTNG FAILED: "Surefire test" - org.apache.brooklyn.camp.brooklyn.HttpCommandEffectorYamlRebindTest.testRebindWhenHealthy() finished in 6622 ms
    java.util.concurrent.ExecutionException: org.apache.brooklyn.core.mgmt.internal.EffectorUtils$EffectorCallPropagatedRuntimeException: Error invoking myEffector at TestEntityImpl{id=mspeu8p6i9}: Server error
    	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
    	at java.util.concurrent.FutureTask.get(FutureTask.java:188)
    	at com.google.common.util.concurrent.ForwardingFuture.get(ForwardingFuture.java:63)
    	at org.apache.brooklyn.util.core.task.BasicTask.get(BasicTask.java:361)
    	at org.apache.brooklyn.camp.brooklyn.HttpCommandEffectorYamlRebindTest.runRebindWhenIsUp(HttpCommandEffectorYamlRebindTest.java:81)
    	at org.apache.brooklyn.camp.brooklyn.HttpCommandEffectorYamlRebindTest.testRebindWhenHealthy(HttpCommandEffectorYamlRebindTest.java:64)
    Caused by: org.apache.brooklyn.core.mgmt.internal.EffectorUtils$EffectorCallPropagatedRuntimeException: Error invoking myEffector at TestEntityImpl{id=mspeu8p6i9}: Server error
    	at org.apache.brooklyn.core.mgmt.internal.EffectorUtils$EffectorCallPropagatedRuntimeException.propagate(EffectorUtils.java:318)
    	at org.apache.brooklyn.core.mgmt.internal.EffectorUtils$EffectorCallPropagatedRuntimeException.access$100(EffectorUtils.java:285)
    	at org.apache.brooklyn.core.mgmt.internal.EffectorUtils.handleEffectorException(EffectorUtils.java:326)
    	at org.apache.brooklyn.core.effector.EffectorTasks$EffectorBodyTaskFactory$2.handleException(EffectorTasks.java:90)
    	at org.apache.brooklyn.util.core.task.DynamicSequentialTask.handleException(DynamicSequentialTask.java:472)
    	at org.apache.brooklyn.util.core.task.DynamicSequentialTask$DstJob.call(DynamicSequentialTask.java:420)
    	at org.apache.brooklyn.util.core.task.BasicExecutionManager$SubmissionCallable.call(BasicExecutionManager.java:529)
    	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    	at java.lang.Thread.run(Thread.java:745)
    Caused by: org.apache.brooklyn.util.exceptions.PropagatedRuntimeException: Server error
    	at org.apache.brooklyn.util.exceptions.Exceptions.propagate(Exceptions.java:130)
    	at org.apache.brooklyn.util.core.task.BasicTask.getUnchecked(BasicTask.java:372)
    	at org.apache.brooklyn.core.effector.http.HttpCommandEffector$Body.call(HttpCommandEffector.java:132)
    	at org.apache.brooklyn.core.effector.http.HttpCommandEffector$Body.call(HttpCommandEffector.java:92)
    	at org.apache.brooklyn.core.effector.EffectorTasks$EffectorBodyTaskFactory$1.call(EffectorTasks.java:82)
    	at org.apache.brooklyn.util.core.task.DynamicSequentialTask$DstJob.call(DynamicSequentialTask.java:362)
    	... 5 more
    Caused by: java.util.concurrent.ExecutionException: java.lang.RuntimeException: Server error
    	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
    	at java.util.concurrent.FutureTask.get(FutureTask.java:188)
    	at com.google.common.util.concurrent.ForwardingFuture.get(ForwardingFuture.java:63)
    	at org.apache.brooklyn.util.core.task.BasicTask.get(BasicTask.java:361)
    	at org.apache.brooklyn.util.core.task.BasicTask.getUnchecked(BasicTask.java:370)
    	... 9 more
    Caused by: java.lang.RuntimeException: Server error
    	at org.apache.brooklyn.core.effector.http.HttpCommandEffector$Body.validateResponse(HttpCommandEffector.java:160)
    	at org.apache.brooklyn.core.effector.http.HttpCommandEffector$Body.access$000(HttpCommandEffector.java:92)
    	at org.apache.brooklyn.core.effector.http.HttpCommandEffector$Body$1.call(HttpCommandEffector.java:123)
    	... 6 more
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---