I was looking at the ant parallelize stuff too - I think that only the very latest release has the built in parallelize tests functionality though. Just came out a bit ago.

- Mark

Michael McCandless wrote:
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



--
- Mark

http://www.lucidimagination.com




---------------------------------------------------------------------
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