Github user aledsage commented on the issue:
https://github.com/apache/brooklyn-server/pull/865
retest this please
Test passed first time, and then failed with an unrelated test-failure the
second time (captured below). Kicking it off a third time.
```
java.lang.AssertionError: failed succeeds-eventually, 21 attempts, 3000ms
elapsed: AssertionError: entity=Application[kgg9to9f]; attribute=Sensor:
service.state (org.apache.brooklyn.core.entity.lifecycle.Lifecycle) expected
[stopped] but found [stopping]
at
org.apache.brooklyn.core.entity.lifecycle.ServiceStateLogicTest.assertAttributeEqualsEventually(ServiceStateLogicTest.java:339)
at
org.apache.brooklyn.core.entity.lifecycle.ServiceStateLogicTest.testStopsNicelyToo(ServiceStateLogicTest.java:143)
Caused by: java.lang.AssertionError: entity=Application[kgg9to9f];
attribute=Sensor: service.state
(org.apache.brooklyn.core.entity.lifecycle.Lifecycle) expected [stopped] but
found [stopping]
at
org.apache.brooklyn.core.entity.lifecycle.ServiceStateLogicTest.assertAttributeEqualsEventually(ServiceStateLogicTest.java:339)
at
org.apache.brooklyn.core.entity.lifecycle.ServiceStateLogicTest.testStopsNicelyToo(ServiceStateLogicTest.java:143)
```
---