Test: Show error output from hydra-queue-runner on timeout

[?]
Oct 6, 2016, 3:18 PM
MIQH5W3F2WJKYDFYAFVI7OUXWZOPYXSO7HCGCHRA2MBTV7POCR6QC

Dependencies

  • [2] 7VQ4ALFY Update "make check" for the new queue runner
  • [3] 3BTJRSU3 GitInput.pm: Don't do a chdir to the Git clone
  • [4] PMNWRTGJ Add multiple output support
  • [5] JAH3UPWA Support revision control systems via plugins
  • [*] 2GK5DOU7 * Downloading closures.
  • [*] HX4QYOYA add first evaluations tests
  • [*] A43SLRSH Fix handling of IPC::Run::run exit status

Change contents

  • replacement in src/lib/Hydra/Helper/Nix.pm at line 396
    [3.2033][3.2033:2071]()
    return (-1, "", "timeout\n");
    [3.2033]
    [3.2071]
    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 "";
    }