You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: