<div dir="ltr">Hi,<br><div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Aug 11, 2017 at 2:34 PM, Stephane Epardaud <span dir="ltr">&lt;<a href="mailto:stef@epardaud.fr" target="_blank">stef@epardaud.fr</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I&#39;m running the tests and my 16 cores are sitting there doing nothing but<br>
sip ice-coffee while discussing how hard that single core has it in life.<br>
<br></blockquote><div>LOL, I like the wording above ;-)<br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
What&#39;s the best option for me to run these tests in parallel? A<br>
command-line option to Maven? Thanks.<br></blockquote><div><br></div><div>In theory, you have 2 ways for running tests in parallel on Maven. One is using -T command line option (that basically builds multiple modules at the same time), the other is configuring the surefire plugin for running multiple tests at the same time.<br></div><div>Unfortunately, both approaches won&#39;t work with RESTEasy, as the testsuite has been written in the past with the assumption of a single test is running at a time. So you&#39;d basically get a lot of failures.<br></div><div>Allowing for a better use of CPU resources and hence speeding up the build is in my TODO list, but so far we&#39;ve had to deal with more urgent tasks.<br><br></div><div>Cheers<br></div><div>Alessio<br></div><div><br> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">______________________________<wbr>_________________<br>
resteasy-dev mailing list<br>
<a href="mailto:resteasy-dev@lists.jboss.org">resteasy-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/resteasy-dev" rel="noreferrer" target="_blank">https://lists.jboss.org/<wbr>mailman/listinfo/resteasy-dev</a><br>
</div></div></blockquote></div><br></div></div></div>