You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by "Karthik Kambatla (JIRA)" <ji...@apache.org> on 2016/03/13 03:34:33 UTC

[jira] [Created] (YARN-4805) Don't through all schedulers in ParameterizedTestBase

Karthik Kambatla created YARN-4805:
--------------------------------------

             Summary: Don't through all schedulers in ParameterizedTestBase
                 Key: YARN-4805
                 URL: https://issues.apache.org/jira/browse/YARN-4805
             Project: Hadoop YARN
          Issue Type: Sub-task
    Affects Versions: 2.8.0
            Reporter: Karthik Kambatla
            Assignee: Karthik Kambatla


ParameterizedSchedulerTestBase was created to make sure tests that were written with CapacityScheduler in mind don't fail when run against FairScheduler. Before this was introduced, tests would fail because FairScheduler requires an allocation file. 

However, the tests that extend it take about 10 minutes per scheduler. So, instead of running against both schedulers, we could setup the scheduler appropriately so the tests pass against both schedulers. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)