Github user aledsage commented on a diff in the pull request:

    https://github.com/apache/brooklyn-server/pull/480#discussion_r101790138
  
    --- Diff: 
camp/camp-brooklyn/src/test/java/org/apache/brooklyn/camp/brooklyn/ConfigYamlTest.java
 ---
    @@ -91,6 +96,62 @@ public void testConfigInConfigBlock() throws Exception {
             assertNull(entity.getMyField()); // field with @SetFromFlag
             assertNull(entity.getMyField2()); // field with 
@SetFromFlag("myField2Alias"), set using alias
         }
    +    
    +
    +    @Test
    +    public void testRecursiveConfigFailsGracefully() throws Exception {
    +        doTestRecursiveConfigFailsGracefully(false);
    +    }
    +    
    +    // TODO this test fails because entities aren't available when 
evaluating immediately
    --- End diff --
    
    This test passes for me - when/why does it fail, or does this comment need 
deleted?


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to