Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 574fe1409ec80135c91054ed13afd131fa5eb48c
      
https://github.com/jenkinsci/jenkins/commit/574fe1409ec80135c91054ed13afd131fa5eb48c
  Author: Jesse Glick <[email protected]>
  Date:   2013-08-29 (Thu, 29 Aug 2013)

  Changed paths:
    M changelog.html
    M core/src/main/java/hudson/FilePath.java
    M core/src/test/java/hudson/FilePathTest.java

  Log Message:
  -----------
  [FIXED JENKINS-9540] Failure of recursive copy on slave side should be 
reported.
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.)



-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to