Open askask opened 6 years ago
Related to #30
Note that Roddy contains an SSHExecutionService
class that does log output of commands. It is itself not usable outside Roddy, but might be helpful for an implementation.
Handling of inputs and outputs should be a central piece of the execution API.
When executing a command (bsub, bjobs, etc.) fails and BE throws an exception, it would be nice if the exception message would contain stderr of that command. To implement this, method in ExecutionResult needs to be extended.