Hi Jason.
It is an interesting insight. This junit runner for Hadoop you've mentioned,
would it actually allow to parallel an execution of a bunch of tests on a
multi-way hardware? Or it would require someone to make manual split of tests
into separate test suites first?
Is the source code is ava
> I've been thinking of an extra junit4 task in its own antlib, this could
go alongside it. I've also done a junit3 runner for hadoop, runs each test
suite as a separate task... That sounds like a good approach. This way one
simply needs to add a jar to their existing project. Hadoop sounds great a
Jason Rutherglen wrote:
Hello, please excuse the newbie question.
For the Apache Lucene project I'd like to paralleize the unit tests by
subclassing JUnitTask into ParallelJUnitTask which executes JUnitTests in
threads.
I don't understand how to place things like into the new
task tag properly
Hello, please excuse the newbie question.
For the Apache Lucene project I'd like to paralleize the unit tests by
subclassing JUnitTask into ParallelJUnitTask which executes JUnitTests in
threads.
I don't understand how to place things like into the new
task tag properly. Here's what I've tried