Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ui-dev] Test work for platform.ui

Maybe we can select the tests for Gerrit and migrate ones to JUnit 4 and fix ones that work too long in order to keep our Gerrit's build quite quick as we have it now

thanks,
Daniel



From: Lars Vogel <lars.vogel@xxxxxxxxx>
To: "Eclipse Platform UI component developers list." <platform-ui-dev@xxxxxxxxxxx>
Date: 09/03/2014 09:27 AM
Subject: [platform-ui-dev] Test work for platform.ui
Sent by: platform-ui-dev-bounces@xxxxxxxxxxx





Hi,

In the past we had commits which broke tests. Typically someone discovered that later and notified the developer. 

I think it would be good to include the tests in your Gerrit build trigger and I'm working on this for several test plug-ins. 

I use the following bugs for this work:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=441850 - Umbrella bug for activating the tests per bundle
https://bugs.eclipse.org/bugs/show_bug.cgi?id=443139 - Adjust Gerrit build job

I know that this will make the Gerrit build slightly longer, if that becomes a problem I think we may want to categories our tests and only execute the "not so long running" tests. To support this, I'm also looking into converting our tests to JUnit 4 which would allow to use JUnit categories.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=436344

Best regards, Lars

_______________________________________________
platform-ui-dev mailing list
platform-ui-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/platform-ui-dev


Back to the top