xenon-middleware / xenon

A middleware abstraction library that provides a simple programming interface to various compute and storage resources.
http://xenon-middleware.github.io/xenon/
Apache License 2.0
34 stars 17 forks source link

Write stdout/stderr logs with job id in filename #624

Closed sverhoeven closed 6 years ago

sverhoeven commented 6 years ago

See for more discussion https://github.com/NLeSC/xenon-cli/issues/54

We want to do something like

jobDescription.setStderr("/tmp/stderr.%j.log");
jmaassen commented 6 years ago

Added, but needs testing

jmaassen commented 6 years ago

Using unit tests in scripting schedulers

jmaassen commented 6 years ago

Added unit test for BatchJob which covers local and SSH