Arpit Gupta created MAPREDUCE-4675:
--------------------------------------
Summary: TestKillSubProcesses fails as the process is still alive after the job
is done
Key: MAPREDUCE-4675
URL: https://issues.apache.org/jira/browse/MAPREDUCE-4675
Project: Hadoop Map/Reduce
Issue Type: Bug
Components: test
Affects Versions: 1.1.0, 1.2.0
Reporter: Arpit Gupta
Assignee: Bikas Saha
I ran this test in branch 1 and branch 1.1 and they both failed with the following
{code}
Testcase: testJobKillFailAndSucceed took 82.219 sec
FAILED
null
junit.framework.AssertionFailedError: null
at org.apache.hadoop.mapred.TestKillSubProcesses.validateKillingSubprocesses(TestKillSubProcesses.java:245)
at org.apache.hadoop.mapred.TestKillSubProcesses.runKillingJobAndValidate(TestKillSubProcesses.java:97)
at org.apache.hadoop.mapred.TestKillSubProcesses.runTests(TestKillSubProcesses.java:336)
at org.apache.hadoop.mapred.TestKillSubProcesses.testJobKillFailAndSucceed(TestKillSubProcesses.java:320)
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
|