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 "Gergely Pollak (Jira)" <ji...@apache.org> on 2020/05/19 10:25:00 UTC

[jira] [Created] (YARN-10277) CapacityScheduler test TestUserGroupMappingPlacementRule should build proper hierarchy

Gergely Pollak created YARN-10277:
-------------------------------------

             Summary: CapacityScheduler test TestUserGroupMappingPlacementRule should build proper hierarchy
                 Key: YARN-10277
                 URL: https://issues.apache.org/jira/browse/YARN-10277
             Project: Hadoop YARN
          Issue Type: Task
            Reporter: Gergely Pollak


Since the CapacityScheduler internal implementation depends more and more on queue being hierarchical, the test gets really hard to maintain. A lot of test cases were failing because they used non existing queues, but the older placement rule solution ignored missing parents, but since the leaf queue change in CS, we must be able to get a full path for any queue, since all queues are referenced by their full path.

This test should reflect this and instead of creating and expecting the existance of fictional queues, it should create a proper queue hierarchy, with a way to describe it better. 

Currently we set up a bunch of mockito "when" statements to simulate the queue behavior, but this is a hassle to maintain, and easy to miss a few method.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-dev-help@hadoop.apache.org