Skip to main content

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

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

Back to the top