Github user aledsage commented on the issue:
https://github.com/apache/brooklyn-server/pull/893
retest this please
Failure was
`ElectPrimaryTest.testSelectionModeFailoverReelectWithPreference`:
```
java.lang.AssertionError: failed succeeds-eventually, 75 attempts, 30001ms
elapsed: AssertionError: attribute=Sensor: primary
(org.apache.brooklyn.api.entity.Entity); val=TestEntityImpl{id=rg0witaqno}
at
org.apache.brooklyn.camp.brooklyn.test.policy.failover.ElectPrimaryTest.runSelectionModeTest(ElectPrimaryTest.java:334)
at
org.apache.brooklyn.camp.brooklyn.test.policy.failover.ElectPrimaryTest.testSelectionModeFailoverReelectWithPreference(ElectPrimaryTest.java:292)
Caused by: java.lang.AssertionError: attribute=Sensor: primary
(org.apache.brooklyn.api.entity.Entity); val=TestEntityImpl{id=rg0witaqno}
at
org.apache.brooklyn.camp.brooklyn.test.policy.failover.ElectPrimaryTest.runSelectionModeTest(ElectPrimaryTest.java:334)
at
org.apache.brooklyn.camp.brooklyn.test.policy.failover.ElectPrimaryTest.testSelectionModeFailoverReelectWithPreference(ElectPrimaryTest.java:292)
```
---