Apache Jenkins Server a écrit : > Test failures in: > org.qi4j.library.shiro-web > Caused by: java.net.BindException: Address already in use
See https://builds.apache.org/view/S-Z/view/Zest/job/Zest%20-%20Check%20develop%20branch%20on%20Java8%20(OpenJDK)/ws/build/reports/tests/classes/org.qi4j.library.shiro.web.WebHttpShiroTest.html#test Looks like another job on the same build instance was using the very same network port. Our tests use a "free port finder" prior to running the tests, something must have bound the choosen port between it's probing and it's actual binding. So, this looks like another intermitent failure we'll have to live with. Will run this build again. Cheers /Paul
