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)