Hi guys,

right now, I have unit tests inside the main apacheds project, and I have to @Ignore them to compile the full project, otherwise it consume minutes. This is boring as I have to comment the @Ignore annotation when I want to run the tests.

I consider creating two dedicated modules - one using coreSession and another one with network - to run the performance tests.

Another option is to mix those tests with the existing tests, as it's already done, but I like the idea of those separate modules. In this case, the tests will be named xxxPTest.java, and we will use a special maven profile to run them (the default is that *PTest are not executed).

What do you prefer ?

--
Regards,
Cordialement,
Emmanuel Lécharny
www.nextury.com


Reply via email to