Wilfred Spiegelenburg created YUNIKORN-2472:
-----------------------------------------------
Summary: REST API returns subtree by default
Key: YUNIKORN-2472
URL: https://issues.apache.org/jira/browse/YUNIKORN-2472
Project: Apache YuniKorn
Issue Type: Bug
Components: core - common
Affects Versions: 1.5.0
Reporter: Wilfred Spiegelenburg
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}}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]