[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [concierge-dev] Integration tests into master
|
I think this makes perfectly sense.
In the long term I would like to set up some ways of doing continuous integration testing, possibly a combination of a public server and a private server for running the official OSGi TCK in an automated way.
--Jan.
Jochen Hiller ---09/16/2014 04:32:52 PM---Hi Jan, Tim, I would like to integrate the tests I wrote in separate GitHub project (
From: Jochen Hiller <jo.hiller@xxxxxxxxxxxxxx>
To: Concierge developer discussions <concierge-dev@xxxxxxxxxxx>
Date: 09/16/2014 04:32 PM
Subject: [concierge-dev] Integration tests into master
Sent by: concierge-dev-bounces@xxxxxxxxxxx
Hi Jan, Tim,
I would like to integrate the tests I wrote in separate GitHub project (https://github.com/JochenHiller/concierge-tests ) now into Concierge if appropriate.
My proposal is to differentiate between
a) regression tests for framework, no dependencies to other bundles
b) integration tests where external bundles will be used to check whether they can be installed, resolved and are properly working on Concierge
For a) I would simply add these tests to org.eclipse.concierge/tests folder. These tests are running very fast (e.g. https://github.com/JochenHiller/concierge-tests/blob/master/test/org/eclipse/concierge/compat/service/XargsFileLauncherTest.java)
For b) I would propose to add a separate project org.eclipse.concierge.tests.integration where the more complex integration scenarios are tested (e.g. bundles will be downloaded from external sites). These tests are running longer time (minutes)
What do you think about that?
Bye, Jochen_______________________________________________
concierge-dev mailing list
concierge-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/concierge-dev
