Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Resolved
-
None
Description
The update of setting a template on a parent could fail if the template is not correct. The error is swallowed and a success is returned but the update of the queue has not finished correctly:
*Queue.applyConf()
if !sq.isLeaf { if err = sq.setTemplate(conf.ChildTemplate); err != nil { return nil } }
Need to add tests to make sure we do not regress.
Attachments
Issue Links
- is caused by
-
YUNIKORN-193 Add option to allow parent to set unmanaged child queue properties
- Closed
- links to