You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by aledsage <gi...@git.apache.org> on 2017/01/06 16:58:35 UTC

[GitHub] brooklyn-server issue #508: Alternate names for JcloudsProviders

Github user aledsage commented on the issue:

    https://github.com/apache/brooklyn-server/pull/508
  
    @drigodwin can you kick off the jenkins build again please (e.g. by making a change to the commit id by running `git commit --ammend; git push -f`).
    
    The jenkins test failure looks unrelated, so we should look at that in a separate PR:
    ```
    2017-01-06 14:40:00,515 INFO  TESTNG INVOKING: "Surefire test" - org.apache.brooklyn.core.entity.ApplicationLifecycleStateTest.testStartsThenChildFailsButWithQuorumCausesAppToSucceed()
    2017-01-06 14:40:00,586 INFO  No Camp-YAML parser registered for parsing catalog item DSL; skipping DSL-parsing
    2017-01-06 14:40:00,604 WARN  Setting TestEntityImpl{id=pr3k9o55xr} on-fire due to problems when expected running, up=false, not-up-indicators: {myIndicator=Simulate not-up of child}
    2017-01-06 14:40:00,605 WARN  Setting Application[jncpaf3w] on-fire due to problems when expected running, up=true, problems: {service-lifecycle-indicators-from-children-and-members=Required entity not healthy: TestEntityImpl{id=pr3k9o55xr}}
    2017-01-06 14:40:00,616 INFO  TESTNG FAILED: "Surefire test" - org.apache.brooklyn.core.entity.ApplicationLifecycleStateTest.testStartsThenChildFailsButWithQuorumCausesAppToSucceed() finished in 99 ms
    java.lang.AssertionError: entity=Application[jncpaf3w]; attribute=Sensor: service.state (org.apache.brooklyn.core.entity.lifecycle.Lifecycle) expected [running] but found [on-fire]
    	at org.apache.brooklyn.test.Asserts.fail(Asserts.java:754)
    	at org.apache.brooklyn.test.Asserts.failNotEquals(Asserts.java:144)
    	at org.apache.brooklyn.test.Asserts.assertEquals(Asserts.java:466)
    	at org.apache.brooklyn.core.entity.EntityAsserts.assertAttributeEquals(EntityAsserts.java:58)
    	at org.apache.brooklyn.core.entity.EntityAsserts$4.run(EntityAsserts.java:126)
    	at org.apache.brooklyn.test.Asserts$RunnableAdapter.call(Asserts.java:1351)
    	at org.apache.brooklyn.test.Asserts.succeedsContinually(Asserts.java:1034)
    	at org.apache.brooklyn.test.Asserts.succeedsContinually(Asserts.java:1013)
    	at org.apache.brooklyn.core.entity.EntityAsserts.assertAttributeEqualsContinually(EntityAsserts.java:124)
    	at org.apache.brooklyn.core.entity.ApplicationLifecycleStateTest.assertHealthContinually(ApplicationLifecycleStateTest.java:196)
    	at org.apache.brooklyn.core.entity.ApplicationLifecycleStateTest.testStartsThenChildFailsButWithQuorumCausesAppToSucceed(ApplicationLifecycleStateTest.java:170)
    ```


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