Hi guys
it seems you have frequent failures in jenkins, due to a Tomcat port already used ( https://builds.apache.org/job/Syncope-windows/ws/core/target/log/cargo-output.log)

Selecting a fixed port (9080) to run tests is not the right approach, you should use 0 intsead. See http://olamy.blogspot.fr/2012/01/unit-tests-with-embeded-tomcat.html

Also, check that you are correctly closing all the running instances even if the tests are failing, otherwise you'll piss off the Jenkins admin very quickly (it's really important if you use port 0 instead of a fixed port)...

--
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com

Reply via email to