Branch: refs/heads/master
Home: https://github.com/jenkinsci/swarm-plugin
Commit: 332c63bd46d000d4fbb4259cdbcba7d0814f0a9c
https://github.com/jenkinsci/swarm-plugin/commit/332c63bd46d000d4fbb4259cdbcba7d0814f0a9c
Author: Basil Crow <[email protected]>
Date: 2020-06-03 (Wed, 03 Jun 2020)
Changed paths:
M Jenkinsfile
M plugin/pom.xml
A plugin/src/test/java/hudson/plugins/swarm/PipelineJobRestartTest.java
M plugin/src/test/java/hudson/plugins/swarm/PipelineJobTest.java
M plugin/src/test/java/hudson/plugins/swarm/SwarmClientIntegrationTest.java
R plugin/src/test/java/hudson/plugins/swarm/test/ProcessDestroyer.java
A plugin/src/test/java/hudson/plugins/swarm/test/SwarmClientRule.java
R plugin/src/test/java/hudson/plugins/swarm/test/TestUtils.java
Log Message:
-----------
Clean up tests (#215)
* Refactor the TestUtils and ProcessDestroyer test helper classes into a new
SwarmClientRule class that extends JUnit's ExternalResource class to allow
cleanup to occur more reliably when tests fail.
* Add a thread that tails the Swarm client's log file as the test is running to
make it easier to do postmortem debugging of test failures.
* Update the Jenkinsfile to remove unnecessary test branches.
--
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].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/swarm-plugin/push/refs/heads/master/72c237-332c63%40github.com.