On 07.10.2012 14:26, [email protected] wrote:
> Author: elecharny
> Date: Sun Oct  7 12:26:32 2012
> New Revision: 1395286
> 
> URL: http://svn.apache.org/viewvc?rev=1395286&view=rev
> Log:
> Added a sysout to know which test is being processed (it's useful when 
> running the suite, as the tests are quite long)
> 
> Modified:
>     
> directory/apacheds/trunk/core-integ/src/test/java/org/apache/directory/server/core/suites/MigratedStockCoreISuite.java
>     
> directory/apacheds/trunk/core-integ/src/test/java/org/apache/directory/server/core/suites/StockCoreISuite.java

Maybe a dumb question but why not just remove the suites completely?

In pom.xml I replaced the current inclusion of the suites:

-                <include>**/*ISuite.java</include>
+                <include>**/*IT.java</include>
+                <include>**/*Test.java</include>

The result:
* The build of core-integ does not take longer, rather it is some
seconds faster!
* 711 tests were run instead of 684 when using the suites, so it seems
some test classes are missing in the suite classes.

Kind Regards,
Stefan

Reply via email to