Github user neykov commented on a diff in the pull request:
https://github.com/apache/brooklyn-server/pull/610#discussion_r107883050
--- Diff:
software/base/src/test/java/org/apache/brooklyn/entity/software/base/lifecycle/ScriptHelperIntegrationTest.java
---
@@ -54,14 +56,25 @@
private Location loc;
@BeforeMethod(alwaysRun=true)
- @SuppressWarnings("unchecked")
@Override
public void setUp() throws Exception {
super.setUp();
loc =
app.getManagementContext().getLocationRegistry().getLocationManaged("localhost");
}
- @Test(groups = "Integration")
+// Fails with:
+// Message: SIGTERM should be tried one time expected [1] but found [16]
+//
+// Stacktrace:
+//
+// at org.testng.Assert.fail(Assert.java:94)
+// at org.testng.Assert.failNotEquals(Assert.java:513)
+// at org.testng.Assert.assertEqualsImpl(Assert.java:135)
+// at org.testng.Assert.assertEquals(Assert.java:116)
+// at org.testng.Assert.assertEquals(Assert.java:389)
+// at
org.apache.brooklyn.entity.software.base.lifecycle.ScriptHelperIntegrationTest.testStopCommandWaitsToStopWithSigTerm(ScriptHelperIntegrationTest.java:83)
+// at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
+ @Test(groups={"Integration","Broken"})
--- End diff --
cc @bostko - tried to figure out why kill doesn't work but didn't find an
obvious reason
---
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.
---