Skip to content
  • Jesse Glick's avatar
    [FIXED JENKINS-9540] Failure of recursive copy on slave side should be reported. · 574fe140
    Jesse Glick authored
    Instead it was being thrown in a Future that the master did not wait for:
    the writing side failed with a closed pipe exception, and this meaningless error was thrown up.
    Fixing by waiting for the reading side first, so any error there will be thrown up.
    (If there was _also_ an error on the writing side, we would miss it, but typically this will just be the closed stream.)
    574fe140
To find the state of this project's repository at the time of any of these versions, check out the tags.