[
https://issues.apache.org/jira/browse/MAPREDUCE-4675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bikas Saha updated MAPREDUCE-4675:
----------------------------------
Attachment: MAPREDUCE-4675.branch-1.1.patch
A recent commit changed the heartbeat interval for small clusters that looks
like it made this test race and fail. The MR parameter that was changed is
final and so the test cannot override it. Working around by changing a
different parameter that will change the heartbeat.
> 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
> Attachments: MAPREDUCE-4675.branch-1.1.patch
>
>
> 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