Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.5.0
Description
The subtree query parameter is interpreted the opposite of what would be expected.
If you call /ws/v1/partition/default/queue/root?subtree then you do not get the subtree. If you call /ws/v1/partition/default/queue/root you get the whole tree rooted at root
We have not documented the new API yet so before we add it to the docs we should fix the behaviour:
- subtree given: return the whole tree
- subtree missing: return one level
The code fix is as simple as a ! in a single call and inverting the test cases to pass or not pass ?subtree
Attachments
Issue Links
- relates to
-
YUNIKORN-2042 REST API for specific queue
- Closed
- links to