Test: Show error output from hydra-queue-runner on timeout
[?]
Oct 6, 2016, 3:18 PM
MIQH5W3F2WJKYDFYAFVI7OUXWZOPYXSO7HCGCHRA2MBTV7POCR6QCDependencies
- [2]
7VQ4ALFYUpdate "make check" for the new queue runner - [3]
3BTJRSU3GitInput.pm: Don't do a chdir to the Git clone - [4]
PMNWRTGJAdd multiple output support - [5]
JAH3UPWASupport revision control systems via plugins - [*]
2GK5DOU7* Downloading closures. - [*]
HX4QYOYAadd first evaluations tests - [*]
A43SLRSHFix handling of IPC::Run::run exit status
Change contents
- replacement in src/lib/Hydra/Helper/Nix.pm at line 396
return (-1, "", "timeout\n");return (-1, $stdout, ($stderr // "") . "timeout\n"); - edit in tests/Setup.pm at line 75[2.1815][9.3711]
if ($res) {print STDERR "Queue runner stdout: $stdout\n" if $stdout ne "";print STDERR "Queue runner stderr: $stderr\n" if $stderr ne "";}