Github user sjcorbett commented on the pull request:
https://github.com/apache/brooklyn-server/pull/112#issuecomment-208839371
Test failure is valid:
```
java.lang.IllegalArgumentException: Cannot coerce or set
org.apache.brooklyn.entity.group.DynamicClusterTest$22@2bb2743b to
dynamiccluster.configurable.removalStrategy[ConfigKey:org.apache.brooklyn.entity.group.RemovalStrategy]
at
org.apache.brooklyn.core.config.internal.AbstractConfigMapImpl.coerceConfigVal(AbstractConfigMapImpl.java:83)
~[classes/:na]
Caused by: org.apache.brooklyn.util.core.flags.ClassCoercionException:
Cannot coerce type null to org.apache.brooklyn.entity.group.RemovalStrategy
(org.apache.brooklyn.entity.group.DynamicClusterTest$22@2bb2743b): no adapter
known
at
org.apache.brooklyn.util.core.flags.TypeCoercions.coerce(TypeCoercions.java:285)
~[classes/:na]
```
---
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 [email protected] or file a JIRA ticket
with INFRA.
---