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/12/12 10:11:25 UTC

[GitHub] brooklyn-server issue #894: Adds SetLimitsCustomizer for centos/rhel

Github user aledsage commented on the issue:

    https://github.com/apache/brooklyn-server/pull/894
  
    Retest this please
    
    Test failure was `MachineEntityJcloudsRebindTest.testRebind`, which is unrelated I believe. I could reproduce this locally by running with `@Test(invocationCount=...)` to do it a few dozen times. The failure is shown below - not obvious what's going wrong here.
    ```
    2017-12-12 10:04:49,600 INFO  failed succeeds-eventually, 74 attempts, 30002ms elapsed (rethrowing): java.lang.AssertionError: Commands (/etc/os-release) not contain in [[cat /proc/uptime], [uptime], [ps -A -o pcpu], [free | grep Mem:]]
    	at org.apache.brooklyn.entity.machine.MachineEntityJcloudsRebindTest.assertRecordedSshCmdContainsEventually(MachineEntityJcloudsRebindTest.java:117)
    	at org.apache.brooklyn.entity.machine.MachineEntityJcloudsRebindTest.testRebind(MachineEntityJcloudsRebindTest.java:103)
    ```


---