Github user aledsage commented on the issue:
https://github.com/apache/brooklyn-server/pull/859
Test failure looked unrelated, and I couldn't reproduce locally (or see why
this would fail!):
```
java.lang.AssertionError: failed succeeds-eventually, 21 attempts, 3001ms
elapsed: AssertionError: entity=TestEntityImpl{id=rk7nfi2oqq};
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:338)
at
org.apache.brooklyn.core.entity.lifecycle.ServiceStateLogicTest.testStopsNicelyToo(ServiceStateLogicTest.java:143)
Caused by: java.lang.AssertionError: entity=TestEntityImpl{id=rk7nfi2oqq};
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:338)
at
org.apache.brooklyn.core.entity.lifecycle.ServiceStateLogicTest.testStopsNicelyToo(ServiceStateLogicTest.java:143)
```
---