-
Bug
-
Resolution: Fixed
-
Minor
From time to time tests like this are observed to fail in setup on CI builders with
java.nio.channels.ClosedByInterruptException: null at java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:202) at sun.nio.ch.FileChannelImpl.size(FileChannelImpl.java:314) at org.apache.commons.io.FileUtils.doCopyFile(FileUtils.java:1142) at org.apache.commons.io.FileUtils.copyFile(FileUtils.java:1091) at org.apache.commons.io.FileUtils.copyFile(FileUtils.java:1038) at org.jvnet.hudson.test.JenkinsRule$7$Jpl.resolveDependencies(JenkinsRule.java:1671) at org.jvnet.hudson.test.JenkinsRule$7.decorateHome(JenkinsRule.java:1613) at org.jvnet.hudson.test.JenkinsRule.newHudson(JenkinsRule.java:557) at org.jvnet.hudson.test.JenkinsRule.before(JenkinsRule.java:346) at org.jvnet.hudson.test.JenkinsRule$2.evaluate(JenkinsRule.java:504) at ...
Not sure why it happens (build timeout is not responsible), but we should just carry on in that case.
Code changed in jenkins
User: Jesse Glick
Path:
aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/PwdStepTest.java
aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/ToolStepTest.java
aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/input/InputStepTest.java
http://jenkins-ci.org/commit/pipeline-input-step-plugin/1508af223e0ac518419e2e21faab42634dfd5d55
Log:
JENKINS-30395Deleting workaround now that we can use jenkins-test-harness 2.0.Originally-Committed-As: 109b8f82415fc41f24d5d6545e586f0bce7ba705