Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.10.1
-
None
-
None
Description
Here's the assertion failure
testProcessJobKillShouldWork FAILED
java.lang.AssertionError:
at org.junit.Assert.fail(Assert.java:91)
at org.junit.Assert.assertTrue(Assert.java:43)
at org.junit.Assert.assertTrue(Assert.java:54)
at org.apache.samza.job.local.TestProcessJob.testProcessJobKillShouldWork(TestProcessJob.scala:54)
It suggests that the process isn't getting terminated.