[resteasy-dev] Extending Resteasy async support (server-side)

Alessio Soldano asoldano at redhat.com
Fri Aug 11 09:48:28 EDT 2017


Hi,

On Fri, Aug 11, 2017 at 2:34 PM, Stephane Epardaud <stef at 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 at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/resteasy-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/resteasy-dev/attachments/20170811/cc8e03e8/attachment.html 


More information about the resteasy-dev mailing list