Thanks Mark. This is the parallelization path. Besides, are there any other
advices/best practice tips on how to "manage" such a fast-growing
regression suite?

Yana



On Fri, Aug 9, 2013 at 6:34 PM, Mark Waite <markwa...@yahoo.com> wrote:

> There are several levels at which you could run your JUnit tests in
> parallel.  Most of them don't involve anything with Jenkins, other than
> using Jenkins to start them executing.
>
> For example
>
>    - Use JUnit 4.7 to run the tests in parallel, see [1] and [2]
>    - Use gradle to run your tests, see [3]
>    - Use maven with JUnit 4.7 parallel support [4]
>    - Use the ant <parallel> task to run multiple unit test processes
>
> [1]
> http://stackoverflow.com/questions/5529087/how-to-make-junit-test-cases-execute-in-parallel
> [2]
> http://stackoverflow.com/questions/423627/running-junit-tests-in-parallel
> [3] http://stackoverflow.com/questions/7337886/run-junit-tests-in-parallel
> [4]
> http://maven.apache.org/surefire/maven-surefire-plugin/examples/junit.html
>
>
> On Friday, August 9, 2013 5:19:40 PM UTC-6, Yana K wrote:
>>
>> Hi
>> Could anyone please provide some idea on parallelizing a huge regression
>> suite using Jenkins. We have over 25000 regression tests that run each day
>> - so its taking a huge time to run them. We are using JUnit. And the tests
>> are testing several web services.
>> Thanks
>> Yana
>>
>  --
> You received this message because you are subscribed to a topic in the
> Google Groups "Jenkins Users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/jenkinsci-users/85VN4mLssqE/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> jenkinsci-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to