Skip to content
  1. Aug 30, 2013
    • 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
  2. Aug 29, 2013
  3. Aug 28, 2013
  4. Aug 27, 2013
  5. Aug 26, 2013
Loading