You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by GitBox <gi...@apache.org> on 2019/02/11 10:03:03 UTC

[GitHub] aledsage commented on issue #1037: tidy string/primitive coercion

aledsage commented on issue #1037: tidy string/primitive coercion
URL: https://github.com/apache/brooklyn-server/pull/1037#issuecomment-462272662
 
 
   @ahgittin test failure looks related to changes (`TypeCoercionsTest.testCoercePrimitiveFailures`):
   ```
   java.lang.AssertionError: Error from type coercion of maybe to boolean failed with wrong exception; expected match of Predicates.and(containsLiteral("String"),containsLiteral("boolean"),containsLiteral("maybe")) but got: org.apache.brooklyn.util.javalang.coerce.ClassCoercionException: Cannot coerce type String to java.lang.Boolean (maybe): adapting failed
   	at org.apache.brooklyn.util.javalang.coerce.TypeCoercionsTest.assertCoercionFailsWithErrorMatching(TypeCoercionsTest.java:154)
   	at org.apache.brooklyn.util.javalang.coerce.TypeCoercionsTest.testCoercePrimitiveFailures(TypeCoercionsTest.java:140)
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services