Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [concierge-dev] Integration tests into master

Hi,

Indeed sounds great. In the long run we should consider creating another separate project org.eclipse.concierge.tests.performance where we can put various tests to asses the performance of our runtime, and maybe compare it to other OSGi runtimes.

I also have good news that I am accepted as Invited Researcher of the OSGi alliance, so I will soon also have access to the official OSGi TCK.

Cheers,

Tim



On 09/17/2014 03:47 AM, Jan S Rellermeyer wrote:

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.


Inactive hide details for Jochen Hiller ---09/16/2014
          04:32:52 PM---Hi Jan, Tim, I would like to integrate the tests
          I wrote inJochen 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


_______________________________________________
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


-- 
Tim Verbelen
Department of Information Technology
Broadband Communication Networks (IBCN)
Ghent University - iMinds
Gaston Crommenlaan 8 (Bus 201), B-9050 Gent, Belgium
T: +32 9 33 14940 ; T Secr: +32 9 33 14900
F: +32 9 33 14899
E: tim.verbelen@xxxxxxxxxxxxxx
W : www.ibcn.intec.UGent.be

Back to the top