Re: [Dev] [C5][OSGI-Tests] ExamReactorStrategy

2017-04-18 Thread Chanaka Cooray
Hi Lakshman, In kernel OSGi tests, each test class has its own configurations. So the test distribution will be different from class to class even though the base distribution is same. So we have to start test distribution for each and every class since we can not change the configurations at the

[Dev] [C5][OSGI-Tests] ExamReactorStrategy

2017-04-18 Thread Lakshman Udayakantha
Hi, We have used PerClass ExamReactorStrategy as the default strategy. This means test distribution will start for every class in the test suite. Is there any particular reason to select that strategy? This will increase the build time when the test class space grows. So we can go with PerSuite