jenkinsci/remoting-test-client#58 alerted me to the existence of this repo which is apparently only used by
|
URL jar1 = getClass().getClassLoader().getResource("remoting-test-client.jar"); |
I am not sure exactly what it does, but there is no good reason for it to be in a separate repository. If you just want to pack some test callables into their own JAR, you can do that dynamically in a test in a temp dir. Or perhaps this is supposed to be some sort of integration test that would more sensibly live in jenkinsci/jenkins/test/.
If its usage can be replaced, archive the original repository so people do not waste more time maintaining it.
jenkinsci/remoting-test-client#58 alerted me to the existence of this repo which is apparently only used by
remoting/src/test/java/hudson/remoting/PrefetchingTest.java
Line 46 in fa5f12a
I am not sure exactly what it does, but there is no good reason for it to be in a separate repository. If you just want to pack some test callables into their own JAR, you can do that dynamically in a test in a temp dir. Or perhaps this is supposed to be some sort of integration test that would more sensibly live in
jenkinsci/jenkins/test/.If its usage can be replaced, archive the original repository so people do not waste more time maintaining it.