Hi,

On Fri, Aug 11, 2017 at 2:34 PM, Stephane Epardaud <stef@epardaud.fr> wrote:
I'm running the tests and my 16 cores are sitting there doing nothing but
sip ice-coffee while discussing how hard that single core has it in life.

LOL, I like the wording above ;-)
 
What's the best option for me to run these tests in parallel? A
command-line option to Maven? Thanks.

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.
Unfortunately, both approaches won'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'd basically get a lot of failures.
Allowing for a better use of CPU resources and hence speeding up the build is in my TODO list, but so far we've had to deal with more urgent tasks.

Cheers
Alessio

 
_______________________________________________
resteasy-dev mailing list
resteasy-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/resteasy-dev