Torque empty queue fix
Release notes
Adding check to prevent errors when the queue is empty in case of torqueController, resolving #66 (closed)
Details
Instead of plainly passing the stdout of 'qstat -x' to the xml parser, added a check if the string is empty and simply set the queueCache to be empty in this case.
Edited by Ralf Gugel
Merge request reports
Activity
fix was kindly tested by @rhayes and seems to indeed resolve #66 (closed) . @cburgard , @kolehman : Please feel free to implement a cleaner/better fix if you don'T like the current way
enabled an automatic merge when the pipeline for 1ef1ef8e succeeds
mentioned in commit b751b331
Please register or sign in to reply