We've touched on this before:

    http://www.gossamer-threads.com/lists/lucene/java-dev/69669

I'd love to see a clean solution here (the tests are embarrassingly
parallelizable, and we all have machines with good concurrency these
days)... I have a rather hacked up solution now, that uses
"-Dtestpackage=XXX" to split the tests up.

Ideally I would be able to say "use N threads" and it'd do the right
thing... like the -j flag to make.

Mike

On Sat, Jun 20, 2009 at 6:21 PM, Jason
Rutherglen<jason.rutherg...@gmail.com> wrote:
> I was looking at how to parallelize the tests, seems like this ANT command
> would work, is there an open issue to do this?
>
> http://ant.apache.org/manual/CoreTasks/parallel.html
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-dev-h...@lucene.apache.org

Reply via email to