Branch: refs/heads/master Home: https://github.com/jenkinsci/docker-plugin Commit: 41b95dee0e4b849e3e3cc2fef7b714557ed6dc2b https://github.com/jenkinsci/docker-plugin/commit/41b95dee0e4b849e3e3cc2fef7b714557ed6dc2b Author: Peter Darton <pjdar...@users.noreply.github.com> Date: 2022-10-21 (Fri, 21 Oct 2022)
Changed paths: M src/main/java/com/nirima/jenkins/plugins/docker/DockerCloud.java M src/main/java/io/jenkins/docker/DockerTransientNode.java M src/main/java/io/jenkins/docker/connector/DockerComputerConnector.java M src/main/java/io/jenkins/docker/pipeline/DockerNodeStepExecution.java M src/test/java/io/jenkins/docker/client/DockerMultiplexedInputStreamTest.java M src/test/java/io/jenkins/docker/connector/DockerComputerConnectorTest.java Log Message: ----------- Unit-test robustness (#919) * Increase timeout on DockerComputerConnectorTest to improve robustness. * DockerMultiplexedInputStreamTest would sometimes check answers before the thread had finished. * Refactor: Move DockerCloud.robustlyAddNodeToJenkins to DockerTransientNode class. - ...and add a matching remove method - ...and made sure they're both called every time we need to add or remove a node instead of having a mix of robust and non-robust calls. -- 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 jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/docker-plugin/push/refs/heads/master/0156ca-41b95d%40github.com.