Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] TestNG

I will second the enhancement request (and actually open it if you want). We do lots of parallel builds and tests on our C/C++ projects and it is a real time saver on big builds. It would be a great feature in Tycho.

Jay

On Jun 5, 2012 12:05 PM, "Sievers, Jan" <jan.sievers@xxxxxxx> wrote:
running tests in parallel is a surefire feature which works for junit >= 4.7 too.
There is a special junit47 provider in surefire which enables this, see [1] for details.

For tycho, this would require us to repackage the junit47 surefire provider for tycho as a bundle and expose the parallel mojo configuration options.
If there is enough interest in parallel testing with junit in tycho, open an enhancement request.

Jan

[1] http://maven.apache.org/plugins/maven-surefire-plugin/test-mojo.html#parallel

From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Jesper Eskilson
Sent: Dienstag, 5. Juni 2012 16:57
To: Tycho user list
Subject: Re: [tycho-user] TestNG



On 06/05/2012 04:39 PM, Igor Fedorenko wrote:
As of 0.15, tycho does not support testng and I am not aware of any
current effort to implement such support.

The primary reason I am looking to TestNG is that I want to be able to run tests in parallell. Is there another way to do that?

--
Jesper Eskilson Development Engineer
IAR Systems AB
Box 23051, Strandbodgatan 1
SE-750 23 Uppsala, SWEDEN
Phone: +46 18 16 78 00
E-mail: jesper.eskilson@xxxxxxx Website: www.iar.com
Twitter: www.twitter.com/iarsystems
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user

Back to the top