[ https://issues.apache.org/jira/browse/MAPREDUCE-1731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12862159#action_12862159 ]
Iyappan Srinivasan commented on MAPREDUCE-1731: ----------------------------------------------- Hi Vinay. Code looks good. Some comments. 1) After suspending task, immediately the task may not die, it will still be visible when ps command is given. So, check the Assert statements immediately after suspending. 2) space between paramters of methods 3) Assert.AssertEquals ExitCode - Give more detailed info like "cannot suspend task" > Process tree clean up suspended task tests. > ------------------------------------------- > > Key: MAPREDUCE-1731 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-1731 > Project: Hadoop Map/Reduce > Issue Type: Task > Components: test > Reporter: Vinay Kumar Thota > Assignee: Vinay Kumar Thota > Attachments: suspendtask_1731.patch > > > 1 .Verify the process tree cleanup of suspended task and task should be > terminated after timeout. > 2. Verify the process tree cleanup of suspended task and resume the task > before task timeout. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.