[ 
https://issues.apache.org/jira/browse/HADOOP-4831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vinod K V updated HADOOP-4831:
------------------------------

    Attachment: HADOOP-4831-20090115-2-git.txt

New patch incorporating all the above review comments except one.

bq. In TestJobInitalization method testJobInitInSingleQ() why don't we just 
exit if one of the test cases fail i.e. normalPriorityJobInitializationTest, 
highPriorityJobInitializationTest and jobKillWhileSetupIsRunning are the test 
any one of the tailure should stop the subsequent test cases from running right?
All the tests in testJobInitInSingleQueue are supposed to be individual tests, 
but are combined together so as to reuse the cluster and save some test time. 
The testcase needs to continue running other tests in the hope of finding all 
the possible bugs/errors in a single run.

Also added the previously missing ASF license for TestJobInitialization.java.

> Have end to end tests based on MiniMRCluster to verify the correct behaviour 
> of job initialization.
> ---------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-4831
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4831
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/capacity-sched
>            Reporter: Vinod K V
>            Assignee: Vinod K V
>         Attachments: HADOOP-4831-20081230-git-final.txt, 
> HADOOP-4831-20090107-svn-1.txt, HADOOP-4831-20090113-git.txt, 
> HADOOP-4831-20090115-2-git.txt
>
>
> Write tests to verify that the right number of jobs in the right order are 
> initialized and that the limits on the number of jobs that can stay 
> initialized at any time are honoured.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to