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

    https://github.com/apache/brooklyn-server/pull/331#discussion_r80438381
  
    --- Diff: 
camp/camp-brooklyn/src/test/java/org/apache/brooklyn/camp/brooklyn/EntitiesYamlTest.java
 ---
    @@ -1067,4 +1069,35 @@ protected String getEntityTypeName() {
         protected Logger getLogger() {
             return log;
         }
    +    
    +    @Test
    +    public void testLeakSimple() throws Exception {
    +        String yaml =
    +            "services:\n"+
    +                "- type: "+TestEntity.class.getName()+"\n"+
    +                "- type: "+TestEntity.class.getName()+"\n"+
    +                "";
    +        doTestLeak(yaml);
    +    }
    +
    +    @Test
    +    public void testLeakWithPct() throws Exception {
    --- End diff --
    
    platform component template -- have spelt it out


---
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.
---

Reply via email to