Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exceptions should contain stderr when a command failed #93

Open
askask opened this issue Jan 22, 2018 · 2 comments
Open

Exceptions should contain stderr when a command failed #93

askask opened this issue Jan 22, 2018 · 2 comments

Comments

@askask
Copy link
Contributor

askask commented Jan 22, 2018

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.

@vinjana
Copy link
Contributor

vinjana commented Feb 12, 2018

Related to #30

@vinjana
Copy link
Contributor

vinjana commented Mar 15, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants