In some earlier version of surefire plugin (I have noticed it for version
2.4.3), surefire used to instantiate all the runners upfront in order to
create a test suite and then invoke them serially. With this kind of
behavior, we will run into issues when EagerSingleStagesReactorFactory
strategy is used as this will mean multiple containers started
simultaneously up front. In case of NativeTestContainer, that could lead to
use of the same OSGi storage area! There can be other side effects as well.
Fortunately, this behavior of surefire has changed. But, my question really
is what's the guarantee that it will stay this way?

Thanks,
Sahoo
_______________________________________________
general mailing list
general@lists.ops4j.org
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to