I can't for the life of me figure this one out. We did a module refactor recently and didn't change any dependencies.
Now instead of seeing something like: Running com.spinn3r.artemis.rest.RESTServiceReferencesTest > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.58 sec - > in com.spinn3r.artemis.rest.RESTServiceReferencesTest > Running com.spinn3r.artemis.rest.render.RenderServletTest > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.675 sec > - in com.spinn3r.artemis.rest.render.RenderServletTest > (AKA each individual test printed after its finished and the elapsed time.) ... now we just see: "Running TestSuite". ... with no individual tests printed after they are finished. This causes a problem for our CI server as it sees no output in ten minutes and marks the build as timed out. I tried forcing printSummary to true but that doesn't work. We also made NO changes to use test suites... It also seems to impact only a 1/2 of our modules. The other ones print each test like it did before. -- We’re hiring if you know of any awesome Java Devops or Linux Operations Engineers! Founder/CEO Spinn3r.com Location: *San Francisco, CA* blog: http://burtonator.wordpress.com … or check out my Google+ profile <https://plus.google.com/102718274791889610666/posts>
